Home
last modified time | relevance | path

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

/petsc/src/sys/classes/viewer/impls/cgns/
H A Dcgnsv.c56 char *solnames; in PetscViewerFileClose_CGNS() local
76 PetscCall(PetscMalloc(size * width + 1, &solnames)); in PetscViewerFileClose_CGNS()
77 …for (PetscCount i = 0; i < size; i++) PetscCall(PetscSNPrintf(&solnames[i * width], width + 1, "Fl… in PetscViewerFileClose_CGNS()
80 …rite(cg_array_write("FlowSolutionPointers", CGNS_ENUMV(Character), 2, shape, solnames), viewer, 0); in PetscViewerFileClose_CGNS()
82 …for (PetscCount i = 0; i < size; i++) PetscCall(PetscSNPrintf(&solnames[i * width], width + 1, "%-… in PetscViewerFileClose_CGNS()
83 …array_write("FlowSolutionCellInfoPointers", CGNS_ENUMV(Character), 2, shape, solnames), viewer, 0); in PetscViewerFileClose_CGNS()
84 PetscCall(PetscFree(solnames)); in PetscViewerFileClose_CGNS()