PolygonalMeshGenerator.h

Note

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

class PolygonalMeshGenerator

Polygonal mesh generator that uses CGAL

static void generate(Mesh &mesh, const std::vector<Point> &vertices, double cell_size)

Generate mesh of a polygonal domain described by domain vertices

static void generate(Mesh &mesh, const T &polygon, double cell_size)

Generate mesh of a domain described by a CGAL polygon