mesh_converter
Classes
| Name | |
|---|---|
| class | mesh_converter::Point | 
| class | mesh_converter::MeshElement Tetrahedron class for the 3D barycentric interpolation. | 
| class | mesh_converter::Combination Functor class to be used by the for_each_combination algorithm. | 
| class | mesh_converter::MeshParser Parser class to read different data formats. | 
| class | mesh_converter::DFISEParser | 
| class | mesh_converter::SilvacoParser | 
Types
| Name | |
|---|---|
| using std::map< std::string, std::vector< Point > > | MeshMap | 
| using std::map< std::string, std::map< std::string, std::vector< Point > » | FieldMap | 
Types Documentation
using MeshMap
using mesh_converter::MeshMap = typedef std::map<std::string, std::vector<Point> >;
using FieldMap
using mesh_converter::FieldMap = typedef std::map<std::string, std::map<std::string, std::vector<Point> >>;
Updated on 2025-05-10 at 19:40:38 +0000