NeoN
A framework for CFD software
|
#include <linearSystem.hpp>
Public Attributes | |
Vector< ValueType > | matrixValues |
Vector< IndexType > | matrixIdxs |
Vector< ValueType > | rhsValues |
Vector< IndexType > | rhsIdxs |
Definition at line 37 of file linearSystem.hpp.
Vector<IndexType> NeoN::la::BoundaryCoefficients< ValueType, IndexType >::matrixIdxs |
Definition at line 40 of file linearSystem.hpp.
Vector<ValueType> NeoN::la::BoundaryCoefficients< ValueType, IndexType >::matrixValues |
Definition at line 39 of file linearSystem.hpp.
Vector<IndexType> NeoN::la::BoundaryCoefficients< ValueType, IndexType >::rhsIdxs |
Definition at line 42 of file linearSystem.hpp.
Vector<ValueType> NeoN::la::BoundaryCoefficients< ValueType, IndexType >::rhsValues |
Definition at line 41 of file linearSystem.hpp.