version 0.4.1

All finite element assembler. More...

Collaboration diagram for Assembler:

Classes

class  Ikarus::FlatAssemblerBase< FEC, DV >
 The FlatAssemblerBase takes care of common subtasks done by flat assemblers. More...
 
class  Ikarus::ScalarAssembler< FEC, DV >
 ScalarAssembler 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...
 

Detailed Description