Lines Matching full:state_var
133 switch (honee->phys->state_var) { in DivDiffFluxProjectionCreateRHS_Direct_NS()
179 switch (honee->phys->state_var) { in DivDiffFluxProjectionCreateRHS_Direct_NS()
293 switch (honee->phys->state_var) { in DivDiffFluxProjectionCreateRHS_Indirect_NS()
335 switch (honee->phys->state_var) { in BoundaryIntegralBCSetup_CreateIFunctionQF()
356 switch (honee->phys->state_var) { in BoundaryIntegralBCSetup_CreateIJacobianQF()
375 StateVariable state_var; in NS_NEWTONIAN_IG() local
413 …PetscCall(PetscOptionsEnum("-state_var", "State variables used", NULL, StateVariables, (PetscEnum)… in NS_NEWTONIAN_IG()
414 (PetscEnum *)&state_var, NULL)); in NS_NEWTONIAN_IG()
450 PetscCheck(!(state_var == STATEVAR_PRIMITIVE && !implicit), comm, PETSC_ERR_SUP, in NS_NEWTONIAN_IG()
451 …"RHSFunction is not provided for primitive variables (use -state_var primitive only with -implicit… in NS_NEWTONIAN_IG()
492 honee->phys->state_var = state_var; in NS_NEWTONIAN_IG()
497 newtonian_ig_ctx->state_var = state_var; in NS_NEWTONIAN_IG()
543 switch (state_var) { in NS_NEWTONIAN_IG()