

Go to the source code of this file.
Classes | |
| class | hp2D::DistancePost< DistClass, Function > |
| A function class for weighted regularization. More... | |
| class | hp2D::Postprocess4 |
Computes x to the power of 0.4. More... | |
| class | hp2D::Postprocess7 |
Computes x to the power of 0.7. More... | |
| class | hp2D::Postprocess8 |
Computes x to the power of 0.8. More... | |
| class | hp2D::Postprocess9 |
Computes x to the power of 0.9. More... | |
| class | hp2D::PostprocessSqrt |
Computes to square root of x. More... | |
| class | hp2D::ShortestDist |
| A function class for weighted regularization, which returns the square of the shortest distance of a point to the singular vertices. More... | |
| class | hp2D::TrivialWeight |
| A function class for trivial (constant equal 1.0) weight function. More... | |
Namespaces | |
| namespace | hp2D |
Eddy-Current Model in 2D in h-formulation. | |
Functions | |
| std::ostream & | hp2D::operator<< (std::ostream &os, const TrivialWeight &p) |
| std::ostream & | hp2D::operator<< (std::ostream &os, const PostprocessSqrt &p) |
| std::ostream & | hp2D::operator<< (std::ostream &os, const Postprocess9 &p) |
| std::ostream & | hp2D::operator<< (std::ostream &os, const Postprocess8 &p) |
| std::ostream & | hp2D::operator<< (std::ostream &os, const Postprocess7 &p) |
| std::ostream & | hp2D::operator<< (std::ostream &os, const Postprocess4 &p) |
| template<typename DistClass , typename Function > | |
| std::ostream & | hp2D::operator<< (std::ostream &os, const DistancePost< DistClass, Function > &p) |
| std::ostream & | hp2D::operator<< (std::ostream &os, const ShortestDist &p) |