Home
last modified time | relevance | path

Searched refs:ApplyCeedOperatorGlobalToLocal (Results 1 – 2 of 2) sorted by relevance

/libCEED/examples/fluids/include/
H A Dpetsc_ops.h33 PetscErrorCode ApplyCeedOperatorGlobalToLocal(Vec X, Vec Y_loc, OperatorApplyContext ctx);
/libCEED/examples/fluids/src/
H A Dpetsc_ops.c275 PetscErrorCode ApplyCeedOperatorGlobalToLocal(Vec X, Vec Y_loc, OperatorApplyContext ctx) { in ApplyCeedOperatorGlobalToLocal() function