Skip to content
Snippets Groups Projects
Commit 366ffa10 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[PL] TM: Remove unused LocalAssemblerData.

parent f34feb1f
No related branches found
No related tags found
No related merge requests found
...@@ -514,29 +514,5 @@ private: ...@@ -514,29 +514,5 @@ private:
KelvinVectorDimensions<DisplacementDim>::value; KelvinVectorDimensions<DisplacementDim>::value;
}; };
template <typename ShapeFunction, typename IntegrationMethod,
unsigned GlobalDim, int DisplacementDim>
class LocalAssemblerData final
: public ThermoMechanicsLocalAssembler<ShapeFunction, IntegrationMethod,
DisplacementDim>
{
public:
LocalAssemblerData(LocalAssemblerData const&) = delete;
LocalAssemblerData(LocalAssemblerData&&) = delete;
LocalAssemblerData(
MeshLib::Element const& e,
std::size_t const local_matrix_size,
bool is_axially_symmetric,
unsigned const integration_order,
ThermoMechanicsProcessData<DisplacementDim>& process_data)
: ThermoMechanicsLocalAssembler<ShapeFunction, IntegrationMethod,
DisplacementDim>(
e, local_matrix_size, is_axially_symmetric, integration_order,
process_data)
{
}
};
} // namespace ThermoMechanics } // namespace ThermoMechanics
} // namespace ProcessLib } // namespace ProcessLib
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment