Class for holding boundary type of Maxwell's problems. More...
#include <maxwell.hh>

Public Types | |
| enum | boundaryType { PMC = 0, PEC = 1, MAX_TYPE } |
| Boundary type. More... | |
Public Member Functions | |
| const boundaryType | bType () const |
| Returns boundary type. | |
| boundaryType & | bType () |
| const std::string | bTypeStr () const |
| Returns name of boundary type as string. | |
| MaxwellBoundary (enum boundaryType bType) | |
| Constructor. | |
Private Attributes | |
| enum boundaryType | bType_ |
| Type of boundary condition. | |
Class for holding boundary type of Maxwell's problems.
Definition at line 17 of file maxwell.hh.
Boundary type.
Either perfect magnetic conductor (PMC) or perfect electric conductor (PEC). Wether it's dirichlet or neumann boundary is dependent from the formulation.
Definition at line 25 of file maxwell.hh.
| concepts::MaxwellBoundary::MaxwellBoundary | ( | enum boundaryType | bType | ) | [inline] |
Constructor.
Definition at line 27 of file maxwell.hh.
| const boundaryType concepts::MaxwellBoundary::bType | ( | ) | const [inline] |
Returns boundary type.
Definition at line 31 of file maxwell.hh.
| boundaryType& concepts::MaxwellBoundary::bType | ( | ) | [inline] |
Definition at line 32 of file maxwell.hh.
| const std::string concepts::MaxwellBoundary::bTypeStr | ( | ) | const [inline] |
Returns name of boundary type as string.
Definition at line 34 of file maxwell.hh.
enum boundaryType concepts::MaxwellBoundary::bType_ [private] |
Type of boundary condition.
Definition at line 46 of file maxwell.hh.