NeoFOAM
WIP Prototype of a modern OpenFOAM core
|
#include <ddt.hpp>
Public Member Functions | |
Ddt (FieldType &field) | |
std::string | getName () const |
void | explicitOperation (Field< scalar > &source, scalar scale) |
void | implicitOperation (Field< scalar > &phi) |
![]() | |
OperatorMixin (const Executor exec, FieldType &field, Operator::Type type) | |
Operator::Type | getType () const |
virtual | ~OperatorMixin ()=default |
virtual const Executor & | exec () const final |
Coeff & | getCoefficient () |
const Coeff & | getCoefficient () const |
FieldType & | getField () |
const FieldType & | getField () const |
void | build (const Input &input) |
Additional Inherited Members | |
![]() | |
const Executor | exec_ |
Executor associated with the field. (CPU, GPU, openMP, etc.) | |
Coeff | coeffs_ |
FieldType & | field_ |
Operator::Type | type_ |
|
inline |
|
inline |
|
inline |
|
inline |