Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/ftn-custom/
H A Dzplexfemf90.c73 …*fStart, PetscInt *fEnd, Vec *locX, Vec *locX_t, Vec *faceGeometry, Vec *cellGeometry, Vec *locGra… in dmplexgetfacefields_()
91 …*fStart, PetscInt *fEnd, Vec *locX, Vec *locX_t, Vec *faceGeometry, Vec *cellGeometry, Vec *locGra… in dmplexrestorefacefields_()
107 …metry_(DM *dm, PetscInt *fStart, PetscInt *fEnd, Vec *faceGeometry, Vec *cellGeometry, PetscInt *N… in dmplexgetfacegeometry_()
121 …metry_(DM *dm, PetscInt *fStart, PetscInt *fEnd, Vec *faceGeometry, Vec *cellGeometry, PetscInt *N… in dmplexrestorefacegeometry_()
/petsc/src/dm/impls/plex/
H A Dplexfvm.c56 … dm, PetscFV fvm, PetscInt fStart, PetscInt fEnd, Vec faceGeometry, Vec cellGeometry, Vec locX, Ve… in DMPlexReconstructGradients_Internal()
H A Dplexfem.c1039 …nsertBoundaryValuesRiemann(DM dm, PetscReal time, Vec faceGeometry, Vec cellGeometry, Vec Grad, Pe… in DMPlexInsertBoundaryValuesRiemann()
4090 …fStart, PetscInt fEnd, Vec locX, PeOp Vec locX_t, Vec faceGeometry, Vec cellGeometry, PeOp Vec loc… in DMPlexGetFaceFields()
4254 …fStart, PetscInt fEnd, Vec locX, PeOp Vec locX_t, Vec faceGeometry, Vec cellGeometry, PeOp Vec loc… in DMPlexRestoreFaceFields()
4281 …ceGeometry(DM dm, PetscInt fStart, PetscInt fEnd, Vec faceGeometry, Vec cellGeometry, PetscInt *Nf… in DMPlexGetFaceGeometry()
4351 …ceGeometry(DM dm, PetscInt fStart, PetscInt fEnd, Vec faceGeometry, Vec cellGeometry, PetscInt *Nf… in DMPlexRestoreFaceGeometry()
H A Dplexgeometry.c3396 PetscErrorCode DMPlexComputeGradientFVM(DM dm, PetscFV fvm, Vec faceGeometry, Vec cellGeometry, DM … in DMPlexComputeGradientFVM()