Abstract class for Maxwell's problems. More...
#include <maxwell.hh>

Public Member Functions | |
| virtual Real | dissipation ()=0 |
| Return dissipation power loss. | |
| virtual Real | magnEnergy ()=0 |
| Return magnetic energy. | |
Abstract class for Maxwell's problems.
Definition at line 53 of file maxwell.hh.
| virtual Real concepts::MaxwellModel::dissipation | ( | ) | [pure virtual] |
Return dissipation power loss.
Implemented in hp2D::Eddy2D_H, hp2D::Maxwell2D_H, hp2D::Eddy2D_E, hp2D::Eddy2D_H, hp2D::Maxwell2D_E, hp2D::Maxwell2D_H, and hp2D::Maxwell2D_H_DD.
| virtual Real concepts::MaxwellModel::magnEnergy | ( | ) | [pure virtual] |
Return magnetic energy.
Implemented in hp2D::Maxwell2D_H, hp2D::Eddy2D_E, hp2D::Eddy2D_H, hp2D::Maxwell2D_E, hp2D::Maxwell2D_H, and hp2D::Maxwell2D_H_DD.