Searched refs:coordP4est (Results 1 – 1 of 1) sorted by relevance
3613 double coordP4est[3] = {0.}; in DMPforestMapCoordinates_Cell() local3650 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() local3781 for (j = 0; j < p4estCoordDim; j++) coordP4est[j] = PetscRealPart(coord[j]); in DMPforestMapCoordinates()3782 PetscCall((map)(base, coarsePoint, p4estCoordDim, coordP4est, coordP4estMapped, mapCtx)); in DMPforestMapCoordinates()