sibl

Lesson 06: Developer output and .dev files

Goals

Steps

From the lesson_04 folder, copy the following files:

into the lesson_06 folder.

Note: The modifications between the two .yml files follows:

lesson_04.yml excerpt lesson_06.yml excerpt
io_path: ~/sibl/geo/doc/dual/lesson_04/ io_path: ~/sibl/geo/doc/dual/lesson_06/
output_file: lesson_04_mesh output_file: lesson_06_mesh
developer_output: False developer_output: True
filename: lesson_04_figure filename: lesson_06_figure

From the command line, run the engine:

> conda activate siblenv
> cd ~/sibl/geo/doc/dual/lesson_06
> pydual -i lesson_06.yml

Outputs

In addition to the final mesh lesson_06_mesh.inp and its figure lesson_06_figure.png, the following .dev files and their .png figures are produced:

The figures are shown below:

Quad Tree

Quadtree

Primal

Primal

Dual

Dual

Dual + Trim + Project

Trimmed Dual

Dual + Trim + Project

Projected Dual

Dual + Trim + Project + Snap

Snapped Dual

Dual + Trim + Project + Snap + Subdivide

Subdivided Dual

Dual + Trim + Project + Snap + Subdivide + Project

Subdivided-Projected Dual

Dual + Trim + Project + Snap + Subdivide + Project + Snap

Subdivided-Snapped Dual

Index

Previous: Lesson 05

Next: Lesson 07