Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Classes | Namespaces | Functions
hp2D/shortestDist.hh File Reference
#include <cmath>
#include "basics/vectorsMatrices.hh"
#include "hp2D/singularSet.hh"
Include dependency graph for shortestDist.hh:
This graph shows which files directly or indirectly include this file:

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)

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)