Lines Matching refs:cgeom

2976   PetscScalar *fgeom, *cgeom;  in DMPlexComputeGeometryFVM()  local
2998 PetscCall(VecGetArray(*cellgeom, &cgeom)); in DMPlexComputeGeometryFVM()
3002 PetscCall(DMPlexPointLocalRef(dmCell, c, cgeom, &cg)); in DMPlexComputeGeometryFVM()
3040 PetscCall(DMPlexPointLocalRead(dmCell, cells[0], cgeom, &cL)); in DMPlexComputeGeometryFVM()
3043 PetscCall(DMPlexPointLocalRead(dmCell, cells[1], cgeom, &cR)); in DMPlexComputeGeometryFVM()
3091 PetscCall(DMPlexPointLocalRead(dmCell, support[(s + 1) % 2], cgeom, &ci)); in DMPlexComputeGeometryFVM()
3094 PetscCall(DMPlexPointLocalRef(dmCell, support[s], cgeom, &cg)); in DMPlexComputeGeometryFVM()
3101 PetscCall(VecRestoreArray(*cellgeom, &cgeom)); in DMPlexComputeGeometryFVM()
3203 …truction_Internal(DM dm, PetscFV fvm, DM dmFace, PetscScalar *fgeom, DM dmCell, PetscScalar *cgeom) in BuildGradientReconstruction_Internal() argument
3229 PetscCall(DMPlexPointLocalRead(dmCell, c, cgeom, &cg)); in BuildGradientReconstruction_Internal()
3246 PetscCall(DMPlexPointLocalRead(dmCell, ncell, cgeom, &cg1)); in BuildGradientReconstruction_Internal()
3264 …ion_Internal_Tree(DM dm, PetscFV fvm, DM dmFace, PetscScalar *fgeom, DM dmCell, PetscScalar *cgeom) in BuildGradientReconstruction_Internal_Tree() argument
3340 PetscCall(DMPlexPointLocalRead(dmCell, c, cgeom, &cg)); in BuildGradientReconstruction_Internal_Tree()
3360 PetscCall(DMPlexPointLocalRead(dmCell, ncell, cgeom, &cg1)); in BuildGradientReconstruction_Internal_Tree()
3399 PetscScalar *fgeom, *cgeom; in DMPlexComputeGradientFVM() local
3412 PetscCall(VecGetArray(cellGeometry, &cgeom)); in DMPlexComputeGradientFVM()
3415 PetscCall(BuildGradientReconstruction_Internal(dm, fvm, dmFace, fgeom, dmCell, cgeom)); in DMPlexComputeGradientFVM()
3417 PetscCall(BuildGradientReconstruction_Internal_Tree(dm, fvm, dmFace, fgeom, dmCell, cgeom)); in DMPlexComputeGradientFVM()
3420 PetscCall(VecRestoreArray(cellGeometry, &cgeom)); in DMPlexComputeGradientFVM()