Home
last modified time | relevance | path

Searched refs:stg_solution_time_label (Results 1 – 2 of 2) sorted by relevance

/libCEED/examples/fluids/src/
H A Dstrong_boundary_conditions.c125 …, CeedOperatorGetContextFieldLabel(op_strong_bc, "solution time", &phys->stg_solution_time_label)); in SetupStrongSTG_Ceed()
142 if (user->phys->stg_solution_time_label) { in DMPlexInsertBoundaryValues_StrongBCCeed()
143 …dOperatorSetContextDouble(user->op_strong_bc_ctx->op, user->phys->stg_solution_time_label, &time)); in DMPlexInsertBoundaryValues_StrongBCCeed()
/libCEED/examples/fluids/
H A Dnavierstokes.h217 CeedContextFieldLabel stg_solution_time_label; member