![]() |
waves
Basic FE playground
|
manage mechanical von Neumann BC More...
#include <wuNeumann.h>
Public Member Functions | |
uNeumann (Problem &pbl, int no, std::string _BC_name, Eigen::Vector3d _which_dof, Eigen::Vector3d _values) | |
uNeumann (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 |
Public Attributes | |
std::string | BC_name |
std::vector< Node * > | nodes |
Eigen::Vector3d | which_dof |
Eigen::Vector3d | values |
manage mechanical von Neumann BC
uNeumann::uNeumann | ( | mirrors::Problem & | pbl, |
int | no, | ||
std::string | _BC_name, | ||
Eigen::Vector3d | _which_dof, | ||
Eigen::Vector3d | _values | ||
) |
uNeumann::uNeumann | ( | mirrors::Problem & | pbl, |
std::string const & | name, | ||
std::string | _BC_name, | ||
Eigen::Vector3d | _which_dof, | ||
Eigen::Vector3d | _values | ||
) |
|
overridevirtual |
std::string mirrors::uNeumann::BC_name |
std::vector<Node *> mirrors::uNeumann::nodes |
Eigen::Vector3d mirrors::uNeumann::values |
Eigen::Vector3d mirrors::uNeumann::which_dof |