Searched refs:maxfields (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexglvis.c | 50 PetscInt f, maxfields, nfields, c, totc, totdofs, Nv, cum, i; in DMSetUpGLVisViewer_Plex() local 86 for (f = 0, maxfields = 0; f < nfields; f++) { in DMSetUpGLVisViewer_Plex() 90 maxfields += bs; in DMSetUpGLVisViewer_Plex() 92 …(PetscCalloc7(maxfields, &fieldname, maxfields, &nlocal, maxfields, &bs, maxfields, &dims, maxfiel… in DMSetUpGLVisViewer_Plex() 94 PetscCall(PetscCalloc1(maxfields, &ctx->scctx)); in DMSetUpGLVisViewer_Plex()
|