Searched refs:corner_coords (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 3869 double corner_coords[3]; in PforestCheckLocalizeCell() local 3882 …rtex, (pforest->forest->connectivity, coarsePoint, quad_coords[0], quad_coords[1], corner_coords)); in PforestCheckLocalizeCell() 3884 …forest->connectivity, coarsePoint, quad_coords[0], quad_coords[1], quad_coords[2], corner_coords)); in PforestCheckLocalizeCell() 3887 if (fabs(vert_coords[d] - corner_coords[d]) > PETSC_SMALL) { in PforestCheckLocalizeCell() 3917 double corner_coords[3]; in PforestLocalizeCell() local 3927 …rtex, (pforest->forest->connectivity, coarsePoint, quad_coords[0], quad_coords[1], corner_coords)); in PforestLocalizeCell() 3929 …forest->connectivity, coarsePoint, quad_coords[0], quad_coords[1], quad_coords[2], corner_coords)); in PforestLocalizeCell() 3931 for (PetscInt d = 0; d < PetscMin(cDim, 3); d++) coords[pos++] = corner_coords[d]; in PforestLocalizeCell()
|