OpenLB 1.7
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
superLpNorm2D.h File Reference
#include <memory>
#include <vector>
#include "utilities/functorPtr.h"
+ Include dependency graph for superLpNorm2D.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  olb::SuperLpNorm2D< T, W, P >
 Functor that returns the Lp norm over omega of the the euklid norm of the input functor. More...
 

Namespaces

namespace  olb
 Top level namespace for all of OpenLB.
 

Typedefs

template<typename T , typename W = T>
using olb::SuperL1Norm2D = SuperLpNorm2D<T,W,1>
 Functor that returns the L1 norm over omega of the the euklid norm of the input functor.
 
template<typename T , typename W = T>
using olb::SuperL2Norm2D = SuperLpNorm2D<T,W,2>
 Functor that returns the L2 norm over omega of the the euklid norm of the input functor.
 
template<typename T , typename W = T>
using olb::SuperLinfNorm2D = SuperLpNorm2D<T,W,0>
 Functor that returns the Linf norm over omega of the the euklid norm of the input functor.