Searched refs:fecs (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/composite/ |
| H A D | pack.c | 1337 char **fecs; in DMSetUpGLVisViewer_Composite() local 1357 PetscCall(PetscMalloc3(tnf, &fecs, tnf, &sdim, tnf, &Ufds)); in DMSetUpGLVisViewer_Composite() 1365 PetscCall(PetscStrallocpy(fec[f], &fecs[tnf + f])); in DMSetUpGLVisViewer_Composite() 1371 …PetscCall(PetscViewerGLVisSetFields(viewer, tnf, (const char **)fecs, sdim, DMCompositeSampleGLVis… in DMSetUpGLVisViewer_Composite() 1372 for (i = 0; i < tnf; i++) PetscCall(PetscFree(fecs[i])); in DMSetUpGLVisViewer_Composite() 1373 PetscCall(PetscFree3(fecs, sdim, Ufds)); in DMSetUpGLVisViewer_Composite()
|