template<int MinElementDim, typename
LocalAssemblerInterface, template< typename, int > class LocalAssemblerImplementation,
NumLib::IntegrationMethodProvider IntegrationMethodProvider, int GlobalDim, typename... ConstructorArgs>
class ProcessLib::LocalAssemblerFactoryForDimGreaterEqualN< MinElementDim, LocalAssemblerInterface, LocalAssemblerImplementation, IntegrationMethodProvider, GlobalDim, ConstructorArgs >
Creates local assemblers for mesh elements with dimension greater than or equal to MinElementDim
.
This local assembler factory supports a single type of shape functions, i.e., all primary variables are discretized with the same shape function.
Definition at line 32 of file LocalAssemblerFactoryForDimGreaterEqualN.h.