NLMech  0.1.0
loading::Loading Class Reference

A base class to apply displacement and force boundary condition. More...

#include <loading.h>

Inheritance diagram for loading::Loading:
Inheritance graph
Collaboration diagram for loading::Loading:
Collaboration graph

Public Member Functions

 Loading ()=default
 Constructor.
 

Data Fields

std::vector< inp::BCDatad_bcData
 List of displacement bcs.
 
std::vector< std::vector< size_t > > d_bcNodes
 List of nodal ids on which bc is to be applied.
 

Detailed Description

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.


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