 |
waves
Basic FE playground
|
Go to the documentation of this file. 1 #ifndef KATOPTRON_WEIGHT_H
2 #define KATOPTRON_WEIGHT_H
9 #include <Teuchos_RCP.hpp>
32 std::string
const &name,
33 std::vector<int> _which_dof,
34 std::vector<double> _values,
35 size_t ensemble_size = 1);
38 std::string
const &name,
47 size_t ensemble_size = 1);
50 std::string
const &name,
52 std::vector<double> v_x,
54 std::vector<double> v_y,
56 std::vector<double> v_z,
58 std::vector<double> v_T = {});
61 virtual void write(std::ostream &out)
const;
67 #endif //KATOPTRON_WEIGHT_H
std::vector< Node * > nodes
Definition: wWeight.h:22
std::vector< double > x_values
Definition: wWeight.h:26
std::vector< int > which_dof
Definition: wWeight.h:23
std::vector< double > values
Definition: wWeight.h:24
#define KATOPTRON_API
Definition: katoptron.h:13
Class used to specify in Python the different weights used for the computation of the weighted residu...
Definition: wWeight.h:19
katoptron namespace
Definition: Algebraic.h:18
std::vector< double > y_values
Definition: wWeight.h:27
Class which is used to specify in Python the thermomechanical to solve.
Definition: wProblem.h:19
std::vector< double > T_values
Definition: wWeight.h:29
std::vector< double > z_values
Definition: wWeight.h:28