Lines Matching refs:PetscFree
71 PetscCall(PetscFree(steps_int)); in PetscViewerFileClose_CGNS()
84 PetscCall(PetscFree(solnames)); in PetscViewerFileClose_CGNS()
88 PetscCall(PetscFree(cgv->filename)); in PetscViewerFileClose_CGNS()
95 PetscCall(PetscFree(cgv->node_l2g)); in PetscViewerFileClose_CGNS()
96 PetscCall(PetscFree(cgv->nodal_field)); in PetscViewerFileClose_CGNS()
153 PetscCall(PetscFree(cgv->solution_name)); in PetscViewerDestroy_CGNS()
154 PetscCall(PetscFree(cgv->filename_template)); in PetscViewerDestroy_CGNS()
155 PetscCall(PetscFree(cgv)); in PetscViewerDestroy_CGNS()
192 PetscCall(PetscFree(cgv->filename)); in PetscViewerFileSetName_CGNS()
193 PetscCall(PetscFree(cgv->filename_template)); in PetscViewerFileSetName_CGNS()
437 PetscCall(PetscFree(pointer_names)); in PetscViewerCGNSGetSolutionFileIndex_Internal()
448 PetscCall(PetscFree(pointer_id_name)); in PetscViewerCGNSGetSolutionFileIndex_Internal()
496 PetscCall(PetscFree(times)); in PetscViewerCGNSGetSolutionTime()
541 PetscCall(PetscFree(steps)); in PetscViewerCGNSGetSolutionIteration()
576 if (cgv->solution_name) PetscCall(PetscFree(cgv->solution_name)); in PetscViewerCGNSGetSolutionName()