Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexfvm.c66 PetscInt dim, face, cell, field, dof, cStart, cEnd, nFields; in DMPlexReconstructGradients_Internal() local
71 PetscCall(PetscDSGetNumFields(prob, &nFields)); in DMPlexReconstructGradients_Internal()
102 if (nFields > 1) { in DMPlexReconstructGradients_Internal()
131 if (nFields > 1) { in DMPlexReconstructGradients_Internal()
142 …) PetscCall(DMPlexApplyLimiter_Internal(dm, dmCell, lim, dim, dof, cell, nFields > 1 ? field : -1,… in DMPlexReconstructGradients_Internal()