|
void | assemble (const FullMatrix< double > &M, const Vector< double > &vector, const unsigned int index, const std::vector< types::global_dof_index > &indices) |
|
void | assemble (const FullMatrix< double > &M, const Vector< double > &vector, const unsigned int index, const std::vector< types::global_dof_index > &i1, const std::vector< types::global_dof_index > &i2) |
|
| MatrixSimple (double threshold=1.e-12) |
|
void | initialize (MatrixType &m) |
|
void | initialize (std::vector< MatrixType > &m) |
|
void | initialize (const AffineConstraints< typename MatrixType::value_type > &constraints) |
|
template<class DOFINFO > |
void | initialize_info (DOFINFO &info, bool face) const |
|
template<class DOFINFO > |
void | assemble (const DOFINFO &info) |
|
template<class DOFINFO > |
void | assemble (const DOFINFO &info1, const DOFINFO &info2) |
|
void | initialize (AnyData &results) |
|
void | initialize (const AffineConstraints< typename VectorType::value_type > &constraints) |
|
void | initialize_local_blocks (const BlockIndices &) |
|
template<class DOFINFO > |
void | initialize_info (DOFINFO &info, bool face) const |
|
template<class DOFINFO > |
void | assemble (const DOFINFO &info) |
|
template<class DOFINFO > |
void | assemble (const DOFINFO &info1, const DOFINFO &info2) |
|
template<typename MatrixType, typename VectorType>
class MeshWorker::Assembler::SystemSimple< MatrixType, VectorType >
Assemble a simple matrix and a simple right hand side at once. We use a combination of MatrixSimple and ResidualSimple to achieve this. Cell and face operators should fill the matrix and vector objects in LocalResults and this class will assemble them into matrix and vector objects.
- Author
- Guido Kanschat, 2009
Definition at line 457 of file simple.h.