NeoFOAM
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 > & | getField () |
const VolumeField< ValueType > & | getField () 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 t, scalar dt) |
void | setReference (const IndexType refCell, ValueType refValue) |
Field< ValueType > | flux () const |
Definition at line 36 of file expression.hpp.
|
inline |
Definition at line 40 of file expression.hpp.
|
inline |
Definition at line 54 of file expression.hpp.
|
default |
|
inline |
Definition at line 104 of file expression.hpp.
|
inline |
Definition at line 86 of file expression.hpp.
|
inline |
Definition at line 84 of file expression.hpp.
|
inline |
Definition at line 180 of file expression.hpp.
|
inline |
Definition at line 70 of file expression.hpp.
|
inline |
Definition at line 72 of file expression.hpp.
|
inline |
Definition at line 60 of file expression.hpp.
|
inline |
Definition at line 74 of file expression.hpp.
|
inline |
Definition at line 161 of file expression.hpp.
|
inline |
Definition at line 137 of file expression.hpp.
|
inline |
Definition at line 61 of file expression.hpp.
|
inline |
Definition at line 75 of file expression.hpp.