Lines Matching refs:grad_velo_proj
123 NodalProjectionData grad_velo_proj; in SgsDDSetupNodalEvaluation_Fused() local
131 PetscCall(HoneeGetContainer(honee, GRAD_VELO_PROJ_KEY, &grad_velo_proj)); in SgsDDSetupNodalEvaluation_Fused()
135 …PetscCallCeed(ceed, CeedOperatorGetFieldByName(grad_velo_proj->l2_rhs_ctx->op, "velocity gradient"… in SgsDDSetupNodalEvaluation_Fused()
181 …PetscCall(OperatorApplyContextCreate(grad_velo_proj->dm, sgs_dd_data->dm_sgs, ceed, op_sgs_dd_noda… in SgsDDSetupNodalEvaluation_Fused()
316 NodalProjectionData grad_velo_proj; in SgsDDSetupNodalEvaluation_Sequential() local
369 PetscCall(HoneeGetContainer(honee, GRAD_VELO_PROJ_KEY, &grad_velo_proj)); in SgsDDSetupNodalEvaluation_Sequential()
373 …PetscCallCeed(ceed, CeedOperatorGetFieldByName(grad_velo_proj->l2_rhs_ctx->op, "velocity gradient"… in SgsDDSetupNodalEvaluation_Sequential()
430 …PetscCall(OperatorApplyContextCreate(grad_velo_proj->dm, sgs_dd_data->dm_dd_inputs, ceed, op_sgs_d… in SgsDDSetupNodalEvaluation_Sequential()
557 NodalProjectionData grad_velo_proj; in SgsDDApplyIFunction() local
562 PetscCall(HoneeGetContainer(honee, GRAD_VELO_PROJ_KEY, &grad_velo_proj)); in SgsDDApplyIFunction()
563 PetscCall(DMGetGlobalVector(grad_velo_proj->dm, &VelocityGradient)); in SgsDDApplyIFunction()
564 PetscCall(VelocityGradientProjectionApply(grad_velo_proj, Q_loc, VelocityGradient)); in SgsDDApplyIFunction()
577 PetscCall(DMRestoreGlobalVector(grad_velo_proj->dm, &VelocityGradient)); in SgsDDApplyIFunction()
651 NodalProjectionData grad_velo_proj; in SgsDDSetup() local
662 …ectionSetup(ceed, honee, problem, honee->phys->state_var, elem_restr_q, basis_q, &grad_velo_proj)); in SgsDDSetup()
666 …PetscCall(HoneeSetContainer(honee, GRAD_VELO_PROJ_KEY, grad_velo_proj, (PetscCtxDestroyFn *)NodalP… in SgsDDSetup()