Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h3613 double coordP4est[3] = {0.}; in DMPforestMapCoordinates_Cell() local
3650 for (k = 0; k < 3; k++) diff[k] = coordP4est[k] - coordGuess[k]; in DMPforestMapCoordinates_Cell()
3685 for (j = 0; j < 3; j++) coordP4est[j] = (double)eta[j]; in DMPforestMapCoordinates_Cell()
3688 (geom->X)(geom, t, coordP4est, coordP4estMapped); in DMPforestMapCoordinates_Cell()
3777 PetscReal coordP4est[3] = {0.}; in DMPforestMapCoordinates() local
3781 for (j = 0; j < p4estCoordDim; j++) coordP4est[j] = PetscRealPart(coord[j]); in DMPforestMapCoordinates()
3782 PetscCall((map)(base, coarsePoint, p4estCoordDim, coordP4est, coordP4estMapped, mapCtx)); in DMPforestMapCoordinates()