class
MultiMatProblemUserDefinedMultiMat system of PDEs problem: user defined.
Contents
- Reference
Public static functions
-
static auto initialize(ncomp_
t system, ncomp_t ncomp, tk::real , tk::real , tk::real , tk::real ) -> tk::InitializeFn::result_type - Initialize numerical solution.
-
static auto analyticSolution(ncomp_
t system, ncomp_t ncomp, tk::real x, tk::real y, tk::real z, tk::real t) -> std::vector<tk::real > - Evaluate analytical solution at (x,y,z,t) for all components.
-
static auto src(ncomp_
t , ncomp_t ncomp, tk::real , tk::real , tk::real , tk::real ) -> tk::MultiMatSrcFn::result_type -
static auto names(ncomp_
t ) -> std::vector<std::string> - Return names of integral variables to be output to diagnostics file.
Function documentation
static tk::InitializeFn::result_type inciter::MultiMatProblemUserDefined:: initialize(ncomp_t system,
ncomp_t ncomp,
tk::real ,
tk::real ,
tk::real ,
tk::real )
Initialize numerical solution.
Parameters | |
---|---|
system in | Equation system index, i.e., which multi-material flow equation system we operate on among the systems of PDEs |
ncomp in | Number of scalar components in this PDE system |
Returns | Values of all components |
Set initial conditions