Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexfvm.c179 PetscFVCellGeom *cgeomFVM = NULL; in DMPlexReconstructGradientsFVM() local
201 PetscCall(VecGetArrayRead(cellGeometryFVM, (const PetscScalar **)&cgeomFVM)); in DMPlexReconstructGradientsFVM()
H A Dplexfem.c2419 PetscFVCellGeom *cgeomFVM; in DMPlexComputeIntegral_Internal() local
2488 PetscCall(VecGetArrayRead(cellGeometryFVM, (const PetscScalar **)&cgeomFVM)); in DMPlexComputeIntegral_Internal()
2560 …f, NULL, PetscSafePointerPlusOffset(a, totDimAux * c), NULL, NULL, 0.0, cgeomFVM[c].centroid, numC… in DMPlexComputeIntegral_Internal()
2561 cintegral[c * Nf + f] += PetscRealPart(lint) * cgeomFVM[c].volume; in DMPlexComputeIntegral_Internal()
2569 PetscCall(VecRestoreArrayRead(cellGeometryFVM, (const PetscScalar **)&cgeomFVM)); in DMPlexComputeIntegral_Internal()