1
0
mirror of https://github.com/NGSolve/netgen.git synced 2025-01-30 23:00:35 +05:00
netgen/tutorials/ellipsoid.geo

9 lines
123 B
GLSL
Raw Normal View History

2009-01-13 18:03:21 +05:00
#
## An elliptic cylinder
#
algebraic3d
solid test = ellipsoid (0, 0, 0; 2, 0, 0; 0, 1, 0; 0, 0, 1) -maxh=0.5;
tlo test;