Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/ftn-custom/ !
H A Dzplexfemf90.c73 …tart, PetscInt *fEnd, Vec *locX, Vec *locX_t, Vec *faceGeometry, Vec *cellGeometry, Vec *locGrad, … in dmplexgetfacefields_() argument
79 …*ierr = DMPlexGetFaceFields(*dm, *fStart, *fEnd, *locX, *locX_t, *faceGeometry, *cellGeometry, *lo… in dmplexgetfacefields_()
91 …tart, PetscInt *fEnd, Vec *locX, Vec *locX_t, Vec *faceGeometry, Vec *cellGeometry, Vec *locGrad, … in dmplexrestorefacefields_() argument
99 …*ierr = DMPlexRestoreFaceFields(*dm, *fStart, *fEnd, *locX, NULL, *faceGeometry, *cellGeometry, NU… in dmplexrestorefacefields_()
107 …ry_(DM *dm, PetscInt *fStart, PetscInt *fEnd, Vec *faceGeometry, Vec *cellGeometry, PetscInt *Nfac… in dmplexgetfacegeometry_() argument
113 *ierr = DMPlexGetFaceGeometry(*dm, *fStart, *fEnd, *faceGeometry, *cellGeometry, Nface, &g, &v); in dmplexgetfacegeometry_()
121 …ry_(DM *dm, PetscInt *fStart, PetscInt *fEnd, Vec *faceGeometry, Vec *cellGeometry, PetscInt *Nfac… 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 …m, PetscFV fvm, PetscInt fStart, PetscInt fEnd, Vec faceGeometry, Vec cellGeometry, Vec locX, Vec … in DMPlexReconstructGradients_Internal() argument
78 PetscCall(VecGetDM(cellGeometry, &dmCell)); in DMPlexReconstructGradients_Internal()
79 PetscCall(VecGetArrayRead(cellGeometry, &cellgeom)); in DMPlexReconstructGradients_Internal()
152 PetscCall(VecRestoreArrayRead(cellGeometry, &cellgeom)); in DMPlexReconstructGradients_Internal()
H A Dplexfem.c1039 …ertBoundaryValuesRiemann(DM dm, PetscReal time, Vec faceGeometry, Vec cellGeometry, Vec Grad, Pets… in DMPlexInsertBoundaryValuesRiemann() argument
1059 if (cellGeometry) { in DMPlexInsertBoundaryValuesRiemann()
1060 PetscCall(VecGetDM(cellGeometry, &dmCell)); in DMPlexInsertBoundaryValuesRiemann()
1061 PetscCall(VecGetArrayRead(cellGeometry, &cellgeom)); in DMPlexInsertBoundaryValuesRiemann()
1128 if (cellGeometry) PetscCall(VecRestoreArrayRead(cellGeometry, &cellgeom)); in DMPlexInsertBoundaryValuesRiemann()
4090 …tart, PetscInt fEnd, Vec locX, PeOp Vec locX_t, Vec faceGeometry, Vec cellGeometry, PeOp Vec locGr… in DMPlexGetFaceFields() argument
4105 PetscValidHeaderSpecific(cellGeometry, VEC_CLASSID, 7); in DMPlexGetFaceFields()
4133 PetscCall(VecGetDM(cellGeometry, &dmCell)); in DMPlexGetFaceFields()
4134 PetscCall(VecGetArrayRead(cellGeometry, &cellgeom)); in DMPlexGetFaceFields()
4226 PetscCall(VecRestoreArrayRead(cellGeometry, &cellgeom)); in DMPlexGetFaceFields()
[all …]
H A Dplexgeometry.c3396 PetscErrorCode DMPlexComputeGradientFVM(DM dm, PetscFV fvm, Vec faceGeometry, Vec cellGeometry, DM … in DMPlexComputeGradientFVM() argument
3410 PetscCall(VecGetDM(cellGeometry, &dmCell)); in DMPlexComputeGradientFVM()
3412 PetscCall(VecGetArray(cellGeometry, &cgeom)); in DMPlexComputeGradientFVM()
3420 PetscCall(VecRestoreArray(cellGeometry, &cgeom)); in DMPlexComputeGradientFVM()