Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h3614 double coordP4estMapped[3] = {0.}; in DMPforestMapCoordinates_Cell() local
3688 (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() local
3782 PetscCall((map)(base, coarsePoint, p4estCoordDim, coordP4est, coordP4estMapped, mapCtx)); in DMPforestMapCoordinates()
3783 for (j = 0; j < p4estCoordDim; j++) coord[j] = (PetscScalar)coordP4estMapped[j]; in DMPforestMapCoordinates()