gmodel:GMSH模型生成库

时间:2024-06-08 02:51:45
【文件属性】:

文件名称:gmodel:GMSH模型生成库

文件大小:27KB

文件格式:ZIP

更新时间:2024-06-08 02:51:45

C++

Gmodel 创建自己的Gmsh模型! Gmodel是一个C ++ 11库,该库基于网格生成代码使用的.geo格式实现最小的CAD内核,旨在使用户更轻松地快速构建Gmsh的CAD模型。 安装/入门 您只需要和C ++ 11编译器。 git clone git@github.com:ibaned/gmodel.git cd gmodel cmake . -DCMAKE_INSTALL_PREFIX=/your/choice make install 这应该将Gmodel安装在给定前缀下,您可以使用以下CMake命令从自己的CMake文件中进行访问: find_package (Gmodel 1.3.0) target_link_libraries (myprogram gmodel) 在tests/目录中可以找到几个示例可执行文件。 特征 Gmodel至少提供以下内容: 多边


【文件预览】:
gmodel-master
----gmodel.hpp(9KB)
----gmodel.cpp(29KB)
----.clang-format(21B)
----gmodel-config.cmake.in(116B)
----gmodel-config-version.cmake.in(633B)
----CMakeLists.txt(3KB)
----LICENSE(2KB)
----README.md(2KB)
----tests()
--------cylinder_gold.dmg(615B)
--------spline_shape_gold.geo(2KB)
--------cylinder.cpp(303B)
--------cube_gold.geo(2KB)
--------cube_in_cube_gold.dmg(1KB)
--------dimple.cpp(669B)
--------e625.dat(2KB)
--------dimple_gold.geo(3KB)
--------cube.cpp(231B)
--------minidiff.hpp(162B)
--------spline_shape_gold.dmg(607B)
--------target.cpp(667B)
--------spline_shape.cpp(842B)
--------CMakeLists.txt(1013B)
--------airfoil.cpp(3KB)
--------line_in_cube_gold.dmg(675B)
--------target_gold.dmg(1KB)
--------minidiff.cpp(897B)
--------line_in_cube.cpp(396B)
--------dimple_gold.dmg(1005B)
--------cube_in_cube_gold.geo(3KB)
--------target_gold.geo(4KB)
--------cube_in_cube.cpp(446B)
--------line_in_cube_gold.geo(2KB)
--------cylinder_gold.geo(2KB)
--------cube_gold.dmg(605B)

网友评论