|
void | assemble (MATRIX &G, const FullMatrix< double > &M, const std::vector< types::global_dof_index > &i1, const std::vector< types::global_dof_index > &i2) |
|
void | assemble (MATRIX &G, const FullMatrix< double > &M, const std::vector< types::global_dof_index > &i1, const std::vector< types::global_dof_index > &i2, const unsigned int level) |
|
void | assemble_up (MATRIX &G, const FullMatrix< double > &M, const std::vector< types::global_dof_index > &i1, const std::vector< types::global_dof_index > &i2, const unsigned int level=numbers::invalid_unsigned_int) |
|
void | assemble_down (MATRIX &G, const FullMatrix< double > &M, const std::vector< types::global_dof_index > &i1, const std::vector< types::global_dof_index > &i2, const unsigned int level=numbers::invalid_unsigned_int) |
|
void | assemble_in (MATRIX &G, const FullMatrix< double > &M, const std::vector< types::global_dof_index > &i1, const std::vector< types::global_dof_index > &i2, const unsigned int level=numbers::invalid_unsigned_int) |
|
void | assemble_out (MATRIX &G, const FullMatrix< double > &M, const std::vector< types::global_dof_index > &i1, const std::vector< types::global_dof_index > &i2, const unsigned int level=numbers::invalid_unsigned_int) |
|
template<class MATRIX>
class MeshWorker::Assembler::MGMatrixSimple< MATRIX >
Assemble local matrices into level matrices without using block structure.
- Todo:
- The matrix structures needed for assembling level matrices with local refinement and continuous elements are missing.
- Author
- Guido Kanschat, 2009
Definition at line 255 of file simple.h.
- 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 inititialized 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 enteres into the same global matrix, disregarding any global block structure.
Definition at line 765 of file simple.h.