![]() |
NLMech
0.1.0
|
Structure to store initial condition input data. More...
#include <initialConditionDeck.h>

Public Member Functions | |
| ICData ()=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_file |
| Filename (if any) to read velocity/displacement. | |
| std::vector< double > | d_params |
| List of parameters. | |
| std::string | d_type |
| Tag specifying the formula to compute initial displacement and velocity. More... | |
Structure to store initial condition 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(), and inp::InitialConditionDeck::printStr().


| std::string inp::ICData::d_type |
Tag specifying the formula to compute initial displacement and velocity.
Example:
Referenced by printStr().