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

Public Member Functions | |
| MassMatrixDeck ()=default | |
| 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 | |
| std::string | d_MApproxType |
| Mass matrix approximation type. More... | |
Structure to read and store mass matrix 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::MassMatrixDeck::d_MApproxType |
Mass matrix approximation type.
List of allowed values are:
Referenced by fe::MassMatrix::MassMatrix(), and printStr().