Home
last modified time | relevance | path

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

/libCEED/examples/fluids/src/ !
H A Dvelocity_gradient_projection.c97 …, grad_velo_proj->dm, ceed, op_rhs_assemble, NULL, NULL, NULL, NULL, &grad_velo_proj->l2_rhs_ctx)); in VelocityGradientProjectionSetup()
137 OperatorApplyContext l2_rhs_ctx = grad_velo_proj->l2_rhs_ctx; in VelocityGradientProjectionApply() local
141 PetscCall(ApplyCeedOperatorLocalToGlobal(Q_loc, VelocityGradient, l2_rhs_ctx)); in VelocityGradientProjectionApply()
H A Dgrid_anisotropy_tensor.c17 OperatorApplyContext l2_rhs_ctx; in GridAnisotropyTensorProjectionSetupApply() local
66 …>dm, grid_aniso_proj->dm, ceed, op_rhs_assemble, CEED_VECTOR_NONE, NULL, NULL, NULL, &l2_rhs_ctx)); in GridAnisotropyTensorProjectionSetupApply()
101 PetscCall(ApplyCeedOperatorLocalToGlobal(NULL, Grid_Anisotropy, l2_rhs_ctx)); in GridAnisotropyTensorProjectionSetupApply()
117 PetscCall(OperatorApplyContextDestroy(l2_rhs_ctx)); in GridAnisotropyTensorProjectionSetupApply()
H A Dmisc.c287 PetscCall(OperatorApplyContextDestroy(context->l2_rhs_ctx)); in NodalProjectionDataDestroy()
/libCEED/examples/fluids/ !
H A Dnavierstokes.h153 OperatorApplyContext l2_rhs_ctx; member