PeriDEM 0.2.0
PeriDEM -- Peridynamics-based high-fidelity model for granular media
|
Structure to read and store particle-particle contact related input data. More...
#include <contactDeck.h>
Public Member Functions | |
const ContactPairDeck & | getContact (const size_t &i, const size_t &j) const |
Returns the contact data. | |
ContactPairDeck & | getContact (const size_t &i, const size_t &j) |
Returns the contact data. | |
std::string | printStr (int nt=0, int lvl=0) const |
Returns the string containing printable information about the object. | |
void | print (int nt=0, int lvl=0) const |
Prints the information about the object. | |
Data Fields | |
std::vector< std::vector< ContactPairDeck > > | d_data |
Store contact parameters for each pair of zone. | |
Structure to read and store particle-particle contact related input data.
Definition at line 181 of file contactDeck.h.
|
inline |
Returns the contact data.
Definition at line 201 of file contactDeck.h.
References d_data.
|
inline |
Returns the contact data.
Definition at line 195 of file contactDeck.h.
References d_data.
Referenced by printStr().
|
inline |
Prints the information about the object.
nt | Number of tabs to append before printing |
lvl | Information level (higher means more information) |
Definition at line 237 of file contactDeck.h.
References printStr().
|
inline |
Returns the string containing printable information about the object.
nt | Number of tabs to append before printing |
lvl | Information level (higher means more information) |
Definition at line 213 of file contactDeck.h.
References d_data, getContact(), util::io::getTabS(), and inp::ContactPairDeck::printStr().
Referenced by print().
std::vector<std::vector<ContactPairDeck> > inp::ContactDeck::d_data |
Store contact parameters for each pair of zone.
Definition at line 186 of file contactDeck.h.
Referenced by getContact(), getContact(), and printStr().