Home
last modified time | relevance | path

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

/petsc/src/sys/classes/viewer/impls/cgns/
H A Dcgnsv.c138 PetscCount num_steps; in PetscViewerCGNSCheckBatch_Internal() local
142 PetscCall(PetscSegBufferGetSize(cgv->output_times, &num_steps)); in PetscViewerCGNSCheckBatch_Internal()
143 if (num_steps >= (PetscCount)cgv->batch_size) PetscCall(PetscViewerFileClose_CGNS(viewer)); in PetscViewerCGNSCheckBatch_Internal()