![]() |
OGS
|
|
Definition at line 11 of file MatrixSpecifications.h.
#include <MatrixSpecifications.h>
Public Member Functions | |
| MatrixSpecifications (std::size_t const nrows_, std::size_t const ncols_, std::vector< GlobalIndexType > const *const ghost_indices_, GlobalSparsityPattern const *const sparsity_pattern_) | |
Public Attributes | |
| std::size_t const | nrows |
| std::size_t const | ncols |
| std::vector< GlobalIndexType > const *const | ghost_indices |
| GlobalSparsityPattern const *const | sparsity_pattern |
|
inline |
Definition at line 13 of file MatrixSpecifications.h.
References ghost_indices, ncols, nrows, and sparsity_pattern.
| std::vector<GlobalIndexType> const* const MathLib::MatrixSpecifications::ghost_indices |
Definition at line 26 of file MatrixSpecifications.h.
Referenced by MatrixSpecifications().
| std::size_t const MathLib::MatrixSpecifications::ncols |
Definition at line 25 of file MatrixSpecifications.h.
Referenced by MatrixSpecifications().
| std::size_t const MathLib::MatrixSpecifications::nrows |
Definition at line 24 of file MatrixSpecifications.h.
Referenced by MatrixSpecifications().
| GlobalSparsityPattern const* const MathLib::MatrixSpecifications::sparsity_pattern |
Definition at line 27 of file MatrixSpecifications.h.
Referenced by MatrixSpecifications().