Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h3870 double vert_coords[3]; in PforestCheckLocalizeCell() local
3873 …for (PetscInt d = 0; d < PetscMin(cDim, 3); d++) vert_coords[d] = PetscRealPart(values[c * cDim + … in PforestCheckLocalizeCell()
3887 if (fabs(vert_coords[d] - corner_coords[d]) > PETSC_SMALL) { in PforestCheckLocalizeCell()