Searched refs:l2_rhs_ctx (Results 1 – 7 of 7) sorted by relevance
| /honee/src/ |
| H A D | velocity_gradient_projection.c | 99 …, 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 D | diff_flux_projection.c | 139 &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 D | grid_anisotropy_tensor.c | 65 &grid_aniso_proj->l2_rhs_ctx)); in GridAnisotropyTensorProjectionSetupApply() 106 PetscCall(ApplyCeedOperatorLocalToGlobal(NULL, Grid_Anisotropy, grid_aniso_proj->l2_rhs_ctx)); in GridAnisotropyTensorProjectionSetupApply()
|
| H A D | misc.c | 196 PetscCall(OperatorApplyContextDestroy(context_->l2_rhs_ctx)); in NodalProjectionDataDestroy()
|
| /honee/include/ |
| H A D | nodal_projection.h | 9 OperatorApplyContext l2_rhs_ctx; member
|
| /honee/problems/ |
| H A D | sgs_dd_model.c | 135 …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 D | sgs_dd_training.c | 120 …eed, CeedOperatorGetFieldByName(sgs_dd_train->filtered_grad_velo_proj->l2_rhs_ctx->op, "velocity g… in SetupTrainingDataCalculation()
|