From: Luca Heltai Date: Thu, 3 May 2018 15:46:41 +0000 (+0200) Subject: Changelog X-Git-Tag: v9.0.0-rc1~15^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc9ca835d3f32116ffb53c564fa8966956f9bca3;p=dealii.git Changelog --- diff --git a/doc/news/changes/minor/20180503LucaHeltai b/doc/news/changes/minor/20180503LucaHeltai new file mode 100644 index 0000000000..6e1ff87564 --- /dev/null +++ b/doc/news/changes/minor/20180503LucaHeltai @@ -0,0 +1,5 @@ +New: Gmsh::create_triangulation_from_boundary_curve is a new method that constructs a grid from an +OpenCASCADE TopoDS_Edge object. It offers the reverse functionality of the method +OpenCASCADE::create_curves_from_triangulation_boundary(). +
+(Luca Heltai, 2018/05/03)