bamg_test


bamg_test, a FreeFem++ code which displays 2D meshes created by BAMG.

Note two things about using a BAMG mesh with FreeFem++:

Licensing:

The computer code and data files made available on this web page are distributed under the MIT license

Related Data and Programs:

BAMG, a data directory which contains examples of the geometry files that can be input to the BAMG meshing program.

DOLFIN-CONVERT, a Python program which can convert mesh file from Gmsh, MEDIT, METIS or SCOTCH format to an XML format suitable for use by DOLFIN or FENICS, by Anders Logg.

FREEFEM++_MSH, a data directory which contains examples of the mesh files created by the FreeFem++ program, which use the extension ".msh".

FREEFEM++_MSH_IO, a FORTRAN90 library which can read and write files used by the FreeFem++ finite element program to store mesh information.

GMSH, examples which illustrate the use of the gmsh program, a 3D mesh generator for the finite element method (FEM).

MESHLAB, examples which illustrate the use of the meshlab program, an advanced mesh processing system for automatic or user-assisted editing, cleaning, filtering, converting and rendering of large unstructured 3D triangular meshes. MESHLAB can read and write 3DS, OBJ, OFF, PLY, and STL graphics files.

TETGEN, examples of the use of TETGEN, a program which can compute the convex hull and Delaunay tetrahedralization of a set of 3D points, or can start with a 3D region defined by its boundaries, and construct a boundary-constrained conforming quality Delaunay mesh, by Hang Si.

Reference:

  1. Frederic Hecht,
    BAMG: Bidimensional Anisotropic Mesh Generator,
    draft version v1.00, December 2006.

Source code:

The BATTERY example is a geometry with a complicated set of internal walls. The buildmesh() function in FREEFEM++ cannot properly mesh this region.

The SQUARE_SPLIT example defines a square geometry with a slanted internal wall. BAMG produces a mesh which is constrained to define the internal wall with element edges. (I wanted to make this experiment before going on to the BATTERY example.)


Last revised on 28 April 2020.