| A Linux Distribution for CAE |
| A "languagge" to generate 1D, 2D and 3D mesh |
// We can then define some additional points as well as our first
// curve. Curves are Gmsh's second type of elementery entities, and,
// amongst curves, straight lines are the simplest. A straight line is
// defined by a list of point numbers. In the commands below, for
// example, the line 1 starts at point 1 and ends at point 2:
Point(2) = {.1, 0, 0, lc} ;
Point(3) = {.1, .3, 0, lc} ;
Point(4) = {0, .3, 0, lc} ;
Line(1) = {1,2} ;
Line(2) = {3,2} ;
Line(3) = {3,4} ;
Line(4) = {4,1} ;
| A windows and a 3D mesh |
|
| A tutorial for creating a 3D mesh |
| Some example |
| EDF supported project |
| Extensive Documentation |
| Community Driven support |
| NAFEMS benchmark 3DNLG-9: large elastic deflection of a pinched hemispherical shell |
| large deformation of Shell Stress |
|
| A scila wiki |
| Tolls Home |
| A scilab interface to a C++ library with meshing capability and a good documentation |
|
| and solution feature |
|
| Tolls Home it is something similar to getFEM |
