shortestDist.hh File Reference

#include <cmath>
#include "basics/vectorsMatrices.hh"
#include "hp2D/singularSet.hh"

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::Quad< F >
 A 2D FEM element: a quad. 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

 hp2D
 2D hp-FEM for H1-conforming elements.
 

Functions

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 Postprocess4 &p)
 
std::ostream & hp2D::operator<< (std::ostream &os, const Postprocess7 &p)
 
std::ostream & hp2D::operator<< (std::ostream &os, const Postprocess8 &p)
 
std::ostream & hp2D::operator<< (std::ostream &os, const Postprocess9 &p)
 
std::ostream & hp2D::operator<< (std::ostream &os, const PostprocessSqrt &p)
 
std::ostream & hp2D::operator<< (std::ostream &os, const ShortestDist &p)
 
std::ostream & hp2D::operator<< (std::ostream &os, const TrivialWeight &p)
 

Detailed Description

Weight functions for weighted regularization

Definition in file shortestDist.hh.

Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich