Searched refs:cellDM (Results 1 – 5 of 5) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | dmadaptorimpl.h | 36 DM cellDM, gradDM; member
|
| /petsc/src/ts/tutorials/ |
| H A D | ex11.c | 1110 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 D | dmadapt.c | 750 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 D | DMSwarm.pyx | 963 cellDM : CellDM
|
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 3768 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()
|