Lines Matching refs:cellGeometryFVM

1392   Vec cellGeometryFVM, faceGeometryFVM, locGrad = NULL;  in DMPlexInsertBoundaryValuesFVM()  local
1402 PetscCall(DMPlexGetGeometryFVM(dm, &faceGeometryFVM, &cellGeometryFVM, NULL)); in DMPlexInsertBoundaryValuesFVM()
1411 …ReconstructGradients_Internal(dm, fv, fStart, fEnd, faceGeometryFVM, cellGeometryFVM, locX, grad)); in DMPlexInsertBoundaryValuesFVM()
1418 …MPlexInsertBoundaryValues(dm, PETSC_FALSE, locX, time, faceGeometryFVM, cellGeometryFVM, locGrad)); in DMPlexInsertBoundaryValuesFVM()
2418 Vec cellGeometryFVM = NULL, faceGeometryFVM = NULL, locGrad = NULL; in DMPlexComputeIntegral_Internal() local
2485 PetscCall(DMPlexComputeGeometryFVM(dm, &cellGeometryFVM, &faceGeometryFVM)); in DMPlexComputeIntegral_Internal()
2486 PetscCall(DMPlexComputeGradientFVM(dm, fv, faceGeometryFVM, cellGeometryFVM, &dmGrad)); in DMPlexComputeIntegral_Internal()
2488 PetscCall(VecGetArrayRead(cellGeometryFVM, (const PetscScalar **)&cgeomFVM)); in DMPlexComputeIntegral_Internal()
2492 …ReconstructGradients_Internal(dm, fv, fStart, fEnd, faceGeometryFVM, cellGeometryFVM, locX, grad)); in DMPlexComputeIntegral_Internal()
2499 …DMPlexInsertBoundaryValues(dm, PETSC_FALSE, locX, 0.0, faceGeometryFVM, cellGeometryFVM, locGrad)); in DMPlexComputeIntegral_Internal()
2569 PetscCall(VecRestoreArrayRead(cellGeometryFVM, (const PetscScalar **)&cgeomFVM)); in DMPlexComputeIntegral_Internal()
2572 PetscCall(VecDestroy(&cellGeometryFVM)); in DMPlexComputeIntegral_Internal()
5190 Vec locA, cellGeometryFVM = NULL, faceGeometryFVM = NULL, locGrad = NULL; in DMPlexComputeResidualByKey() local
5269 PetscCall(DMPlexGetGeometryFVM(dm, &faceGeometryFVM, &cellGeometryFVM, NULL)); in DMPlexComputeResidualByKey()
5294 …PetscCall(DMPlexGetFaceFields(dm, fS, fE, locX, locX_t, faceGeometryFVM, cellGeometryFVM, locGrad,… in DMPlexComputeResidualByKey()
5295 …PetscCall(DMPlexGetFaceGeometry(dm, fS, fE, faceGeometryFVM, cellGeometryFVM, &numFaces, &fgeom, &… in DMPlexComputeResidualByKey()
5453 …PetscCall(DMPlexRestoreFaceFields(dm, fS, fE, locX, locX_t, faceGeometryFVM, cellGeometryFVM, locG… in DMPlexComputeResidualByKey()
5454 …PetscCall(DMPlexRestoreFaceGeometry(dm, fS, fE, faceGeometryFVM, cellGeometryFVM, &numFaces, &fgeo… in DMPlexComputeResidualByKey()