Searched refs:ApplyCeedOperatorGlobalToGlobal (Results 1 – 5 of 5) sorted by relevance
| /libCEED/examples/fluids/include/ |
| H A D | petsc_ops.h | 32 PetscErrorCode ApplyCeedOperatorGlobalToGlobal(Vec X, Vec Y, OperatorApplyContext ctx);
|
| /libCEED/examples/fluids/src/ |
| H A D | petsc_ops.c | 241 PetscErrorCode ApplyCeedOperatorGlobalToGlobal(Vec X, Vec Y, OperatorApplyContext ctx) { in ApplyCeedOperatorGlobalToGlobal() function
|
| H A D | differential_filter.c | 300 PetscCall(ApplyCeedOperatorGlobalToGlobal(Q, RHS, diff_filter->op_rhs_ctx)); in DifferentialFilterApply()
|
| H A D | setupts.c | 45 PetscCall(ApplyCeedOperatorGlobalToGlobal(Q, G, user->op_rhs_ctx)); in RHS_NS()
|
| H A D | turb_spanstats.c | 622 PetscCall(ApplyCeedOperatorGlobalToGlobal(stats, error, user->spanstats.mms_error_ctx)); in TSMonitor_TurbulenceStatistics()
|