![]() |
waves
Basic FE playground
|
Class used to specify in Python the different volumetric heat sources. More...
#include <wSource.h>
Public Member Functions | |
Source (Problem &pbl, std::string const &name, std::string const &_Source_name, double v_T) | |
Source constructor. More... | |
virtual void | write (std::ostream &out) const |
Display information. More... | |
Public Attributes | |
const std::string & | Source_name |
std::vector< tbox::Node * > | nodes |
double | value |
Class used to specify in Python the different volumetric heat sources.
Source::Source | ( | Problem & | pbl, |
std::string const & | name, | ||
std::string const & | _Source_name, | ||
double | v_T | ||
) |
|
virtual |
Display information.
std::vector<tbox::Node *> katoptron::Source::nodes |
const std::string& katoptron::Source::Source_name |
double katoptron::Source::value |