NeoFOAM
WIP Prototype of a modern OpenFOAM core
|
#include <operator.hpp>
Public Member Functions | |
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) |
Protected Attributes | |
const Executor | exec_ |
Executor associated with the field. (CPU, GPU, openMP, etc.) | |
Coeff | coeffs_ |
FieldType & | field_ |
Operator::Type | type_ |
Definition at line 196 of file operator.hpp.
|
inline |
Definition at line 201 of file operator.hpp.
|
virtualdefault |
|
inline |
Definition at line 219 of file operator.hpp.
|
inlinefinalvirtual |
Definition at line 208 of file operator.hpp.
|
inline |
Definition at line 210 of file operator.hpp.
|
inline |
Definition at line 212 of file operator.hpp.
|
inline |
Definition at line 214 of file operator.hpp.
|
inline |
Definition at line 216 of file operator.hpp.
|
inline |
Definition at line 204 of file operator.hpp.
|
protected |
Definition at line 225 of file operator.hpp.
|
protected |
Executor associated with the field. (CPU, GPU, openMP, etc.)
Definition at line 223 of file operator.hpp.
|
protected |
Definition at line 227 of file operator.hpp.
|
protected |
Definition at line 229 of file operator.hpp.