Skip to content

Commit

Permalink
Update 00_lucid_file_IO.py
Browse files Browse the repository at this point in the history
  • Loading branch information
agvarghe authored Nov 20, 2023
1 parent 36b2db3 commit 102414d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gallery/00_lucid_file_IO.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
# is converted to a mesh part by deleting the topo entities. Here , while deleting the topology
# we are deleting the geom data (face) and retaining the mesh data for solve purpose.
# When deleting the topoogy , the TopoPart is converted to MeshPart and the topo entities
# are converted to their respective zonelet type in MeshPart, this is shown asfollows
# are converted to their respective zonelet type in MeshPart, this is shown as follows;
#
# * **01 TopoVolumes -> 01 Cell Zonelets**
# * **08 TopoFaces -> 08 Face Zonelets**
Expand Down

0 comments on commit 102414d

Please sign in to comment.