waves
Basic FE playground
heat::Boundary Class Reference

boundaries which requires a special treatment (such as prescribed fluxes) More...

#include <wBoundary.h>

Inheritance diagram for heat::Boundary:
Collaboration diagram for heat::Boundary:

Public Member Functions

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

Public Attributes

std::shared_ptr< Fct0 > f
 

Detailed Description

boundaries which requires a special treatment (such as prescribed fluxes)

Constructor & Destructor Documentation

◆ Boundary() [1/2]

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

◆ Boundary() [2/2]

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

◆ ~Boundary()

virtual heat::Boundary::~Boundary ( )
inlinevirtual

Member Function Documentation

◆ write()

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

Member Data Documentation

◆ f

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

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