![]() |
PeriDEM 0.2.0
PeriDEM -- Peridynamics-based high-fidelity model for granular media
|
User-input data for particle neighbor search. More...
#include <pICDeck.h>
Public Member Functions | |
| PICDeck () | |
| Constructor. | |
| 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 | |
| bool | d_icActive |
| Specify if particle initial condition is active. | |
| util::Point | d_icVec |
| Initial velocity vector. | |
| std::vector< size_t > | d_pList |
| List of particles (if any) | |
| std::vector< size_t > | d_pNotList |
| List of particles to not include (if any) | |
|
inline |
Constructor.
Definition at line 41 of file pICDeck.h.
|
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 74 of file pICDeck.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 50 of file pICDeck.h.
References d_icActive, d_icVec, d_pList, d_pNotList, util::io::getTabS(), and util::Point::printStr().
Referenced by print(), and inp::ParticleDeck::printStr().
| bool inp::PICDeck::d_icActive |
Specify if particle initial condition is active.
Definition at line 27 of file pICDeck.h.
Referenced by printStr().
| util::Point inp::PICDeck::d_icVec |
| std::vector<size_t> inp::PICDeck::d_pList |
| std::vector<size_t> inp::PICDeck::d_pNotList |
List of particles to not include (if any)
Definition at line 36 of file pICDeck.h.
Referenced by printStr().