NeoN
WIP Prototype of a modern OpenFOAM core
|
#include <expression.hpp>
Public Member Functions | |
Expression (dsl::Expression< ValueType > expr, VolumeField< ValueType > &psi, const Dictionary &fvSchemes, const Dictionary &fvSolution) | |
Expression (const Expression &ls) | |
~Expression ()=default | |
la::LinearSystem< ValueType, IndexType > & | linearSystem () |
SparsityPattern & | sparsityPattern () |
VolumeField< ValueType > & | getVector () |
const VolumeField< ValueType > & | getVector () const |
const la::LinearSystem< ValueType, IndexType > & | linearSystem () const |
const SparsityPattern & | sparsityPattern () const |
const Executor & | exec () const |
void | assemble (scalar t, scalar dt) |
void | assemble () |
void | solve (scalar, scalar) |
void | setReference (const IndexType refCell, ValueType refValue) |
Definition at line 26 of file expression.hpp.
|
inline |
Definition at line 30 of file expression.hpp.
|
inline |
Definition at line 46 of file expression.hpp.
|
default |
|
inline |
Definition at line 99 of file expression.hpp.
|
inline |
Definition at line 79 of file expression.hpp.
|
inline |
Definition at line 76 of file expression.hpp.
|
inline |
Definition at line 62 of file expression.hpp.
|
inline |
Definition at line 64 of file expression.hpp.
|
inline |
Definition at line 52 of file expression.hpp.
|
inline |
Definition at line 66 of file expression.hpp.
|
inline |
Definition at line 158 of file expression.hpp.
|
inline |
Definition at line 133 of file expression.hpp.
|
inline |
Definition at line 53 of file expression.hpp.
|
inline |
Definition at line 67 of file expression.hpp.