![]() |
NLMech
0.1.0
|
Structure to read and store mesh related input data. More...
#include <meshDeck.h>

Public Member Functions | |
| MeshDeck () | |
| Constructor. | |
| void | print (int nt=0, int lvl=0) const |
| Prints the information about the instance of the object. More... | |
| std::string | printStr (int nt=0, int lvl=0) const |
| Returns the string containing information about the instance of the object. More... | |
Data Fields | |
| bool | d_computeMeshSize |
| Flag which indicates if mesh size is to be computed. | |
| size_t | d_dim |
| Dimension. | |
| std::string | d_filename |
| Filename to read mesh data. | |
| double | d_h |
| Mesh size. | |
| bool | d_isCentroidBasedDiscretization |
| Centroid based discretization. | |
| bool | d_keepElementConn |
| Specify if we keep the element-node connectivity data. | |
| bool | d_loadPUMData |
| Specify if coupling data from PUM is loaded. | |
| std::string | d_spatialDiscretization |
| Tag for spatial discretization. More... | |
Structure to read and store mesh related input data.
|
inline |
Prints the information about the instance of the object.
| nt | Number of tabs to append before each line of string |
| lvl | Level of information sought (higher level means more information) |

|
inline |
Returns the string containing information about the instance of the object.
| nt | Number of tabs to append before each line of string |
| lvl | Level of information sought (higher level means more information) |
Referenced by print().


| std::string inp::MeshDeck::d_spatialDiscretization |
Tag for spatial discretization.
List of allowed values are:
Referenced by printStr(), and fe::Mesh::readFromFile().