Home
last modified time | relevance | path

Searched refs:StateVariables (Results 1 – 5 of 5) sorted by relevance

/honee/qfunctions/ !
H A Dnewtonian_types.h17 extern const char *const StateVariables[];
/honee/problems/ !
H A Dchannel.c22 …"Channel outflow only valid for Conservative variables, recieved %s", StateVariables[honee_bc->hon… in ChannelOutflowBCSetup_CreateIFunctionQF()
33 …"Channel inflow only valid for Conservative variables, recieved %s", StateVariables[honee_bc->hone… in ChannelInflowBCSetup_CreateIFunctionQF()
H A Dnewtonian.c14 const char *const StateVariables[] = {"CONSERVATIVE", "PRIMITIVE", "ENTROPY", "StateVariable", … variable
413 …PetscCall(PetscOptionsEnum("-state_var", "State variables used", NULL, StateVariables, (PetscEnum)… in NS_NEWTONIAN_IG()
/honee/src/ !
H A Dmonitor_cfl.c92 …tor QFunction for dim %" PetscInt_FMT " and state variable %s", dim, StateVariables[honee->phys->s… in SetupMontiorCfl()
/honee/src/spanstats/ !
H A Dcflpe.c72 StateVariables[honee->phys->state_var]); in CreateStatisticCollectionOperator()