Home
last modified time | relevance | path

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

/petsc/src/sys/classes/viewer/impls/cgns/
H A Dcgnsv.c54 if (cgv->output_times) { in PetscViewerFileClose_CGNS()
59 PetscCall(PetscSegBufferGetSize(cgv->output_times, &size)); in PetscViewerFileClose_CGNS()
60 PetscCall(PetscSegBufferExtractInPlace(cgv->output_times, &times)); in PetscViewerFileClose_CGNS()
73 PetscCall(PetscSegBufferDestroy(&cgv->output_times)); in PetscViewerFileClose_CGNS()
142 PetscCall(PetscSegBufferGetSize(cgv->output_times, &num_steps)); in PetscViewerCGNSCheckBatch_Internal()
/petsc/include/petsc/private/
H A Dviewercgnsimpl.h21 PetscSegBuffer output_times; member
/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c2428 …if (!cgv->output_times) PetscCall(PetscSegBufferCreate(sizeof(PetscReal), 20, &cgv->output_times)); in VecView_Plex_Local_CGNS()
2440 PetscCall(PetscSegBufferGet(cgv->output_times, 1, &time_slot)); in VecView_Plex_Local_CGNS()