Home
last modified time | relevance | path

Searched refs:ApplyCeedOperatorGlobalToGlobal (Results 1 – 5 of 5) sorted by relevance

/libCEED/examples/fluids/include/
H A Dpetsc_ops.h32 PetscErrorCode ApplyCeedOperatorGlobalToGlobal(Vec X, Vec Y, OperatorApplyContext ctx);
/libCEED/examples/fluids/src/
H A Dpetsc_ops.c241 PetscErrorCode ApplyCeedOperatorGlobalToGlobal(Vec X, Vec Y, OperatorApplyContext ctx) { in ApplyCeedOperatorGlobalToGlobal() function
H A Ddifferential_filter.c300 PetscCall(ApplyCeedOperatorGlobalToGlobal(Q, RHS, diff_filter->op_rhs_ctx)); in DifferentialFilterApply()
H A Dsetupts.c45 PetscCall(ApplyCeedOperatorGlobalToGlobal(Q, G, user->op_rhs_ctx)); in RHS_NS()
H A Dturb_spanstats.c622 PetscCall(ApplyCeedOperatorGlobalToGlobal(stats, error, user->spanstats.mms_error_ctx)); in TSMonitor_TurbulenceStatistics()