![]() |
OGS
|
Definition at line 18 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 20 of file MatrixSpecifications.h.
References ghost_indices, ncols, nrows, and sparsity_pattern.
std::vector<GlobalIndexType> const* const MathLib::MatrixSpecifications::ghost_indices |
Definition at line 33 of file MatrixSpecifications.h.
Referenced by MatrixSpecifications().
std::size_t const MathLib::MatrixSpecifications::ncols |
Definition at line 32 of file MatrixSpecifications.h.
Referenced by MatrixSpecifications().
std::size_t const MathLib::MatrixSpecifications::nrows |
Definition at line 31 of file MatrixSpecifications.h.
Referenced by MatrixSpecifications().
GlobalSparsityPattern const* const MathLib::MatrixSpecifications::sparsity_pattern |
Definition at line 34 of file MatrixSpecifications.h.
Referenced by MatrixSpecifications().