Searched refs:max_stages (Results 1 – 2 of 2) sorted by relevance
21 PetscInt num_entries, max_events, max_stages; in PetscLogStateCreate() local30 PetscCall(PetscLogRegistryGetNumStages(s->registry, NULL, &max_stages)); in PetscLogStateCreate()33 PetscCall(PetscCIntCast(max_stages, &s->bt_num_stages)); in PetscLogStateCreate()
72 …PetscLogRegistryGetNumStages(PetscLogRegistry registry, PetscInt *num_stages, PetscInt *max_stages) in PetscLogRegistryGetNumStages() argument75 PetscCall(PetscLogStageArrayGetSize(registry->stages, num_stages, max_stages)); in PetscLogRegistryGetNumStages()