Home
last modified time | relevance | path

Searched refs:cellGeometryFVM (Results 1 – 2 of 2) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexfvm.c178 Vec faceGeometryFVM, cellGeometryFVM; in DMPlexReconstructGradientsFVM() local
198 PetscCall(DMPlexGetDataFVM(dm, fvm, &cellGeometryFVM, &faceGeometryFVM, &dmGrad)); in DMPlexReconstructGradientsFVM()
201 PetscCall(VecGetArrayRead(cellGeometryFVM, (const PetscScalar **)&cgeomFVM)); in DMPlexReconstructGradientsFVM()
203 …econstructGradients_Internal(dm, fvm, fStart, fEnd, faceGeometryFVM, cellGeometryFVM, locX, grad)); in DMPlexReconstructGradientsFVM()
H A Dplexfem.c1392 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()
[all …]