Searched refs:DMPlexApplyLimiter_Internal (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexfvm.c | 7 static PetscErrorCode DMPlexApplyLimiter_Internal(DM dm, DM dmCell, PetscLimiter lim, PetscInt dim,… in DMPlexApplyLimiter_Internal() function 20 …if (childFace >= fStart && childFace < fEnd) PetscCall(DMPlexApplyLimiter_Internal(dm, dmCell, lim… in DMPlexApplyLimiter_Internal() 142 …for (f = 0; f < coneSize; ++f) PetscCall(DMPlexApplyLimiter_Internal(dm, dmCell, lim, dim, dof, ce… in DMPlexReconstructGradients_Internal()
|