Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h3616 PetscReal treeCoords[P4EST_CHILDREN][3] = {{0.}}; in DMPforestMapCoordinates_Cell() local
3630 …for (k = 0; k < 3; k++) treeCoords[j][k] = conn->vertices[3 * conn->tree_to_vertex[P4EST_CHILDREN … in DMPforestMapCoordinates_Cell()
3638 for (k = 0; k < 3; k++) coordGuess[k] += prod * treeCoords[j][k]; in DMPforestMapCoordinates_Cell()
3662 for (l = 0; l < 3; l++) dXdeta[l] += prod * treeCoords[k][l]; in DMPforestMapCoordinates_Cell()
3681 for (l = 0; l < 3; l++) coordGuess[l] += prod * treeCoords[k][l]; in DMPforestMapCoordinates_Cell()