 |
waves
Basic FE playground
|
Go to the documentation of this file.
24 #include <Eigen/Dense>
43 uDirichlet(
Problem &pbl,
int no, std::string _BC_name, Eigen::Vector3d _which_dof, Eigen::Vector3d _values);
44 uDirichlet(
Problem &pbl, std::string
const &name, std::string _BC_name, Eigen::Vector3d _which_dof, Eigen::Vector3d _values);
48 virtual void write(std::ostream &out)
const override;
54 #endif //WUDIRICHLET_H
this namespace avoids conflicts with similar names in 'waves'
Definition: mirrors.h:37
a class containing the problem parameters
Definition: wProblem.h:36
std::string BC_name
Definition: wuDirichlet.h:38
Eigen::Vector3d values
Definition: wuDirichlet.h:41
Eigen::Vector3d which_dof
Definition: wuDirichlet.h:40
manage mechanical Dirichlet BC
Definition: wuDirichlet.h:35
std::vector< Node * > nodes
Definition: wuDirichlet.h:39
#define MIRRORS_API
Definition: mirrors.h:29