Chi-Tech
|
#include <surfmesher_predefined.h>
Public Member Functions | |
SurfaceMesherPredefined () | |
void | Execute () override |
Public Member Functions inherited from chi_mesh::SurfaceMesher | |
SurfaceMesherType | GetType () const |
void | AddXCut (double x_cut) |
void | AddYCut (double y_cut) |
SurfaceMesher (SurfaceMesherType in_type) | |
virtual void | Execute () |
virtual | ~SurfaceMesher ()=default |
Additional Inherited Members | |
Protected Attributes inherited from chi_mesh::SurfaceMesher | |
const SurfaceMesherType | type_ |
std::vector< double > | xcuts_ |
std::vector< double > | ycuts_ |
Surface mesher that will not modify the mesh. Meant for loading 2D meshes and just connecting boundaries to elements.
Definition at line 10 of file surfmesher_predefined.h.
|
inline |
Definition at line 13 of file surfmesher_predefined.h.
|
overridevirtual |
Virtual execute function. Meant to be overwritten.
Reimplemented from chi_mesh::SurfaceMesher.
Definition at line 6 of file surfmesher_predefined_02_execute.cc.