 |
waves
Basic FE playground
|
Go to the documentation of this file.
42 TSource(
Problem &pbl,
int no, std::string _BTHS_name,
double _values);
43 TSource(
Problem &pbl, std::string
const &name, std::string _THS_name,
double _values);
46 virtual void write(std::ostream &out)
const override;
this namespace avoids conflicts with similar names in 'waves'
Definition: mirrors.h:37
a class containing the problem parameters
Definition: wProblem.h:36
double integrated_values
Definition: wTSource.h:40
std::vector< Node * > nodes
Definition: wTSource.h:38
double values
Definition: wTSource.h:39
#define MIRRORS_API
Definition: mirrors.h:29
std::string THS_name
Definition: wTSource.h:37
manage thermal heat source
Definition: wTSource.h:34