![]() |
NuTo
Numerics Tool
|
Reads a gmsh msh-file and converts it to a MeshFEM. More...
#include <MeshGmsh.h>
Public Member Functions | |
| MeshGmsh ()=delete | |
| ctor More... | |
| MeshGmsh (const MeshGmsh &)=delete | |
| copy ctor More... | |
| MeshGmsh (MeshGmsh &&)=default | |
| move ctor More... | |
| MeshGmsh & | operator= (const MeshGmsh &)=delete |
| copy assignment operator More... | |
| MeshGmsh & | operator= (MeshGmsh &&)=default |
| move assignment operator More... | |
| ~MeshGmsh ()=default | |
| dtor More... | |
| MeshGmsh (const std::string &fileName) | |
| ctor More... | |
| const NuTo::Group< ElementCollectionFem > & | GetPhysicalGroup (std::string physicalName) const |
| Gets an element collection group associated to the physical name defined in gmsh. More... | |
| const NuTo::Group< ElementCollectionFem > & | GetPhysicalGroup (int physicalGroupId) const |
| Gets an element collection group associated to the physical ID defined in gmsh. More... | |
| MeshFem & | GetMeshFEM () |
| Gets the MeshFem. More... | |
Reads a gmsh msh-file and converts it to a MeshFEM.
Additionally physical groups are created and can be accessed via ID or name
|
delete |
ctor
|
delete |
copy ctor
|
default |
move ctor
|
default |
dtor
|
explicit |
ctor
| fileName | Name of the file (including path) |
| const NuTo::Group< NuTo::ElementCollectionFem > & NuTo::MeshGmsh::GetPhysicalGroup | ( | std::string | physicalName | ) | const |
Gets an element collection group associated to the physical name defined in gmsh.
| physicalName | Group name (defined in gmsh) |
| const NuTo::Group< NuTo::ElementCollectionFem > & NuTo::MeshGmsh::GetPhysicalGroup | ( | int | physicalGroupId | ) | const |
Gets an element collection group associated to the physical ID defined in gmsh.
| physicalGroupId | gmsh ID |
copy assignment operator
1.8.11