Learn how to use the SIBL Mesh Engine with the lessons below:
- Introduction - Python with C++ library
- 00. Verify the configuration.
- 01. Plot a 2D boundary, the first step in meshing a 2D domain. This will be done interactively with a Python terminal.
- 02. Next, plot the same 2D boundary using a Python script.
- 03. Use the 2D boundary as an input to the mesher, to create a single domain composed of 2D quadrilateral finite elements.
- 04. Use of a
.yml
input file to create the mesh in Lesson 03. - 05. The
.yml
configuration file options - 06. Developer output and
.dev
files
- Introduction - C++ executable with and without MATLAB
- Unit tests
- Literature Examples
- Applications
- Appendix
- a00. Bind C++ for use with Python.