Searched refs:output_times (Results 1 – 3 of 3) sorted by relevance
54 if (cgv->output_times) { in PetscViewerFileClose_CGNS()59 PetscCall(PetscSegBufferGetSize(cgv->output_times, &size)); in PetscViewerFileClose_CGNS()60 PetscCall(PetscSegBufferExtractInPlace(cgv->output_times, ×)); in PetscViewerFileClose_CGNS()73 PetscCall(PetscSegBufferDestroy(&cgv->output_times)); in PetscViewerFileClose_CGNS()142 PetscCall(PetscSegBufferGetSize(cgv->output_times, &num_steps)); in PetscViewerCGNSCheckBatch_Internal()
21 PetscSegBuffer output_times; member
2428 …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()