Searched refs:boundBox (Results 1 – 1 of 1) sorted by relevance
2090 double boundBox[6] = {0., 0., 0., 0., 0., 0.}, tessSize; in DMPlexCreateGeom_Tess_Internal() local2143 PetscCall(EGlite_getBoundingBox(body, boundBox)); in DMPlexCreateGeom_Tess_Internal()2145 PetscCall(EG_getBoundingBox(body, boundBox)); in DMPlexCreateGeom_Tess_Internal()2148 tessSize = boundBox[3] - boundBox[0]; in DMPlexCreateGeom_Tess_Internal()2149 if (tessSize < boundBox[4] - boundBox[1]) tessSize = boundBox[4] - boundBox[1]; in DMPlexCreateGeom_Tess_Internal()2150 if (tessSize < boundBox[5] - boundBox[2]) tessSize = boundBox[5] - boundBox[2]; in DMPlexCreateGeom_Tess_Internal()