Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/ftn-custom/
H A Dzplexfemf90.c73 …M *dm, PetscInt *fStart, PetscInt *fEnd, Vec *locX, Vec *locX_t, Vec *faceGeometry, Vec *cellGeome… in dmplexgetfacefields_() argument
79 …*ierr = DMPlexGetFaceFields(*dm, *fStart, *fEnd, *locX, *locX_t, *faceGeometry, *cellGeometry, *lo… in dmplexgetfacefields_()
91 …M *dm, PetscInt *fStart, PetscInt *fEnd, Vec *locX, Vec *locX_t, Vec *faceGeometry, Vec *cellGeome… in dmplexrestorefacefields_() argument
99 …*ierr = DMPlexRestoreFaceFields(*dm, *fStart, *fEnd, *locX, NULL, *faceGeometry, *cellGeometry, NU… in dmplexrestorefacefields_()
107 …dmplexgetfacegeometry_(DM *dm, PetscInt *fStart, PetscInt *fEnd, Vec *faceGeometry, Vec *cellGeome… in dmplexgetfacegeometry_() argument
113 *ierr = DMPlexGetFaceGeometry(*dm, *fStart, *fEnd, *faceGeometry, *cellGeometry, Nface, &g, &v); in dmplexgetfacegeometry_()
121 …exrestorefacegeometry_(DM *dm, PetscInt *fStart, PetscInt *fEnd, Vec *faceGeometry, Vec *cellGeome… in dmplexrestorefacegeometry_() argument
130 …*ierr = DMPlexRestoreFaceGeometry(*dm, *fStart, *fEnd, *faceGeometry, *cellGeometry, Nface, &g, &v… in dmplexrestorefacegeometry_()
/petsc/src/dm/impls/plex/
H A Dplexfvm.c56 …ents_Internal(DM dm, PetscFV fvm, PetscInt fStart, PetscInt fEnd, Vec faceGeometry, Vec cellGeomet… in DMPlexReconstructGradients_Internal() argument
76 PetscCall(VecGetDM(faceGeometry, &dmFace)); in DMPlexReconstructGradients_Internal()
77 PetscCall(VecGetArrayRead(faceGeometry, &facegeom)); in DMPlexReconstructGradients_Internal()
151 PetscCall(VecRestoreArrayRead(faceGeometry, &facegeom)); in DMPlexReconstructGradients_Internal()
H A Dplexfem.c1039 PetscErrorCode DMPlexInsertBoundaryValuesRiemann(DM dm, PetscReal time, Vec faceGeometry, Vec cellG… in DMPlexInsertBoundaryValuesRiemann() argument
1057 PetscCall(VecGetDM(faceGeometry, &dmFace)); in DMPlexInsertBoundaryValuesRiemann()
1058 PetscCall(VecGetArrayRead(faceGeometry, &facegeom)); in DMPlexInsertBoundaryValuesRiemann()
1129 PetscCall(VecRestoreArrayRead(faceGeometry, &facegeom)); in DMPlexInsertBoundaryValuesRiemann()
4090 …DM dm, PetscInt fStart, PetscInt fEnd, Vec locX, PeOp Vec locX_t, Vec faceGeometry, Vec cellGeomet… in DMPlexGetFaceFields() argument
4104 PetscValidHeaderSpecific(faceGeometry, VEC_CLASSID, 6); in DMPlexGetFaceFields()
4131 PetscCall(VecGetDM(faceGeometry, &dmFace)); in DMPlexGetFaceFields()
4132 PetscCall(VecGetArrayRead(faceGeometry, &facegeom)); in DMPlexGetFaceFields()
4225 PetscCall(VecRestoreArrayRead(faceGeometry, &facegeom)); in DMPlexGetFaceFields()
4254 …DM dm, PetscInt fStart, PetscInt fEnd, Vec locX, PeOp Vec locX_t, Vec faceGeometry, Vec cellGeomet… in DMPlexRestoreFaceFields() argument
[all …]
H A Dplexgeometry.c3396 PetscErrorCode DMPlexComputeGradientFVM(DM dm, PetscFV fvm, Vec faceGeometry, Vec cellGeometry, DM … in DMPlexComputeGradientFVM() argument
3409 PetscCall(VecGetDM(faceGeometry, &dmFace)); in DMPlexComputeGradientFVM()
3411 PetscCall(VecGetArray(faceGeometry, &fgeom)); in DMPlexComputeGradientFVM()
3419 PetscCall(VecRestoreArray(faceGeometry, &fgeom)); in DMPlexComputeGradientFVM()