Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions OpenSn_Logo_CAD/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ The example illustrates a complete CAD-to-OpenSn workflow:
4. The STEP file is meshed using Gmsh ([opensn.geo](./opensn.geo)) and the resulting `.msh` file
can be read directly by OpenSn

The Lua and Python OpenSn input files for this example can be found here: [opensn.lua](./opensn.lua),
[opensn.py](./opensn.py).
The Python OpenSn input file for this example can be found here: [opensn.py](./opensn.py).

![OpenSn text with grid](./opensn_grid.png)
![OpenSn text without grid](./opensn_nogrid.png)
63 changes: 0 additions & 63 deletions OpenSn_Logo_CAD/opensn.lua

This file was deleted.

2 changes: 1 addition & 1 deletion Urban_Source/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The example illustrates a complete CAD-to-OpenSn workflow:
4. The STEP file is meshed using Gmsh ([urban_source.geo](./urban_source.geo)) and the resulting
`.msh` file can be read directly by OpenSn

The Python OpenSn input file for this example can be found here: [opensn.py](./opensn.py).
The Python OpenSn input file for this example can be found here: [urban_source.py](./urban_source.py).

<figure>
<img src="urban_source_cad.png" alt="CAD Model" width="600"/>
Expand Down