 |
waves
Basic FE playground
|
Go to the documentation of this file. 1 #ifndef KATOPTRON_DIRICHLET_H
2 #define KATOPTRON_DIRICHLET_H
9 #include <Teuchos_RCP.hpp>
22 std::vector<tbox::Node *>
nodes;
32 std::string
const &name,
33 std::string
const &_BC_name,
34 std::vector<int> _which_dof,
35 std::vector<double> _values,
36 size_t ensemble_size = 1);
39 std::string
const &name,
40 std::string
const &_BC_name,
49 size_t ensemble_size = 1);
52 std::string
const &name,
53 std::string
const &_BC_name,
55 std::vector<double> v_x,
57 std::vector<double> v_y,
59 std::vector<double> v_z,
61 std::vector<double> v_T = {});
64 virtual void write(std::ostream &out)
const;
70 #endif //KATOPTRON_DIRICHLET_H
std::vector< tbox::Node * > nodes
Definition: wDirichlet.h:22
std::vector< double > x_values
Definition: wDirichlet.h:26
#define KATOPTRON_API
Definition: katoptron.h:13
std::vector< double > T_values
Definition: wDirichlet.h:29
katoptron namespace
Definition: Algebraic.h:18
Class used to specify in Python the different Dirichlet boundary conditions (both mechanical and ther...
Definition: wDirichlet.h:18
Class which is used to specify in Python the thermomechanical to solve.
Definition: wProblem.h:19
std::vector< double > z_values
Definition: wDirichlet.h:28
std::vector< double > values
Definition: wDirichlet.h:24
std::vector< double > y_values
Definition: wDirichlet.h:27
const std::string & BC_name
Definition: wDirichlet.h:21
std::vector< int > which_dof
Definition: wDirichlet.h:23