• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

src/H03-May-2022-32,49025,727

tests/H10-Nov-2020-24,05923,920

GPL-2H A D10-Nov-202017.6 KiB341281

LICENSESH A D10-Nov-20201.5 KiB4129

README.mdH A D10-Nov-2020854 2215

checkmeshH A D10-Nov-2020103 95

config.h.cmakeH A D10-Nov-20202.8 KiB12281

README.md

1# ElmerGrid mesh generation and manipulation
2
3This directory includes files for ElmerGrid which is a mesh
4generation utility bundled with Elmer project.
5
6ElmerGrid can create simple structured 2D meshes consisting
7of quadrilaterals or triangles. Also limited 3D functionality is provided
8in terms of extruded 2D meshes resulting to hexahedrons or prisms.
9
10The program may also be used as a mesh import and export utility. It
11is able to read several different formats (Gmsh, UNIVERSAL file format,
12COMSOL mphtxt files,..) and writes mainly Elmer input
13and output formats, and also VTK format.
14
15The meshes may also be given some simple operations such as scaling,
16rotation, cloning, extrusion ect.
17
18ElmerGrid includes also partitioning capabilities of Elmer meshes.
19The partitioning may be done using internal geometric division or
20Metis library.
21
22