Finite Volume Solver  prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
Public Member Functions | List of all members
fub::Invert< Base > Class Template Reference

#include <Invert.hpp>

Public Member Functions

 Invert (const Base &base)
 
double ComputeDistanceTo (std::array< double, 3 > x) const noexcept
 
double ComputeDistanceTo (std::array< double, 2 > x) const noexcept
 

Constructor & Destructor Documentation

◆ Invert()

template<typename Base >
fub::Invert< Base >::Invert ( const Base &  base)
inline

Member Function Documentation

◆ ComputeDistanceTo() [1/2]

template<typename Base >
double fub::Invert< Base >::ComputeDistanceTo ( std::array< double, 2 >  x) const
inlinenoexcept

◆ ComputeDistanceTo() [2/2]

template<typename Base >
double fub::Invert< Base >::ComputeDistanceTo ( std::array< double, 3 >  x) const
inlinenoexcept

The documentation for this class was generated from the following file: