49 |
escript::AbstractContinuousDomain* loadMesh(const std::string& fileName); |
escript::AbstractContinuousDomain* loadMesh(const std::string& fileName); |
50 |
/** |
/** |
51 |
\brief |
\brief |
52 |
Read a mesh from a file |
Read a mesh from a file. For MPI parallel runs fan out the mesh to multiple processes. |
53 |
\param fileName Input - The name of the file. |
\param fileName Input - The name of the file. |
54 |
\param integrationOrder Input - order of the quadrature scheme. |
\param integrationOrder Input - order of the quadrature scheme. |
55 |
If integrationOrder<0 the integration order is selected independently. |
If integrationOrder<0 the integration order is selected independently. |
62 |
int integrationOrder=-1, |
int integrationOrder=-1, |
63 |
int reducedIntegrationOrder=-1, |
int reducedIntegrationOrder=-1, |
64 |
int optimize=0); |
int optimize=0); |
|
FINLEY_DLL_API |
|
|
escript::AbstractContinuousDomain* readMeshMPI(const std::string& fileName, |
|
|
int integrationOrder=-1, |
|
|
int reducedIntegrationOrder=-1, |
|
|
int optimize=0); |
|
65 |
/** |
/** |
66 |
\brief |
\brief |
67 |
Read a gmsh mesh file |
Read a gmsh mesh file |