update cmakelist

This commit is contained in:
2025-02-11 10:43:28 +08:00
parent 2901590f00
commit 613c73c812
36 changed files with 92 additions and 75 deletions

View File

@@ -35,7 +35,7 @@ if (mesh_dimen == gctl::MESH_2D && mesh_tp == gctl::REGULAR_MESH) \
else if (mesh_dimen == gctl::MESH_2D && mesh_tp == gctl::LINEAR_MESH) \
mesh_ptr = new gctl::linear_mesh_2d; \
else if (mesh_dimen == gctl::MESH_2D && mesh_tp == gctl::TRI_TET_MESH) \
mesh_ptr = new gctl::triangle_mesh; \
mesh_ptr = new gctl::triangle2d_mesh; \
else if (mesh_dimen == gctl::MESH_3D && mesh_tp == gctl::REGULAR_MESH) \
mesh_ptr = new gctl::regular_mesh_3d; \
else if (mesh_dimen == gctl::MESH_3D && mesh_tp == gctl::LINEAR_MESH) \