NeoN
WIP Prototype of a modern OpenFOAM core
|
#include <timeIntegration.hpp>
Public Types | |
using | ValueType = typename SolutionVectorType::VectorValueType |
using | Expression = NeoN::dsl::Expression< ValueType > |
Public Member Functions | |
TimeIntegration (const TimeIntegration &timeIntegrator) | |
TimeIntegration (TimeIntegration &&timeIntegrator) | |
TimeIntegration (const Dictionary &schemeDict, const Dictionary &solutionDict) | |
void | solve (Expression &eqn, SolutionVectorType &sol, scalar t, scalar dt) |
Definition at line 59 of file timeIntegration.hpp.
using NeoN::timeIntegration::TimeIntegration< SolutionVectorType >::Expression = NeoN::dsl::Expression<ValueType> |
Definition at line 66 of file timeIntegration.hpp.
using NeoN::timeIntegration::TimeIntegration< SolutionVectorType >::ValueType = typename SolutionVectorType::VectorValueType |
Definition at line 65 of file timeIntegration.hpp.
|
inline |
Definition at line 68 of file timeIntegration.hpp.
|
inline |
Definition at line 71 of file timeIntegration.hpp.
|
inline |
Definition at line 74 of file timeIntegration.hpp.
|
inline |
Definition at line 79 of file timeIntegration.hpp.