waves
Basic FE playground
waves::Boundary Class Reference

boundaries which requires a special treatment More...

#include <wBoundary.h>

Inheritance diagram for waves::Boundary:
Collaboration diagram for waves::Boundary:

Public Member Functions

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

Public Attributes

double c
 

Detailed Description

boundaries which requires a special treatment

Constructor & Destructor Documentation

◆ Boundary() [1/2]

Boundary::Boundary ( std::shared_ptr< MshData >  _msh,
int  no,
double  _c 
)

◆ Boundary() [2/2]

Boundary::Boundary ( std::shared_ptr< MshData >  _msh,
std::string const &  name,
double  _c 
)

◆ ~Boundary()

virtual waves::Boundary::~Boundary ( )
inlinevirtual

Member Function Documentation

◆ write()

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

Member Data Documentation

◆ c

double waves::Boundary::c

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