Searched refs:FLUIDS_CeedOperatorApply (Results 1 – 4 of 4) sorted by relevance
| /libCEED/examples/fluids/src/ |
| H A D | log_events.c | 13 PetscLogEvent FLUIDS_CeedOperatorApply; variable 27 PetscCall(PetscLogEventRegister("CeedOpApply", libCEED_classid, &FLUIDS_CeedOperatorApply)); in RegisterLogEvents()
|
| H A D | petsc_ops.c | 227 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 D | setupts.c | 132 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 D | log_events.h | 11 extern PetscLogEvent FLUIDS_CeedOperatorApply;
|