vtu11

时间:2024-04-07 19:07:15
【文件属性】:

文件名称:vtu11

文件大小:217KB

文件格式:ZIP

更新时间:2024-04-07 19:07:15

C++

Vtu11 Vtu11是一个小的C ++仅标头库,用于使用vtu文件格式编写非结构化网格。它避免了处理不同格式文件的麻烦。当前,它不添加任何用于设置所需数据结构的功能,因为这在使用vtu11的上下文中有很大差异。 串行示例 # include " vtu11/vtu11.hpp " int main ( ) { // Create data for 3x2 quad mesh: (x, y, z) coordinates of mesh vertices std::vector< double> points { 0.0 , 0.0 , 0.5 , 0.0 , 0.3 , 0.5 , 0.0 , 0.7 , 0.5 , 0.0 , 1.0 , 0.5 , // 0, 1, 2, 3 0.5 , 0.0 ,


【文件预览】:
vtu11-master
----vtu11()
--------inc()
--------vtu11.hpp(3KB)
--------impl()
----.github()
--------workflows()
----test()
--------write_icosahedron3D_test.cpp(6KB)
--------testfiles()
--------main_test.cpp(264B)
--------vtu11_testing.hpp(436B)
--------catch2()
--------vtu11_testing.cpp(737B)
--------utilities_test.cpp(2KB)
--------write_square2D_test.cpp(4KB)
--------pwrite_pyramids3D_test.cpp(8KB)
--------write_hexahedras3D_test.cpp(4KB)
--------write_pyramids3D_test.cpp(3KB)
----LICENSE(2KB)
----.gitignore(75B)
----CMakeLists.txt(3KB)
----README.md(8KB)
----scripts()
--------build_and_test.sh(268B)
--------single_header.sh(2KB)

网友评论