NLMech  0.1.0
inp::MassMatrixDeck Struct Reference

Structure to read and store mass matrix related input data. More...

#include <massMatrixDeck.h>

Collaboration diagram for inp::MassMatrixDeck:
Collaboration graph

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...
 

Detailed Description

Structure to read and store mass matrix related input data.

Member Function Documentation

◆ print()

void inp::MassMatrixDeck::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::MassMatrixDeck::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:

Field Documentation

◆ d_MApproxType

std::string inp::MassMatrixDeck::d_MApproxType

Mass matrix approximation type.

List of allowed values are:

  • exact – no approximation
  • lumped – lumping of mass matrix

Referenced by fe::MassMatrix::MassMatrix(), and printStr().


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