Searched refs:fTotDim (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexfem.c | 3587 …PetscInt cTotDim, fTotDim = 0, Nf, f, field, cStart, cEnd, c, dim, d, startC, endC, offsetC, o… in DMPlexComputeInjectorFEM() local 3629 fTotDim += fNb; in DMPlexComputeInjectorFEM() 3705 PetscCall(PetscMalloc2(cTotDim, &cellCIndices, fTotDim, &cellFIndices)); in DMPlexComputeInjectorFEM()
|