![]() |
waves
Basic FE playground
|
manage mechanical Dirichlet BC More...
#include <wuDirichlet.h>
Public Member Functions | |
uDirichlet (Problem &pbl, int no, std::string _BC_name, Eigen::Vector3d _which_dof, Eigen::Vector3d _values) | |
uDirichlet (Problem &pbl, std::string const &name, std::string _BC_name, Eigen::Vector3d _which_dof, Eigen::Vector3d _values) | |
virtual void | write (std::ostream &out) const override |
default implementation More... | |
Public Attributes | |
std::string | BC_name |
std::vector< Node * > | nodes |
Eigen::Vector3d | which_dof |
Eigen::Vector3d | values |
manage mechanical Dirichlet BC
uDirichlet::uDirichlet | ( | mirrors::Problem & | pbl, |
int | no, | ||
std::string | _BC_name, | ||
Eigen::Vector3d | _which_dof, | ||
Eigen::Vector3d | _values | ||
) |
uDirichlet::uDirichlet | ( | mirrors::Problem & | pbl, |
std::string const & | name, | ||
std::string | _BC_name, | ||
Eigen::Vector3d | _which_dof, | ||
Eigen::Vector3d | _values | ||
) |
|
overridevirtual |
default implementation
std::string mirrors::uDirichlet::BC_name |
std::vector<Node *> mirrors::uDirichlet::nodes |
Eigen::Vector3d mirrors::uDirichlet::values |
Eigen::Vector3d mirrors::uDirichlet::which_dof |