ImplicitDomainMeshGenerator.h

Note

The documentation on this page was automatically extracted from the DOLFIN C++ code and may need to be edited or expanded.

class ImplicitDomainMeshGenerator

Generate surface or volume meshes from implicit representations of a domain modelled by the abstract dolfin::ImplicitSurface class. CGAL is used for the mesh generation.

static void generate(Mesh &mesh, const ImplicitSurface &surface, double cell_size)

Create volume mesh from implicit surface representation

static void generate_surface(Mesh &mesh, const ImplicitSurface &surface, double cell_size)

Create surface mesh from implicit surface representation. This function uses the CGAL 3D mesh genrator