NLMech  0.1.0
inp::QuadratureDeck Struct Reference

Structure to read and store quadrature point related input data. More...

#include <quadratureDeck.h>

Collaboration diagram for inp::QuadratureDeck:
Collaboration graph

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...
 
 QuadratureDeck ()
 Constructor.
 

Data Fields

size_t d_quadOrder
 Order of quadrature point integration approximation.
 
size_t d_quadOrderM
 Order of quadrature point integration approximation for mass matrix.
 

Detailed Description

Structure to read and store quadrature point related input data.

Member Function Documentation

◆ print()

void inp::QuadratureDeck::print ( int  nt = 0,
int  lvl = 0 
) const
inline

Prints the information about the instance of the object.

Parameters
ntNumber of tabs to append before each line of string
lvlLevel of information sought (higher level means more information)
Here is the call graph for this function:

◆ 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
ntNumber of tabs to append before each line of string
lvlLevel of information sought (higher level means more information)
Returns
string String containing information about this object

Referenced by print().

Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this struct was generated from the following file: