Home
last modified time | relevance | path

Searched refs:l2_rhs_ctx (Results 1 – 7 of 7) sorted by relevance

/honee/src/
H A Dvelocity_gradient_projection.c99 …, grad_velo_proj->dm, ceed, op_rhs_assemble, NULL, NULL, NULL, NULL, &grad_velo_proj->l2_rhs_ctx)); in VelocityGradientProjectionSetup()
148 OperatorApplyContext l2_rhs_ctx = grad_velo_proj->l2_rhs_ctx; in VelocityGradientProjectionApply() local
152 PetscCall(ApplyCeedOperatorLocalToGlobal(Q_loc, VelocityGradient, l2_rhs_ctx)); in VelocityGradientProjectionApply()
H A Ddiff_flux_projection.c139 &projection->l2_rhs_ctx)); in DivDiffFluxProjectionSetup_Direct()
218 …tCreate(honee->dm, projection->dm, ceed, op_rhs, NULL, NULL, NULL, NULL, &projection->l2_rhs_ctx)); in DivDiffFluxProjectionSetup_Indirect()
360 PetscCall(ApplyCeedOperatorLocalToGlobal(Q_loc, RHS, projection->l2_rhs_ctx)); in DivDiffFluxProjectionApply()
390 PetscCall(ApplyCeedOperatorLocalToGlobal(Q_loc, RHS, projection->l2_rhs_ctx)); in DivDiffFluxProjectionApply()
H A Dgrid_anisotropy_tensor.c65 &grid_aniso_proj->l2_rhs_ctx)); in GridAnisotropyTensorProjectionSetupApply()
106 PetscCall(ApplyCeedOperatorLocalToGlobal(NULL, Grid_Anisotropy, grid_aniso_proj->l2_rhs_ctx)); in GridAnisotropyTensorProjectionSetupApply()
H A Dmisc.c196 PetscCall(OperatorApplyContextDestroy(context_->l2_rhs_ctx)); in NodalProjectionDataDestroy()
/honee/include/
H A Dnodal_projection.h9 OperatorApplyContext l2_rhs_ctx; member
/honee/problems/
H A Dsgs_dd_model.c135 …PetscCallCeed(ceed, CeedOperatorGetFieldByName(grad_velo_proj->l2_rhs_ctx->op, "velocity gradient"… in SgsDDSetupNodalEvaluation_Fused()
373 …PetscCallCeed(ceed, CeedOperatorGetFieldByName(grad_velo_proj->l2_rhs_ctx->op, "velocity gradient"… in SgsDDSetupNodalEvaluation_Sequential()
/honee/src/smartsim/
H A Dsgs_dd_training.c120 …eed, CeedOperatorGetFieldByName(sgs_dd_train->filtered_grad_velo_proj->l2_rhs_ctx->op, "velocity g… in SetupTrainingDataCalculation()