All finite element assembler. More...
Classes | |
class | Ikarus::AssemblerManipulator< A, Ass > |
The AssemblerManipulator defines a decorator for the assemblers that helps to manipulate the assembled quantities. More... | |
class | Ikarus::FlatAssemblerBase< FEC, DV > |
The FlatAssemblerBase takes care of common subtasks done by flat assemblers. More... | |
class | Ikarus::ScalarFlatAssembler< FEC, DV > |
ScalarFlatAssembler assembles scalar quantities. More... | |
class | Ikarus::VectorFlatAssembler< FEC, DV > |
VectorFlatAssembler assembles vector quantities using a flat basis Indexing strategy. More... | |
class | Ikarus::SparseFlatAssembler< FEC, DV > |
SparseFlatAssembler assembles matrix quantities using a flat basis Indexing strategy. The matrix is stored in a sparse matrix format. This format is exploited during the assembly process. More... | |
class | Ikarus::DenseFlatAssembler< FEC, DV > |
DenseFlatAssembler assembles matrix quantities using a flat basis Indexing strategy. The matrix is stored in a dense matrix format. This format is exploited during the assembly process. More... | |