NeoFOAM
WIP Prototype of a modern OpenFOAM core
|
A class representing a linear system of equations. More...
#include <linearSystem.hpp>
Public Member Functions | |
LinearSystem (const CSRMatrix< ValueType, IndexType > &matrix, const Field< ValueType > &rhs) | |
~LinearSystem ()=default | |
CSRMatrix< ValueType, IndexType > & | matrix () |
Field< ValueType > & | rhs () |
const CSRMatrix< ValueType, IndexType > & | matrix () const |
const Field< ValueType > & | rhs () const |
const Executor & | exec () const |
A class representing a linear system of equations.
The LinearSystem class provides functionality to store and manipulate a linear system of equations. It supports the storage of the coefficient matrix and the right-hand side vector, as well as the solution vector.
Definition at line 21 of file linearSystem.hpp.
|
inline |
Definition at line 25 of file linearSystem.hpp.
|
default |
|
inline |
Definition at line 40 of file linearSystem.hpp.
|
inline |
Definition at line 34 of file linearSystem.hpp.
|
inline |
Definition at line 37 of file linearSystem.hpp.
|
inline |
Definition at line 35 of file linearSystem.hpp.
|
inline |
Definition at line 38 of file linearSystem.hpp.