657
edits
m (→Meshing Octave) |
|||
Line 10: | Line 10: | ||
=== Meshing Octave === | === Meshing Octave === | ||
'''<span style="color:#FF0000;">Under construction</span>''' | |||
This tutorial shows the workflow to generate a triangular mesh inside an arbitrary region. | This tutorial shows the workflow to generate a triangular mesh inside an arbitrary region. | ||
This tutorial requires that you install the package [http://octave.sourceforge.net/fpl/index.html fpl] and [http://octave.sourceforge.net/msh/index.html msh] (which requires [http://geuz.org/gmsh/ Gmsh] installed in your system). Alternatively, the core function <tt>delaunay</tt> could be used (the tutorial explains how) but the result aren't so pretty. | This tutorial requires that you install the package [http://octave.sourceforge.net/fpl/index.html fpl] and [http://octave.sourceforge.net/msh/index.html msh] (which requires [http://geuz.org/gmsh/ Gmsh] installed in your system). Alternatively, the core function <tt>delaunay</tt> could be used (the tutorial explains how) but the result aren't so pretty. |
edits