I’d like to mesh a thin tube. The following gives a strange result when thickness becomes too small: height = 3; radius = 1; thickness = .06; ir = ImplicitRegion[(radius – thickness)^2 <= x^2 + y^2 <= radius && 0 <= z <= height, {x, y, z}]; mesh = ToElementMesh[ ir, {{-radius, radius}, {-radius, radius},Read more