Searched refs:coordP4estMapped (Results 1 – 1 of 1) sorted by relevance
3614 double coordP4estMapped[3] = {0.}; in DMPforestMapCoordinates_Cell() local3688 (geom->X)(geom, t, coordP4est, coordP4estMapped); in DMPforestMapCoordinates_Cell()3689 for (j = 0; j < coordDim; j++) coord[j] = (PetscScalar)coordP4estMapped[j]; in DMPforestMapCoordinates_Cell()3778 PetscReal coordP4estMapped[3] = {0.}; in DMPforestMapCoordinates() local3782 PetscCall((map)(base, coarsePoint, p4estCoordDim, coordP4est, coordP4estMapped, mapCtx)); in DMPforestMapCoordinates()3783 for (j = 0; j < p4estCoordDim; j++) coord[j] = (PetscScalar)coordP4estMapped[j]; in DMPforestMapCoordinates()