![]() |
waves
Basic FE playground
|
manage thermal Dirichlet BC More...
#include <wTDirichlet.h>
Public Member Functions | |
TDirichlet (Problem &pbl, int no, std::string _BC_name, double _values) | |
TDirichlet (Problem &pbl, std::string const &name, std::string _BC_name, double _values) | |
virtual void | write (std::ostream &out) const override |
Public Attributes | |
std::string | BC_name |
std::vector< Node * > | nodes |
double | values |
manage thermal Dirichlet BC
TDirichlet::TDirichlet | ( | mirrors::Problem & | pbl, |
int | no, | ||
std::string | _BC_name, | ||
double | _values | ||
) |
TDirichlet::TDirichlet | ( | mirrors::Problem & | pbl, |
std::string const & | name, | ||
std::string | _BC_name, | ||
double | _values | ||
) |
|
overridevirtual |
std::string mirrors::TDirichlet::BC_name |
std::vector<Node *> mirrors::TDirichlet::nodes |
double mirrors::TDirichlet::values |