Weighted Regularization
Classes | |
class | hp3D::DaugeWeight |
Weight implemented by Monique Dauge in Melina. More... | |
class | hp3D::DistancePost< DistClass, Function > |
A function class for weighted regularization. More... | |
class | hp3D::DivDiv< Weight > |
A function class to calculate element matrices for the Div u*Div v Bilinearform. More... | |
class | hp3D::FormulaFromWeight< Weight > |
Makes it possible to plot a given Weight . More... | |
class | hp3D::MaxwellSharedData |
Shared data for RotRot and DivDiv. More... | |
class | hp3D::Postprocess14 |
Computes x to the power of 1/4. More... | |
class | hp3D::Postprocess3 |
Computes x to the power of 3. More... | |
class | hp3D::Postprocess34 |
Computes x to the power of 3/4. More... | |
class | hp3D::Postprocess4 |
Computes x to the power of 4. More... | |
class | hp3D::PostprocessRoot |
Returns the square root of x . More... | |
class | hp3D::PostprocessRoot4 |
Returns the forth root of x . More... | |
class | hp3D::PostprocessSquare |
Squares the given x . More... | |
class | hp3D::ProductOfAll |
Computes the product of all distances in the singular set singularities . More... | |
class | hp3D::RotRot |
A function class to calculate element matrices for the Rot u*Rot v Bilinearform. More... | |
class | hp3D::ShortestDist |
A function class for weighted regularization, which returns the square of the shortest distance of a point to the singular edges and vertices. More... | |
class | hp3D::ShortestDistLimited |
A function class for weighted regularization, which returns the minimum of a value and the square of the shortest distance of a point to the singular edges and vertices. More... | |
class | hp3D::SingularEdge |
Class for storing a singular edge with coordinates of its corners. More... | |
class | hp3D::SingularSet |
Class for handling a set of singular edges and vertices. More... | |
class | hp3D::SingularVertex |
Class for storing a singular vertex with the coordinates. More... | |
class | hp3D::TrivialWeight |
A function class for trivial (constant equal 1.0) weight function. More... | |
Detailed Description
- See also
- hpFEM3d-EV.cc Tutorial on hp-FEM in 3D to solve Maxwell's equations with weighted regularization.