Chi-Tech
surfmesher_predefined.h
Go to the documentation of this file.
1#ifndef CHI_MESH_SURFACEMESHER_PREDEFINED_H
2#define CHI_MESH_SURFACEMESHER_PREDEFINED_H
3
4#include "../surfacemesher.h"
5
6//######################################################### Class def
7/**Surface mesher that will not modify the mesh.
8Meant for loading 2D meshes and just connecting boundaries
9to elements.*/
11{
12public:
14 {}
15 //02 Execute
16 void Execute() override;
17};
18
19#endif//CHI_MESH_SURFACEMESHER_PREDEFINED_H