Revision 61d55a3ba415e888a5cb227341933a2d2742d08d authored by Juha Ruokolainen on 16 January 2024, 09:18:12 UTC, committed by Juha Ruokolainen on 16 January 2024, 09:18:12 UTC
1 parent a19ba8c
Raw File
README.md
# ElmerGrid mesh generation and manipulation

This directory includes files for ElmerGrid which is a mesh
generation utility bundled with Elmer project.

ElmerGrid can create simple structured 2D meshes consisting
of quadrilaterals or triangles. Also limited 3D functionality is provided
in terms of extruded 2D meshes resulting to hexahedrons or prisms.

The program may also be used as a mesh import and export utility. It
is able to read several different formats (Gmsh, UNIVERSAL file format,
COMSOL mphtxt files,..) and writes mainly Elmer input
and output formats, and also VTK format.

The meshes may also be given some simple operations such as scaling,
rotation, cloning, extrusion etc...

ElmerGrid includes also partitioning capabilities of Elmer meshes.
The partitioning may be done using internal geometric division or
Metis library.

back to top