Searched defs:cellGeometry (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/dm/impls/plex/ftn-custom/ |
| H A D | zplexfemf90.c | 73 …*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 D | plexfvm.c | 56 … dm, PetscFV fvm, PetscInt fStart, PetscInt fEnd, Vec faceGeometry, Vec cellGeometry, Vec locX, Ve… in DMPlexReconstructGradients_Internal()
|
| H A D | plexfem.c | 1039 …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 D | plexgeometry.c | 3396 PetscErrorCode DMPlexComputeGradientFVM(DM dm, PetscFV fvm, Vec faceGeometry, Vec cellGeometry, DM … in DMPlexComputeGradientFVM()
|