waves
Basic FE playground
heat::Source Class Reference

manage (volumic) heat sources More...

#include <wSource.h>

Inheritance diagram for heat::Source:
Collaboration diagram for heat::Source:

Public Member Functions

 Source (std::shared_ptr< MshData > _msh, int no, std::shared_ptr< Fct0 > _f)
 
 Source (std::shared_ptr< MshData > _msh, std::string const &name, std::shared_ptr< Fct0 > _f)
 
virtual ~Source ()
 
virtual void write (std::ostream &out) const override
 

Public Attributes

std::shared_ptr< Fct0 > f
 

Detailed Description

manage (volumic) heat sources

Constructor & Destructor Documentation

◆ Source() [1/2]

Source::Source ( std::shared_ptr< MshData >  _msh,
int  no,
std::shared_ptr< Fct0 >  _f 
)

◆ Source() [2/2]

Source::Source ( std::shared_ptr< MshData >  _msh,
std::string const &  name,
std::shared_ptr< Fct0 >  _f 
)

◆ ~Source()

virtual heat::Source::~Source ( )
inlinevirtual

Member Function Documentation

◆ write()

void Source::write ( std::ostream &  out) const
overridevirtual

Member Data Documentation

◆ f

std::shared_ptr<Fct0> heat::Source::f

The documentation for this class was generated from the following files: