Home
last modified time | relevance | path

Searched refs:cellDM (Results 1 – 5 of 5) sorted by relevance

/petsc/include/petsc/private/
H A Ddmadaptorimpl.h36 DM cellDM, gradDM; member
/petsc/src/ts/tutorials/
H A Dex11.c1110 DM dm, gradDM, plex, cellDM, adaptedDM = NULL; in adaptToleranceFVMSetUp() local
1146 PetscCall(VecGetDM(cellGeom, &cellDM)); in adaptToleranceFVMSetUp()
1158 PetscCall(DMPlexPointLocalRead(cellDM, c, pointGeom, &cg)); in adaptToleranceFVMSetUp()
/petsc/src/snes/utils/dm/
H A Ddmadapt.c750 PetscCall(VecGetDM(adaptor->cellGeom, &adaptor->cellDM)); in DMAdaptorPreAdapt()
894 PetscCall(DMPlexPointLocalRead(adaptor->cellDM, cell, adaptor->cellGeomArray, &cg)); in DMAdaptorComputeErrorIndicator_Gradient()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DDMSwarm.pyx963 cellDM : CellDM
/petsc/src/dm/impls/plex/
H A Dplextree.c3768 DM cellDM = NULL, gradDM = NULL; in DMPlexTransferVecTree_Interpolate() local
3831 PetscCall(VecGetDM(cellGeom, &cellDM)); in DMPlexTransferVecTree_Interpolate()
3908 PetscCall(DMPlexPointLocalRead(cellDM, p, cellGeomArray, (void *)&cg)); in DMPlexTransferVecTree_Interpolate()