Go to the documentation of this file.
39 case PMC: typeStr =
"PMC";
break;
40 case PEC: typeStr =
"PEC";
break;
virtual Real dissipation()=0
Return dissipation power loss.
MaxwellBoundary(enum boundaryType bType)
Constructor.
#define conceptsException(exc)
Prepares an exception for throwing.
#define conceptsAssert(cond, exc)
Assert that a certain condition is fulfilled.
virtual Real magnEnergy()=0
Return magnetic energy.
const std::string bTypeStr() const
Returns name of boundary type as string.
Exception class for assertions.
Abstract class for Maxwell's problems.
enum boundaryType bType_
Type of boundary condition.
boundaryType
Boundary type.
const boundaryType bType() const
Returns boundary type.
Exception class to express a missing feature.
double Real
Type normally used for a floating point number.
Basic namespace for Concepts-2.
Class for holding boundary type of Maxwell's problems.