Structure to read and store quadrature point related input data.
More...
#include <quadratureDeck.h>
|
| 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...
|
| |
|
| QuadratureDeck () |
| | Constructor.
|
| |
|
|
size_t | d_quadOrder |
| | Order of quadrature point integration approximation.
|
| |
|
size_t | d_quadOrderM |
| | Order of quadrature point integration approximation for mass matrix.
|
| |
Structure to read and store quadrature point related input data.
◆ print()
| void inp::QuadratureDeck::print |
( |
int |
nt = 0, |
|
|
int |
lvl = 0 |
|
) |
| const |
|
inline |
Prints the information about the instance of the object.
- Parameters
-
| nt | Number of tabs to append before each line of string |
| lvl | Level of information sought (higher level means more information) |
◆ printStr()
| std::string inp::QuadratureDeck::printStr |
( |
int |
nt = 0, |
|
|
int |
lvl = 0 |
|
) |
| const |
|
inline |
Returns the string containing information about the instance of the object.
- Parameters
-
| nt | Number of tabs to append before each line of string |
| lvl | Level of information sought (higher level means more information) |
- Returns
- string String containing information about this object
Referenced by print().
The documentation for this struct was generated from the following file: