Searched defs:faceGeometry (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/dm/impls/plex/ftn-custom/ |
| H A D | zplexfemf90.c | 73 …_(DM *dm, PetscInt *fStart, PetscInt *fEnd, Vec *locX, Vec *locX_t, Vec *faceGeometry, Vec *cellGe… in dmplexgetfacefields_() 91 …_(DM *dm, PetscInt *fStart, PetscInt *fEnd, Vec *locX, Vec *locX_t, Vec *faceGeometry, Vec *cellGe… in dmplexrestorefacefields_() 107 …id dmplexgetfacegeometry_(DM *dm, PetscInt *fStart, PetscInt *fEnd, Vec *faceGeometry, Vec *cellGe… in dmplexgetfacegeometry_() 121 …mplexrestorefacegeometry_(DM *dm, PetscInt *fStart, PetscInt *fEnd, Vec *faceGeometry, Vec *cellGe… in dmplexrestorefacegeometry_()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexfvm.c | 56 …dients_Internal(DM dm, PetscFV fvm, PetscInt fStart, PetscInt fEnd, Vec faceGeometry, Vec cellGeom… in DMPlexReconstructGradients_Internal()
|
| H A D | plexfem.c | 1039 PetscErrorCode DMPlexInsertBoundaryValuesRiemann(DM dm, PetscReal time, Vec faceGeometry, Vec cellG… in DMPlexInsertBoundaryValuesRiemann() 4090 …s(DM dm, PetscInt fStart, PetscInt fEnd, Vec locX, PeOp Vec locX_t, Vec faceGeometry, Vec cellGeom… in DMPlexGetFaceFields() 4254 …s(DM dm, PetscInt fStart, PetscInt fEnd, Vec locX, PeOp Vec locX_t, Vec faceGeometry, Vec cellGeom… in DMPlexRestoreFaceFields() 4281 PetscErrorCode DMPlexGetFaceGeometry(DM dm, PetscInt fStart, PetscInt fEnd, Vec faceGeometry, Vec c… in DMPlexGetFaceGeometry() 4351 PetscErrorCode DMPlexRestoreFaceGeometry(DM dm, PetscInt fStart, PetscInt fEnd, Vec faceGeometry, V… in DMPlexRestoreFaceGeometry()
|
| H A D | plexgeometry.c | 3396 PetscErrorCode DMPlexComputeGradientFVM(DM dm, PetscFV fvm, Vec faceGeometry, Vec cellGeometry, DM … in DMPlexComputeGradientFVM()
|