NeoN
A framework for CFD software
|
#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) |
bool | explicitIntegration () const |
Definition at line 61 of file timeIntegration.hpp.
using NeoN::timeIntegration::TimeIntegration< SolutionVectorType >::Expression = NeoN::dsl::Expression<ValueType> |
Definition at line 67 of file timeIntegration.hpp.
using NeoN::timeIntegration::TimeIntegration< SolutionVectorType >::ValueType = typename SolutionVectorType::VectorValueType |
Definition at line 66 of file timeIntegration.hpp.
|
inline |
Definition at line 69 of file timeIntegration.hpp.
|
inline |
Definition at line 72 of file timeIntegration.hpp.
|
inline |
Definition at line 75 of file timeIntegration.hpp.
|
inline |
Definition at line 85 of file timeIntegration.hpp.
|
inline |
Definition at line 80 of file timeIntegration.hpp.