Eddy2D_H_Ring.hh
void testEnergies(F &model, const std::string &modelStr, const concepts::Array< Real > &P, const concepts::Array< Real > &W, const concepts::Array< uint > &Dim, const uint nelm)
Solve for different polynomial degrees and compare with given values.
void testMaxwell_PMC_H_Circle(concepts::EddyGeometry2D &geom)
Test Routine the Maxwell's equations with a circle of metal in h-formulation with PMC boundary condit...
bool originalConstants_() const
Returns true, if the original constants are taken.
void testMaxwell_PEC_H_Circle(concepts::EddyGeometry2D &geom)
Test Routine the Maxwell's equations with a circle of metal in h-formulation with PEC boundary condit...
Definition: Eddy2D_H_Ring.hh:24
void testMaxwell_PMC_E_Circle(concepts::EddyGeometry2D &geom)
Test Routine the Maxwell's equations with a circle of metal in e-formulation with PMC boundary condit...
void testMaxwell_PMC_H_Ring_DD(concepts::EddyGeometry2D &geom)
Type of boundary condition.
void testMaxwell_PMC_H_Circle_DD(concepts::EddyGeometry2D &geom)
Test Routine the Maxwell's equations with a circle of metal in h-formulation with PMC boundary condit...
Eddy2DRingTest(const uint pmax=3, const Real sigma=1, const Real epsilon=1e-8, const bool graphics=false)
void testMaxwellSolversDD(concepts::EddyGeometry2D &geom, std::string probStr)
Type of boundary condition.
void testMaxwellRingSolvers()
Tests the Maxwell's equations with a ring of metal and a coil around with different solvers.
void testMaxwellSolver(concepts::ModelControl< hp2D::Maxwell2D_H_Base > &control, enum hp2D::Maxwell2D_H_Base::solverType type, bool diagPrecond, Real &residual, Real &solvetime)
Type of boundary condition.
void testMaxwell_PEC_E_Circle(concepts::EddyGeometry2D &geom)
Test Routine the Maxwell's equations with a circle of metal in e-formulation with PEC boundary condit...
void testMaxwellSolvers(concepts::EddyGeometry2D &geom, std::string probStr)
Type of boundary condition.
Abstract class for holding geometry and material for eddy current problems.
Definition: Eddy2D_geometries.hh:29
virtual void run()
Runs the tests. Must be overwritten by the specialization.
void testMaxwell_PMC_H_Ring(concepts::EddyGeometry2D &geom)
Test Routine the Maxwell's equations with a ring of metal in h-formulation with PMC boundary conditio...
Class for holding boundary type of Maxwell's problems.
Definition: maxwell.hh:19