Searched refs:libCEED_classid (Results 1 – 1 of 1) sorted by relevance
| /honee/src/ |
| H A D | log_events.c | 7 static PetscClassId libCEED_classid, onlineTrain_classid, sgs_model_classid, misc_classid; variable 28 PetscCall(PetscClassIdRegister("libCEED", &libCEED_classid)); in RegisterLogEvents() 29 PetscCall(PetscLogEventRegister("CeedOpApply", libCEED_classid, &HONEE_CeedOperatorApply)); in RegisterLogEvents() 30 PetscCall(PetscLogEventRegister("CeedOpAsm", libCEED_classid, &HONEE_CeedOperatorAssemble)); in RegisterLogEvents() 31 …PetscCall(PetscLogEventRegister("CeedOpAsmD", libCEED_classid, &HONEE_CeedOperatorAssembleDiagonal… in RegisterLogEvents() 32 …PetscCall(PetscLogEventRegister("CeedOpAsmPBD", libCEED_classid, &HONEE_CeedOperatorAssemblePointB… in RegisterLogEvents()
|