Home
last modified time | relevance | path

Searched refs:misc_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
32 PetscCall(PetscClassIdRegister("Miscellaneous", &misc_classid)); in RegisterLogEvents()
33 PetscCall(PetscLogEventRegister("DiffFilter", misc_classid, &FLUIDS_DifferentialFilter)); in RegisterLogEvents()
34 …PetscCall(PetscLogEventRegister("VeloGradProj", misc_classid, &FLUIDS_VelocityGradientProjection)); in RegisterLogEvents()