Searched refs:l2_rhs_ctx (Results 1 – 4 of 4) sorted by relevance
| /libCEED/examples/fluids/src/ ! |
| H A D | velocity_gradient_projection.c | 97 …, 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 D | grid_anisotropy_tensor.c | 17 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 D | misc.c | 287 PetscCall(OperatorApplyContextDestroy(context->l2_rhs_ctx)); in NodalProjectionDataDestroy()
|
| /libCEED/examples/fluids/ ! |
| H A D | navierstokes.h | 153 OperatorApplyContext l2_rhs_ctx; member
|