Home
last modified time | relevance | path

Searched defs:faceGeometry (Results 1 – 4 of 4) sorted by relevance

/petsc/src/dm/impls/plex/ftn-custom/
H A Dzplexfemf90.c73 …_(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 Dplexfvm.c56 …dients_Internal(DM dm, PetscFV fvm, PetscInt fStart, PetscInt fEnd, Vec faceGeometry, Vec cellGeom… in DMPlexReconstructGradients_Internal()
H A Dplexfem.c1039 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 Dplexgeometry.c3396 PetscErrorCode DMPlexComputeGradientFVM(DM dm, PetscFV fvm, Vec faceGeometry, Vec cellGeometry, DM … in DMPlexComputeGradientFVM()