1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/cad/gmsh/pkg-plist

192 lines
8.8 KiB
Plaintext
Raw Normal View History

bin/gmsh
bin/onelab.py
man/man1/gmsh.1.gz
%%PORTDOCS%%%%DOCSDIR%%/README.txt
Upgrade cad/gmsh from v4.1.3 to 4.2.1 Changelog: 4.2.1 (March 7, 2019): fixed regression for STEP files without global compound shape; added support for reading IGES labels and colors; improved search for shared library in Python and Julia modules; improved Plugin(MeshVolume); updates to the reference manual. 4.2.0 (March 5, 2019): changed type of node and element tags in API to support (very) large meshes (using size_t instead of int); new MSH4.1 revision of the MSH file format, with support for size_t node and element tags (see the reference manual for detailed changes); changed the logger, getPeriodicNodes and setElementsByType API; added support for reading STEP labels and colors with OCC CAF; changed default "General.OCCTargetUnit" value to none (i.e. use STEP file coordinates as-is, without conversion); improved high-order mesh optimization; added ability to import groups of nodes from MED files; extruded meshes now fill-in periodic node information; enhanced Plugin(Distance) and Plugin(SimplePartition); removed unmaintained plugins; removed default dependency on PETSc; small improvements and bug fixes. 4.1.5 (February 14, 2019): improved OpenMP parallelization, STL remeshing, mesh partitioning and high-order mesh optimization; added classifySurfaces in API; bug fixes. 4.1.4 (February 3, 2019): improved ghost cell I/O; added getGhostElements, relocateNodes, getElementType, getElementFaceNodes, getElementEdgeNodes functions in API; small improvements and bug fixes. PR: 236386 Submitted by: kunda <chitty_cloud@me.com>
2019-03-13 08:05:23 +00:00
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt
%%PORTDOCS%%%%DOCSDIR%%/CREDITS.txt
%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG.txt
%%PORTDOCS%%%%DOCSDIR%%/tutorial/bgmesh.pos
%%PORTDOCS%%%%DOCSDIR%%/tutorial/image.png
%%PORTDOCS%%%%DOCSDIR%%/tutorial/t1.geo
%%PORTDOCS%%%%DOCSDIR%%/tutorial/t10.geo
%%PORTDOCS%%%%DOCSDIR%%/tutorial/t11.geo
%%PORTDOCS%%%%DOCSDIR%%/tutorial/t12.geo
%%PORTDOCS%%%%DOCSDIR%%/tutorial/t13.geo
%%PORTDOCS%%%%DOCSDIR%%/tutorial/t13_data.msh
%%PORTDOCS%%%%DOCSDIR%%/tutorial/t14.geo
%%PORTDOCS%%%%DOCSDIR%%/tutorial/t15.geo
%%PORTDOCS%%%%DOCSDIR%%/tutorial/t16.geo
%%PORTDOCS%%%%DOCSDIR%%/tutorial/t17.geo
%%PORTDOCS%%%%DOCSDIR%%/tutorial/t17.pos
%%PORTDOCS%%%%DOCSDIR%%/tutorial/t2.geo
%%PORTDOCS%%%%DOCSDIR%%/tutorial/t3.geo
%%PORTDOCS%%%%DOCSDIR%%/tutorial/t4.geo
%%PORTDOCS%%%%DOCSDIR%%/tutorial/t5.geo
%%PORTDOCS%%%%DOCSDIR%%/tutorial/t6.geo
%%PORTDOCS%%%%DOCSDIR%%/tutorial/t7.geo
%%PORTDOCS%%%%DOCSDIR%%/tutorial/t8.geo
%%PORTDOCS%%%%DOCSDIR%%/tutorial/t9.geo
%%PORTDOCS%%%%DOCSDIR%%/tutorial/view1.pos
%%PORTDOCS%%%%DOCSDIR%%/tutorial/view2.pos
%%PORTDOCS%%%%DOCSDIR%%/tutorial/view3.pos
%%PORTDOCS%%%%DOCSDIR%%/tutorial/view4.pos
%%PORTDOCS%%%%DOCSDIR%%/tutorial/view5.msh
%%PORTDOCS%%%%DOCSDIR%%/demos/api/CMakeLists.txt
%%PORTDOCS%%%%DOCSDIR%%/demos/api/README.txt
%%PORTDOCS%%%%DOCSDIR%%/demos/api/adapt_mesh.cpp
%%PORTDOCS%%%%DOCSDIR%%/demos/api/adapt_mesh.py
Upgrade cad/gmsh from v4.1.3 to 4.2.1 Changelog: 4.2.1 (March 7, 2019): fixed regression for STEP files without global compound shape; added support for reading IGES labels and colors; improved search for shared library in Python and Julia modules; improved Plugin(MeshVolume); updates to the reference manual. 4.2.0 (March 5, 2019): changed type of node and element tags in API to support (very) large meshes (using size_t instead of int); new MSH4.1 revision of the MSH file format, with support for size_t node and element tags (see the reference manual for detailed changes); changed the logger, getPeriodicNodes and setElementsByType API; added support for reading STEP labels and colors with OCC CAF; changed default "General.OCCTargetUnit" value to none (i.e. use STEP file coordinates as-is, without conversion); improved high-order mesh optimization; added ability to import groups of nodes from MED files; extruded meshes now fill-in periodic node information; enhanced Plugin(Distance) and Plugin(SimplePartition); removed unmaintained plugins; removed default dependency on PETSc; small improvements and bug fixes. 4.1.5 (February 14, 2019): improved OpenMP parallelization, STL remeshing, mesh partitioning and high-order mesh optimization; added classifySurfaces in API; bug fixes. 4.1.4 (February 3, 2019): improved ghost cell I/O; added getGhostElements, relocateNodes, getElementType, getElementFaceNodes, getElementEdgeNodes functions in API; small improvements and bug fixes. PR: 236386 Submitted by: kunda <chitty_cloud@me.com>
2019-03-13 08:05:23 +00:00
%%PORTDOCS%%%%DOCSDIR%%/demos/api/as1-tu-203.stp
%%PORTDOCS%%%%DOCSDIR%%/demos/api/boolean.cpp
%%PORTDOCS%%%%DOCSDIR%%/demos/api/boolean.py
%%PORTDOCS%%%%DOCSDIR%%/demos/api/crack.py
%%PORTDOCS%%%%DOCSDIR%%/demos/api/custom_gui.cpp
%%PORTDOCS%%%%DOCSDIR%%/demos/api/custom_gui.py
%%PORTDOCS%%%%DOCSDIR%%/demos/api/discrete.cpp
%%PORTDOCS%%%%DOCSDIR%%/demos/api/discrete.jl
%%PORTDOCS%%%%DOCSDIR%%/demos/api/discrete.py
Upgrade cad/gmsh from v4.1.3 to 4.2.1 Changelog: 4.2.1 (March 7, 2019): fixed regression for STEP files without global compound shape; added support for reading IGES labels and colors; improved search for shared library in Python and Julia modules; improved Plugin(MeshVolume); updates to the reference manual. 4.2.0 (March 5, 2019): changed type of node and element tags in API to support (very) large meshes (using size_t instead of int); new MSH4.1 revision of the MSH file format, with support for size_t node and element tags (see the reference manual for detailed changes); changed the logger, getPeriodicNodes and setElementsByType API; added support for reading STEP labels and colors with OCC CAF; changed default "General.OCCTargetUnit" value to none (i.e. use STEP file coordinates as-is, without conversion); improved high-order mesh optimization; added ability to import groups of nodes from MED files; extruded meshes now fill-in periodic node information; enhanced Plugin(Distance) and Plugin(SimplePartition); removed unmaintained plugins; removed default dependency on PETSc; small improvements and bug fixes. 4.1.5 (February 14, 2019): improved OpenMP parallelization, STL remeshing, mesh partitioning and high-order mesh optimization; added classifySurfaces in API; bug fixes. 4.1.4 (February 3, 2019): improved ghost cell I/O; added getGhostElements, relocateNodes, getElementType, getElementFaceNodes, getElementEdgeNodes functions in API; small improvements and bug fixes. PR: 236386 Submitted by: kunda <chitty_cloud@me.com>
2019-03-13 08:05:23 +00:00
%%PORTDOCS%%%%DOCSDIR%%/demos/api/edges.cpp
%%PORTDOCS%%%%DOCSDIR%%/demos/api/explore.cpp
Upgrade cad/gmsh from v4.1.3 to 4.2.1 Changelog: 4.2.1 (March 7, 2019): fixed regression for STEP files without global compound shape; added support for reading IGES labels and colors; improved search for shared library in Python and Julia modules; improved Plugin(MeshVolume); updates to the reference manual. 4.2.0 (March 5, 2019): changed type of node and element tags in API to support (very) large meshes (using size_t instead of int); new MSH4.1 revision of the MSH file format, with support for size_t node and element tags (see the reference manual for detailed changes); changed the logger, getPeriodicNodes and setElementsByType API; added support for reading STEP labels and colors with OCC CAF; changed default "General.OCCTargetUnit" value to none (i.e. use STEP file coordinates as-is, without conversion); improved high-order mesh optimization; added ability to import groups of nodes from MED files; extruded meshes now fill-in periodic node information; enhanced Plugin(Distance) and Plugin(SimplePartition); removed unmaintained plugins; removed default dependency on PETSc; small improvements and bug fixes. 4.1.5 (February 14, 2019): improved OpenMP parallelization, STL remeshing, mesh partitioning and high-order mesh optimization; added classifySurfaces in API; bug fixes. 4.1.4 (February 3, 2019): improved ghost cell I/O; added getGhostElements, relocateNodes, getElementType, getElementFaceNodes, getElementEdgeNodes functions in API; small improvements and bug fixes. PR: 236386 Submitted by: kunda <chitty_cloud@me.com>
2019-03-13 08:05:23 +00:00
%%PORTDOCS%%%%DOCSDIR%%/demos/api/explore.jl
%%PORTDOCS%%%%DOCSDIR%%/demos/api/explore.py
Upgrade cad/gmsh from v4.1.3 to 4.2.1 Changelog: 4.2.1 (March 7, 2019): fixed regression for STEP files without global compound shape; added support for reading IGES labels and colors; improved search for shared library in Python and Julia modules; improved Plugin(MeshVolume); updates to the reference manual. 4.2.0 (March 5, 2019): changed type of node and element tags in API to support (very) large meshes (using size_t instead of int); new MSH4.1 revision of the MSH file format, with support for size_t node and element tags (see the reference manual for detailed changes); changed the logger, getPeriodicNodes and setElementsByType API; added support for reading STEP labels and colors with OCC CAF; changed default "General.OCCTargetUnit" value to none (i.e. use STEP file coordinates as-is, without conversion); improved high-order mesh optimization; added ability to import groups of nodes from MED files; extruded meshes now fill-in periodic node information; enhanced Plugin(Distance) and Plugin(SimplePartition); removed unmaintained plugins; removed default dependency on PETSc; small improvements and bug fixes. 4.1.5 (February 14, 2019): improved OpenMP parallelization, STL remeshing, mesh partitioning and high-order mesh optimization; added classifySurfaces in API; bug fixes. 4.1.4 (February 3, 2019): improved ghost cell I/O; added getGhostElements, relocateNodes, getElementType, getElementFaceNodes, getElementEdgeNodes functions in API; small improvements and bug fixes. PR: 236386 Submitted by: kunda <chitty_cloud@me.com>
2019-03-13 08:05:23 +00:00
%%PORTDOCS%%%%DOCSDIR%%/demos/api/faces.cpp
%%PORTDOCS%%%%DOCSDIR%%/demos/api/gui.cpp
%%PORTDOCS%%%%DOCSDIR%%/demos/api/gui.jl
%%PORTDOCS%%%%DOCSDIR%%/demos/api/gui.py
%%PORTDOCS%%%%DOCSDIR%%/demos/api/mesh_from_discrete_curve.py
%%PORTDOCS%%%%DOCSDIR%%/demos/api/neighbors.py
%%PORTDOCS%%%%DOCSDIR%%/demos/api/normals.py
%%PORTDOCS%%%%DOCSDIR%%/demos/api/onelab_data.c
%%PORTDOCS%%%%DOCSDIR%%/demos/api/onelab_data.cpp
%%PORTDOCS%%%%DOCSDIR%%/demos/api/onelab_data.py
%%PORTDOCS%%%%DOCSDIR%%/demos/api/onelab_test.jl
%%PORTDOCS%%%%DOCSDIR%%/demos/api/onelab_test.py
%%PORTDOCS%%%%DOCSDIR%%/demos/api/open.cpp
%%PORTDOCS%%%%DOCSDIR%%/demos/api/open.py
%%PORTDOCS%%%%DOCSDIR%%/demos/api/perf.cpp
%%PORTDOCS%%%%DOCSDIR%%/demos/api/perf.py
%%PORTDOCS%%%%DOCSDIR%%/demos/api/periodic.py
%%PORTDOCS%%%%DOCSDIR%%/demos/api/plugin.cpp
%%PORTDOCS%%%%DOCSDIR%%/demos/api/plugin.py
%%PORTDOCS%%%%DOCSDIR%%/demos/api/poisson.py
%%PORTDOCS%%%%DOCSDIR%%/demos/api/simple.c
%%PORTDOCS%%%%DOCSDIR%%/demos/api/simple.cpp
%%PORTDOCS%%%%DOCSDIR%%/demos/api/simple.py
%%PORTDOCS%%%%DOCSDIR%%/demos/api/spherical_surf.jl
%%PORTDOCS%%%%DOCSDIR%%/demos/api/spherical_surf.py
%%PORTDOCS%%%%DOCSDIR%%/demos/api/spline.cpp
%%PORTDOCS%%%%DOCSDIR%%/demos/api/spline.py
Upgrade cad/gmsh from v4.1.3 to 4.2.1 Changelog: 4.2.1 (March 7, 2019): fixed regression for STEP files without global compound shape; added support for reading IGES labels and colors; improved search for shared library in Python and Julia modules; improved Plugin(MeshVolume); updates to the reference manual. 4.2.0 (March 5, 2019): changed type of node and element tags in API to support (very) large meshes (using size_t instead of int); new MSH4.1 revision of the MSH file format, with support for size_t node and element tags (see the reference manual for detailed changes); changed the logger, getPeriodicNodes and setElementsByType API; added support for reading STEP labels and colors with OCC CAF; changed default "General.OCCTargetUnit" value to none (i.e. use STEP file coordinates as-is, without conversion); improved high-order mesh optimization; added ability to import groups of nodes from MED files; extruded meshes now fill-in periodic node information; enhanced Plugin(Distance) and Plugin(SimplePartition); removed unmaintained plugins; removed default dependency on PETSc; small improvements and bug fixes. 4.1.5 (February 14, 2019): improved OpenMP parallelization, STL remeshing, mesh partitioning and high-order mesh optimization; added classifySurfaces in API; bug fixes. 4.1.4 (February 3, 2019): improved ghost cell I/O; added getGhostElements, relocateNodes, getElementType, getElementFaceNodes, getElementEdgeNodes functions in API; small improvements and bug fixes. PR: 236386 Submitted by: kunda <chitty_cloud@me.com>
2019-03-13 08:05:23 +00:00
%%PORTDOCS%%%%DOCSDIR%%/demos/api/step_assembly.py
%%PORTDOCS%%%%DOCSDIR%%/demos/api/t1.c
%%PORTDOCS%%%%DOCSDIR%%/demos/api/t1.cpp
%%PORTDOCS%%%%DOCSDIR%%/demos/api/t1.jl
%%PORTDOCS%%%%DOCSDIR%%/demos/api/t1.py
%%PORTDOCS%%%%DOCSDIR%%/demos/api/t10.cpp
%%PORTDOCS%%%%DOCSDIR%%/demos/api/t10.py
%%PORTDOCS%%%%DOCSDIR%%/demos/api/t14.py
%%PORTDOCS%%%%DOCSDIR%%/demos/api/t16.cpp
%%PORTDOCS%%%%DOCSDIR%%/demos/api/t16.jl
%%PORTDOCS%%%%DOCSDIR%%/demos/api/t16.py
%%PORTDOCS%%%%DOCSDIR%%/demos/api/t2.cpp
%%PORTDOCS%%%%DOCSDIR%%/demos/api/t2.jl
%%PORTDOCS%%%%DOCSDIR%%/demos/api/t2.py
%%PORTDOCS%%%%DOCSDIR%%/demos/api/t3.cpp
%%PORTDOCS%%%%DOCSDIR%%/demos/api/t3.jl
%%PORTDOCS%%%%DOCSDIR%%/demos/api/t3.py
%%PORTDOCS%%%%DOCSDIR%%/demos/api/t4.cpp
%%PORTDOCS%%%%DOCSDIR%%/demos/api/t4.jl
%%PORTDOCS%%%%DOCSDIR%%/demos/api/t4.py
%%PORTDOCS%%%%DOCSDIR%%/demos/api/t5.cpp
%%PORTDOCS%%%%DOCSDIR%%/demos/api/t5.jl
%%PORTDOCS%%%%DOCSDIR%%/demos/api/t5.py
%%PORTDOCS%%%%DOCSDIR%%/demos/api/t6.cpp
%%PORTDOCS%%%%DOCSDIR%%/demos/api/t6.py
%%PORTDOCS%%%%DOCSDIR%%/demos/api/test.c
%%PORTDOCS%%%%DOCSDIR%%/demos/api/test.py
%%PORTDOCS%%%%DOCSDIR%%/demos/api/view.cpp
%%PORTDOCS%%%%DOCSDIR%%/demos/api/view.py
%%PORTDOCS%%%%DOCSDIR%%/demos/api/viewlist.cpp
%%PORTDOCS%%%%DOCSDIR%%/demos/api/viewlist.py
Upgrade cad/gmsh from v4.1.3 to 4.2.1 Changelog: 4.2.1 (March 7, 2019): fixed regression for STEP files without global compound shape; added support for reading IGES labels and colors; improved search for shared library in Python and Julia modules; improved Plugin(MeshVolume); updates to the reference manual. 4.2.0 (March 5, 2019): changed type of node and element tags in API to support (very) large meshes (using size_t instead of int); new MSH4.1 revision of the MSH file format, with support for size_t node and element tags (see the reference manual for detailed changes); changed the logger, getPeriodicNodes and setElementsByType API; added support for reading STEP labels and colors with OCC CAF; changed default "General.OCCTargetUnit" value to none (i.e. use STEP file coordinates as-is, without conversion); improved high-order mesh optimization; added ability to import groups of nodes from MED files; extruded meshes now fill-in periodic node information; enhanced Plugin(Distance) and Plugin(SimplePartition); removed unmaintained plugins; removed default dependency on PETSc; small improvements and bug fixes. 4.1.5 (February 14, 2019): improved OpenMP parallelization, STL remeshing, mesh partitioning and high-order mesh optimization; added classifySurfaces in API; bug fixes. 4.1.4 (February 3, 2019): improved ghost cell I/O; added getGhostElements, relocateNodes, getElementType, getElementFaceNodes, getElementEdgeNodes functions in API; small improvements and bug fixes. PR: 236386 Submitted by: kunda <chitty_cloud@me.com>
2019-03-13 08:05:23 +00:00
%%PORTDOCS%%%%DOCSDIR%%/demos/boolean/as1-tu-203.stp
%%PORTDOCS%%%%DOCSDIR%%/demos/boolean/baffles.geo
%%PORTDOCS%%%%DOCSDIR%%/demos/boolean/boolean.geo
%%PORTDOCS%%%%DOCSDIR%%/demos/boolean/chamfer.geo
%%PORTDOCS%%%%DOCSDIR%%/demos/boolean/coherence.geo
%%PORTDOCS%%%%DOCSDIR%%/demos/boolean/component8.step
%%PORTDOCS%%%%DOCSDIR%%/demos/boolean/compsolid.geo
%%PORTDOCS%%%%DOCSDIR%%/demos/boolean/compsolid2.geo
%%PORTDOCS%%%%DOCSDIR%%/demos/boolean/extrude.geo
%%PORTDOCS%%%%DOCSDIR%%/demos/boolean/extrude2.geo
%%PORTDOCS%%%%DOCSDIR%%/demos/boolean/fillet.geo
%%PORTDOCS%%%%DOCSDIR%%/demos/boolean/fillet2.geo
%%PORTDOCS%%%%DOCSDIR%%/demos/boolean/fillet3.geo
%%PORTDOCS%%%%DOCSDIR%%/demos/boolean/fillet4.geo
%%PORTDOCS%%%%DOCSDIR%%/demos/boolean/fillet_chamfer.geo
%%PORTDOCS%%%%DOCSDIR%%/demos/boolean/fragment_numbering.geo
%%PORTDOCS%%%%DOCSDIR%%/demos/boolean/hybrid_occ_builtin.geo
%%PORTDOCS%%%%DOCSDIR%%/demos/boolean/import.geo
%%PORTDOCS%%%%DOCSDIR%%/demos/boolean/import2.geo
%%PORTDOCS%%%%DOCSDIR%%/demos/boolean/intersect_line_volume.geo
%%PORTDOCS%%%%DOCSDIR%%/demos/boolean/neuron.geo
%%PORTDOCS%%%%DOCSDIR%%/demos/boolean/periodic.geo
%%PORTDOCS%%%%DOCSDIR%%/demos/boolean/pipe.geo
%%PORTDOCS%%%%DOCSDIR%%/demos/boolean/primitives.geo
%%PORTDOCS%%%%DOCSDIR%%/demos/boolean/revolve.geo
%%PORTDOCS%%%%DOCSDIR%%/demos/boolean/revolve2.geo
%%PORTDOCS%%%%DOCSDIR%%/demos/boolean/simple.geo
%%PORTDOCS%%%%DOCSDIR%%/demos/boolean/simple2.geo
%%PORTDOCS%%%%DOCSDIR%%/demos/boolean/simple3.geo
%%PORTDOCS%%%%DOCSDIR%%/demos/boolean/simple4.geo
%%PORTDOCS%%%%DOCSDIR%%/demos/boolean/simple5.geo
%%PORTDOCS%%%%DOCSDIR%%/demos/boolean/simple6.geo
%%PORTDOCS%%%%DOCSDIR%%/demos/boolean/simple7.geo
%%PORTDOCS%%%%DOCSDIR%%/demos/boolean/slicer.geo
%%PORTDOCS%%%%DOCSDIR%%/demos/boolean/spherical_surf.geo
%%PORTDOCS%%%%DOCSDIR%%/demos/boolean/spline.geo
Upgrade cad/gmsh from v4.1.3 to 4.2.1 Changelog: 4.2.1 (March 7, 2019): fixed regression for STEP files without global compound shape; added support for reading IGES labels and colors; improved search for shared library in Python and Julia modules; improved Plugin(MeshVolume); updates to the reference manual. 4.2.0 (March 5, 2019): changed type of node and element tags in API to support (very) large meshes (using size_t instead of int); new MSH4.1 revision of the MSH file format, with support for size_t node and element tags (see the reference manual for detailed changes); changed the logger, getPeriodicNodes and setElementsByType API; added support for reading STEP labels and colors with OCC CAF; changed default "General.OCCTargetUnit" value to none (i.e. use STEP file coordinates as-is, without conversion); improved high-order mesh optimization; added ability to import groups of nodes from MED files; extruded meshes now fill-in periodic node information; enhanced Plugin(Distance) and Plugin(SimplePartition); removed unmaintained plugins; removed default dependency on PETSc; small improvements and bug fixes. 4.1.5 (February 14, 2019): improved OpenMP parallelization, STL remeshing, mesh partitioning and high-order mesh optimization; added classifySurfaces in API; bug fixes. 4.1.4 (February 3, 2019): improved ghost cell I/O; added getGhostElements, relocateNodes, getElementType, getElementFaceNodes, getElementEdgeNodes functions in API; small improvements and bug fixes. PR: 236386 Submitted by: kunda <chitty_cloud@me.com>
2019-03-13 08:05:23 +00:00
%%PORTDOCS%%%%DOCSDIR%%/demos/boolean/step_assembly.geo
%%PORTDOCS%%%%DOCSDIR%%/demos/boolean/surface_filling.geo
%%PORTDOCS%%%%DOCSDIR%%/demos/boolean/thicksolid.geo
%%PORTDOCS%%%%DOCSDIR%%/demos/boolean/thrusections.geo
%%PORTDOCS%%%%DOCSDIR%%/demos/boolean/transfinite.geo
%%PORTDOCS%%%%DOCSDIR%%/demos/boolean/transform.geo
%%PORTDOCS%%%%DOCSDIR%%/demos/boolean/twist.geo
%%PORTDOCS%%%%DOCSDIR%%/demos/post_processing/anim.script
%%PORTDOCS%%%%DOCSDIR%%/demos/post_processing/compute_area_volume.geo
%%PORTDOCS%%%%DOCSDIR%%/demos/post_processing/encode.script
%%PORTDOCS%%%%DOCSDIR%%/demos/post_processing/isosurf.script
%%PORTDOCS%%%%DOCSDIR%%/demos/post_processing/lowmem-anim.geo
%%PORTDOCS%%%%DOCSDIR%%/demos/post_processing/multislice.script
%%PORTDOCS%%%%DOCSDIR%%/demos/post_processing/plot2d.geo
%%PORTDOCS%%%%DOCSDIR%%/demos/post_processing/primitives.pos
%%PORTDOCS%%%%DOCSDIR%%/demos/post_processing/rotate.script
%%PORTDOCS%%%%DOCSDIR%%/demos/post_processing/title.script
%%PORTDOCS%%%%DOCSDIR%%/demos/post_processing/view_groups.geo
%%PORTDOCS%%%%DOCSDIR%%/demos/simple_geo/antenna.geo
%%PORTDOCS%%%%DOCSDIR%%/demos/simple_geo/antenna.i1
%%PORTDOCS%%%%DOCSDIR%%/demos/simple_geo/cone.geo
%%PORTDOCS%%%%DOCSDIR%%/demos/simple_geo/cube.geo
%%PORTDOCS%%%%DOCSDIR%%/demos/simple_geo/filter.geo
%%PORTDOCS%%%%DOCSDIR%%/demos/simple_geo/hex.geo
%%PORTDOCS%%%%DOCSDIR%%/demos/simple_geo/homology.geo
%%PORTDOCS%%%%DOCSDIR%%/demos/simple_geo/indheat.geo
%%PORTDOCS%%%%DOCSDIR%%/demos/simple_geo/machine.geo
%%PORTDOCS%%%%DOCSDIR%%/demos/simple_geo/machine.i1
%%PORTDOCS%%%%DOCSDIR%%/demos/simple_geo/machine.i2
%%PORTDOCS%%%%DOCSDIR%%/demos/simple_geo/piece-extr-rec.geo
%%PORTDOCS%%%%DOCSDIR%%/demos/simple_geo/piece-extr.geo
%%PORTDOCS%%%%DOCSDIR%%/demos/simple_geo/piece.geo
%%PORTDOCS%%%%DOCSDIR%%/demos/simple_geo/pripyrtet.geo
%%PORTDOCS%%%%DOCSDIR%%/demos/simple_geo/sphere-discrete.geo
%%PORTDOCS%%%%DOCSDIR%%/demos/simple_geo/sphere-surf.stl
%%PORTDOCS%%%%DOCSDIR%%/demos/simple_geo/sphere.geo
%%PORTDOCS%%%%DOCSDIR%%/demos/simple_geo/splines.geo
%%PORTDOCS%%%%DOCSDIR%%/demos/simple_geo/square_regular.geo
%%PORTDOCS%%%%DOCSDIR%%/demos/simple_geo/tower.geo
%%PORTDOCS%%%%DOCSDIR%%/demos/simple_geo/tower.i1
%%PORTDOCS%%%%DOCSDIR%%/demos/simple_geo/tower.i2
%%PORTDOCS%%%%DOCSDIR%%/demos/simple_geo/tower.i3
%%PORTDOCS%%%%DOCSDIR%%/demos/simple_geo/tower.i4
%%PORTDOCS%%%%DOCSDIR%%/demos/simple_geo/tower.i5
%%PORTDOCS%%%%DOCSDIR%%/demos/simple_geo/transfinite.geo
%%PORTDOCS%%%%DOCSDIR%%/demos/struct/Exists_GetForced.geo
%%PORTDOCS%%%%DOCSDIR%%/demos/struct/struct.geo