Home
last modified time | relevance | path

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

/petsc/src/sys/classes/viewer/impls/glvis/
H A Dglvis.c20 char **windowtitle; member
151 …PetscCall(PetscCalloc5(nfields, &socket->window, nfields, &socket->windowtitle, nfields, &socket->… in PetscViewerGLVisSetFields_GLVis()
156 PetscCall(PetscStrallocpy(name, &socket->windowtitle[i])); in PetscViewerGLVisSetFields_GLVis()
393 …SC_MAX_PATH_LEN, "%s-%s-%" PetscInt_FMT ".%06d", socket->name, socket->windowtitle[wid], socket->s… in PetscViewerGLVisGetWindow_Internal()
515 PetscCall(PetscFree(socket->windowtitle[i])); in PetscViewerDestroy_GLVis()
520 …PetscCall(PetscFree5(socket->window, socket->windowtitle, socket->fec_type, socket->spacedim, sock… in PetscViewerDestroy_GLVis()