Home
last modified time | relevance | path

Searched refs:timestep_size_label (Results 1 – 3 of 3) sorted by relevance

/libCEED/examples/fluids/src/
H A Dsetupts.c43 …f (user->phys->timestep_size_label) PetscCallCeed(ceed, CeedOperatorSetContextDouble(user->op_rhs_… in RHS_NS()
118 …if (user->phys->timestep_size_label) PetscCallCeed(ceed, CeedOperatorSetContextDouble(user->op_ifu… in IFunction_NS()
H A Dsetuplibceed.c451 …ceed, CeedOperatorGetContextFieldLabel(op_rhs, "timestep size", &user->phys->timestep_size_label)); in SetupLibceed()
469 …eratorGetContextFieldLabel(user->op_ifunction, "timestep size", &user->phys->timestep_size_label)); in SetupLibceed()
/libCEED/examples/fluids/
H A Dnavierstokes.h218 CeedContextFieldLabel timestep_size_label; member