Home
last modified time | relevance | path

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

/petsc/src/sys/classes/bm/interfaces/
H A Dbm.c7 static PetscFunctionList PetscBenchList = NULL; variable
21 PetscCall(PetscFunctionListDestroy(&PetscBenchList)); in PetscBenchFinalizePackage()
63 PetscCall(PetscFunctionListAdd(&PetscBenchList, sname, function)); in PetscBenchRegister()
189 …PetscCall(PetscOptionsFList("-bm_type", "PetscBench", "PetscBenchSetType", PetscBenchList, ((Petsc… in PetscBenchSetFromOptions()
378 PetscCall(PetscFunctionListFind(PetscBenchList, type, &r)); in PetscBenchSetType()