![]() |
NLMech
0.1.0
|
#include <absborbingCondDeck.h>

Public Member Functions | |
| 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_checkX |
| Boolean for checking the x-direction. | |
| bool | d_checkY |
| Boolean for checking the y-direction. | |
| bool | d_checkZ |
| Boolean for checking the z-direction. | |
| double | d_layerThicknessX |
| double | d_layerThicknessY |
| double | d_layerThicknessZ |
| util::Point3 | d_p1 |
| util::Point3 | d_p2 |
| std::string | d_relativeLoc |
| Relative location type. | |
Struct for the damping geometry
|
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().


| double inp::DampingGeomData::d_layerThicknessX |
Thickness of the layer in x-direction
| double inp::DampingGeomData::d_layerThicknessY |
Thickness of the layer in y-direction
| double inp::DampingGeomData::d_layerThicknessZ |
Thickness of the layer in z-direction
| util::Point3 inp::DampingGeomData::d_p1 |
Point 1 to define bounding box
| util::Point3 inp::DampingGeomData::d_p2 |
Point 2 to define bounding box