|
Fluid Dynamics Library
|
Scalar field "function object" for ODE steppers. More...
#include <ftnsbase.hpp>
Public Member Functions | |
| virtual scalar_t | operator() (scalar_t t, const scalar_t x[])=0 |
| ScalarBase (unsigned dim=3) | |
Protected Attributes | |
| unsigned | dim_ |
| Dimension of underlying Cartesian space. | |
Scalar field "function object" for ODE steppers.
In defining a time-dependent scalar field,
, the vector
is passed as a scalar_t array in operator().
Definition at line 35 of file ftnsbase.hpp.
1.7.4