This commit is contained in:
张壹 2025-02-09 19:49:16 +08:00
parent 8492445240
commit b7508642a7
10 changed files with 10 additions and 10 deletions

View File

@ -77,6 +77,6 @@ namespace gctl
array<vertex2dc> nodes;
array<rectangle2d> elements;
};
}
};
#endif //_GCTL_LINEAR_MESH_2D_H

View File

@ -84,6 +84,6 @@ namespace gctl
array<vertex3dc> nodes;
array<block> elements;
};
}
};
#endif //_GCTL_LINEAR_MESH_3D_H

View File

@ -377,6 +377,6 @@ namespace gctl
*/
void save_datablock(std::ofstream &outfile);
};
}
};
#endif //_GCTL_BASE_MESH_H

View File

@ -138,6 +138,6 @@ namespace gctl
*/
void save_binary(std::ofstream &outfile);
};
}
};
#endif // _GCTL_MESHDATA_H

View File

@ -328,6 +328,6 @@ namespace gctl
array<vertex2dc> nodes; ///< 规则网格的节点数组
array<rectangle2d> elements; ///< 规则网格的单元数组
};
}
};
#endif //_GCTL_REGULAR_GRID_H

View File

@ -74,6 +74,6 @@ namespace gctl
array<vertex2dc> nodes;
array<rectangle2d> elements;
};
}
};
#endif //_GCTL_REGULAR_MESH_2D_H

View File

@ -77,6 +77,6 @@ namespace gctl
array<vertex3dc> nodes;
array<block> elements;
};
}
};
#endif //_GCTL_REGULAR_MESH_3D_H

View File

@ -76,6 +76,6 @@ namespace gctl
array<vertex3ds> nodes;
array<tesseroid> elements;
};
}
};
#endif // _GCTL_REGULAR_MESH_SPH_3D_H

View File

@ -69,6 +69,6 @@ namespace gctl
array<vertex3dc> nodes;
array<tetrahedron> elements;
};
}
};
#endif //_GCTL_TET_MESH_H

View File

@ -83,6 +83,6 @@ namespace gctl
array<gmsh_physical_group> groups_;
_2i_vector elems_tag_;
};
}
};
#endif //_GCTL_TRI_MESH_H