blob: 526a467bff70296b3d78dccc814acf7b145d5e89 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Emc2 is a portable, interactive and graphic software Edition of two
dimensional geometry and mesh. We can create and modify the geometry
(CAD), define the discretization on the lines, define the subdomains,
and define some reference numbers to take into account the boundary
conditions and material properties. The elements of the mesh are triangles
and quadrilaterals. We have two kind of meshes: grid mesh and Delaunay
Voronoo (automatic mesh). We make the edition of the mesh by moving,
removing, adding vertices, by regularization, or by transformations
(symmetry, rotation,..), etc.
Suggested add-on: the port math/bamg.
WWW: http://www-rocq1.inria.fr/gamma/cdrom/www/emc2/eng.htm
|