 |
waves
Basic FE playground
|
Go to the documentation of this file. 1 #ifndef KATOPTRON_NEUMANN_H
2 #define KATOPTRON_NEUMANN_H
20 std::vector<tbox::Node *>
nodes;
25 std::string
const &name,
26 std::string
const &_BC_name,
27 std::vector<int> _which_dof,
28 std::vector<double> _values);
31 std::string
const &name,
32 std::string
const &_BC_name,
34 std::vector<double> v_x,
36 std::vector<double> v_y,
38 std::vector<double> v_z,
40 std::vector<double> v_T,
41 size_t ensemble_size);
44 virtual void write(std::ostream &out)
const;
50 #endif //KATOPTRON_NEUMANN_H
#define KATOPTRON_API
Definition: katoptron.h:13
katoptron namespace
Definition: Algebraic.h:18
std::vector< double > values
Definition: wNeumann.h:22
std::vector< tbox::Node * > nodes
Definition: wNeumann.h:20
const std::string & BC_name
Definition: wNeumann.h:19
Class which is used to specify in Python the thermomechanical to solve.
Definition: wProblem.h:19
Class used to specify in Python the different Neumann boundary conditions (both mechanical and therma...
Definition: wNeumann.h:16
std::vector< int > which_dof
Definition: wNeumann.h:21