Searched refs:cellPhi (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexfvm.c | 7 …etscInt field, PetscInt face, PetscInt fStart, PetscInt fEnd, PetscReal *cellPhi, const PetscScala… in DMPlexApplyLimiter_Internal() argument 20 …nternal(dm, dmCell, lim, dim, dof, cell, field, childFace, fStart, fEnd, cellPhi, x, cellgeom, cg,… in DMPlexApplyLimiter_Internal() 32 for (d = 0; d < dof; ++d) cellPhi[d] = 1.0; in DMPlexApplyLimiter_Internal() 50 cellPhi[d] = PetscMin(cellPhi[d], phi); in DMPlexApplyLimiter_Internal() 65 PetscReal *cellPhi; in DMPlexReconstructGradients_Internal() local 121 PetscCall(DMGetWorkArray(dm, dof, MPIU_REAL, &cellPhi)); in DMPlexReconstructGradients_Internal() 141 for (d = 0; d < dof; ++d) cellPhi[d] = PETSC_MAX_REAL; in DMPlexReconstructGradients_Internal() 142 …, lim, dim, dof, cell, nFields > 1 ? field : -1, faces[f], fStart, fEnd, cellPhi, x, cellgeom, cg,… in DMPlexReconstructGradients_Internal() 144 for (d = 0; d < dof; ++d) cellPhi[d] = 1.0; in DMPlexReconstructGradients_Internal() 148 for (d = 0; d < dim; ++d) cgrad[pd * dim + d] *= cellPhi[pd]; in DMPlexReconstructGradients_Internal() [all …]
|