Searched refs:quad_coords (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 3867 p4est_qcoord_t quad_coords[3]; in PforestCheckLocalizeCell() local 3875 quad_coords[0] = quad->x; in PforestCheckLocalizeCell() 3876 quad_coords[1] = quad->y; in PforestCheckLocalizeCell() 3878 quad_coords[2] = quad->z; in PforestCheckLocalizeCell() 3880 for (int d = 0; d < 3; d++) quad_coords[d] += (corner & (1 << d)) ? h : 0; in PforestCheckLocalizeCell() 3882 …qcoord_to_vertex, (pforest->forest->connectivity, coarsePoint, quad_coords[0], quad_coords[1], cor… in PforestCheckLocalizeCell() 3884 …o_vertex, (pforest->forest->connectivity, coarsePoint, quad_coords[0], quad_coords[1], quad_coords… in PforestCheckLocalizeCell() 3915 p4est_qcoord_t quad_coords[3]; in PforestLocalizeCell() local 3920 quad_coords[0] = quad->x; in PforestLocalizeCell() 3921 quad_coords[1] = quad->y; in PforestLocalizeCell() [all …]
|