|
NeoN
A framework for CFD software
|
A view linear into a linear system's data. More...
#include <linearSystem.hpp>
Public Member Functions | |
| LinearSystemView ()=default | |
| ~LinearSystemView ()=default | |
| LinearSystemView (MatrixViewType matrixView, View< RHSValueType > rhsView, MatrixViewType boundaryMatrixView, View< RHSValueType > boundaryRhsView) | |
Public Attributes | |
| MatrixViewType | matrix |
| View< RHSValueType > | rhs |
| MatrixViewType | boundaryMatrix |
| View< RHSValueType > | boundaryRhs |
A view linear into a linear system's data.
| RHSValueType | The value type of the rhs/solution vectors. |
| MatrixViewType | The type representing the matrix view |
Definition at line 35 of file linearSystem.hpp.
|
default |
|
default |
|
inline |
Definition at line 40 of file linearSystem.hpp.
| MatrixViewType NeoN::la::LinearSystemView< RHSValueType, MatrixViewType >::boundaryMatrix |
Definition at line 52 of file linearSystem.hpp.
| View<RHSValueType> NeoN::la::LinearSystemView< RHSValueType, MatrixViewType >::boundaryRhs |
Definition at line 53 of file linearSystem.hpp.
| MatrixViewType NeoN::la::LinearSystemView< RHSValueType, MatrixViewType >::matrix |
Definition at line 49 of file linearSystem.hpp.
| View<RHSValueType> NeoN::la::LinearSystemView< RHSValueType, MatrixViewType >::rhs |
Definition at line 50 of file linearSystem.hpp.