Home
last modified time | relevance | path

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

/libCEED/examples/fluids/src/
H A Dlog_events.c11 static PetscClassId libCEED_classid, misc_classid; variable
26 PetscCall(PetscClassIdRegister("libCEED", &libCEED_classid)); in RegisterLogEvents()
27 PetscCall(PetscLogEventRegister("CeedOpApply", libCEED_classid, &FLUIDS_CeedOperatorApply)); in RegisterLogEvents()
28 PetscCall(PetscLogEventRegister("CeedOpAsm", libCEED_classid, &FLUIDS_CeedOperatorAssemble)); in RegisterLogEvents()
29 …PetscCall(PetscLogEventRegister("CeedOpAsmD", libCEED_classid, &FLUIDS_CeedOperatorAssembleDiagona… in RegisterLogEvents()
30 …PetscCall(PetscLogEventRegister("CeedOpAsmPBD", libCEED_classid, &FLUIDS_CeedOperatorAssemblePoint… in RegisterLogEvents()