A configuration class for a particular PDE. [SUBJECT TO CHANGE!].
More...
#include <unknown_config.hpp>
Detailed Description
template<typename MatrixType, typename VectorType, typename BoundaryKeyType = boundary_key, typename MappingKeyType = mapping_key>
class viennafem::unknown_config< MatrixType, VectorType, BoundaryKeyType, MappingKeyType >
A configuration class for a particular PDE. [SUBJECT TO CHANGE!].
- Template Parameters:
-
| MatrixType | System matrix type |
| VectorType | Type of the load vector |
| BoundaryKeyType | The key type to use with ViennaData to query a Dirichlet boundary flag |
| MappingKeyType | The key type to use with ViennaData to access the unknown indices |
Member Typedef Documentation
Constructor & Destructor Documentation
Member Function Documentation
VectorType& load_vector |
( |
|
) |
[inline] |
MatrixType& system_matrix |
( |
|
) |
[inline] |
The documentation for this class was generated from the following file: