Searched refs:tessSize (Results 1 – 1 of 1) sorted by relevance
2090 double boundBox[6] = {0., 0., 0., 0., 0., 0.}, tessSize; in DMPlexCreateGeom_Tess_Internal() local2148 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()2153 params[0] = 0.0250 * tessSize; in DMPlexCreateGeom_Tess_Internal()2154 params[1] = 0.0075 * tessSize; in DMPlexCreateGeom_Tess_Internal()