Lines Matching refs:quad_coords
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()
3923 quad_coords[2] = quad->z; in PforestLocalizeCell()
3925 for (int d = 0; d < 3; d++) quad_coords[d] += (corner & (1 << d)) ? h : 0; in PforestLocalizeCell()
3927 …qcoord_to_vertex, (pforest->forest->connectivity, coarsePoint, quad_coords[0], quad_coords[1], cor… in PforestLocalizeCell()
3929 …o_vertex, (pforest->forest->connectivity, coarsePoint, quad_coords[0], quad_coords[1], quad_coords… in PforestLocalizeCell()