template<typename VectorType>
class MeshWorker::Assembler::ResidualSimple< VectorType >
Assemble residuals without block structure.
The data structure for this Assembler class is a simple vector on each cell with entries from zero to FiniteElementData::dofs_per_cell and a simple global vector with entries numbered from zero to DoFHandler::n_dofs(). No BlockInfo is required and the global vector may be any type of vector having element access through operator() (unsigned int)
- Author
- Guido Kanschat, 2009
Definition at line 58 of file simple.h.
template<typename MatrixType >
- Deprecated:
- This function is of no effect. Only the block info structure in DoFInfo is being used.
Store information on the local block structure. If the assembler is initialized with this function, initialize_info() will generate one local matrix for each block row and column, which will be numbered lexicographically, row by row.
In spite of using local block structure, all blocks will be entered into the same global matrix, disregarding any global block structure.
Definition at line 547 of file simple.h.