Home
last modified time | relevance | path

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

/libCEED/examples/fluids/src/
H A Dlog_events.c13 PetscLogEvent FLUIDS_CeedOperatorApply; variable
27 PetscCall(PetscLogEventRegister("CeedOpApply", libCEED_classid, &FLUIDS_CeedOperatorApply)); in RegisterLogEvents()
H A Dpetsc_ops.c227 PetscCall(PetscLogEventBegin(FLUIDS_CeedOperatorApply, X, Y, 0, 0)); in ApplyCeedOperator_Core()
232 PetscCall(PetscLogEventEnd(FLUIDS_CeedOperatorApply, X, Y, 0, 0)); in ApplyCeedOperator_Core()
H A Dsetupts.c132 PetscCall(PetscLogEventBegin(FLUIDS_CeedOperatorApply, Q, G, 0, 0)); in IFunction_NS()
136 PetscCall(PetscLogEventEnd(FLUIDS_CeedOperatorApply, Q, G, 0, 0)); in IFunction_NS()
/libCEED/examples/fluids/include/
H A Dlog_events.h11 extern PetscLogEvent FLUIDS_CeedOperatorApply;