Home
last modified time | relevance | path

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

/honee/src/ !
H A Dsetupts.c43 if (honee->phys->timestep_size_label) in RHS_NS()
44 …(ceed, CeedOperatorSetContextDouble(honee->op_rhs_ctx->op, honee->phys->timestep_size_label, &dt)); in RHS_NS()
131 … (honee->phys->timestep_size_label) PetscCallCeed(ceed, CeedOperatorSetContextDouble(honee->op_ifu… in IFunction_NS()
H A Dsetuplibceed.c260 …eed, CeedOperatorGetContextFieldLabel(op_rhs, "timestep size", &honee->phys->timestep_size_label)); in SetupLibceed()
279 …atorGetContextFieldLabel(honee->op_ifunction, "timestep size", &honee->phys->timestep_size_label)); in SetupLibceed()
/honee/include/ !
H A Dnavierstokes.h202 CeedContextFieldLabel timestep_size_label; member