![]() |
NLMech
0.1.0
|
A base class to apply displacement and force boundary condition. More...
#include <loading.h>


Public Member Functions | |
| Loading ()=default | |
| Constructor. | |
Data Fields | |
| std::vector< inp::BCData > | d_bcData |
| List of displacement bcs. | |
| std::vector< std::vector< size_t > > | d_bcNodes |
| List of nodal ids on which bc is to be applied. | |
A base class to apply displacement and force boundary condition.
Base class which provides method and database for application of boundary conditions in the form of displacement or force. Later temperature boundary condition or other type of boundary condition can also be implemented using this base class.