#include <maxwell.hh>
Public Types | |
enum | boundaryType { PMC = 0 , PEC = 1 , MAX_TYPE } |
Public Member Functions | |
MaxwellBoundary (enum boundaryType bType) | |
Constructor. | |
const boundaryType | bType () const |
Returns boundary type. | |
boundaryType & | bType () |
const std::string | bTypeStr () const |
Returns name of boundary type as string. | |
Class for holding boundary type of Maxwell's problems
Definition at line 19 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 27 of file maxwell.hh.
|
inline |
Constructor.
Definition at line 29 of file maxwell.hh.
|
inline |
Definition at line 34 of file maxwell.hh.
|
inline |
Returns boundary type.
Definition at line 33 of file maxwell.hh.
|
inline |
Returns name of boundary type as string.
Definition at line 36 of file maxwell.hh.