1
0
mirror of https://github.com/NGSolve/netgen.git synced 2025-03-01 07:25:40 +05:00
netgen/tutorials/ellipsoid.geo
Joachim Schoeberl 3b4fbb7246 add examples
2009-01-13 13:03:21 +00:00

9 lines
123 B
GLSL

#
## An elliptic cylinder
#
algebraic3d
solid test = ellipsoid (0, 0, 0; 2, 0, 0; 0, 1, 0; 0, 0, 1) -maxh=0.5;
tlo test;