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

Go to the source code of this file.

Classes

class  olb::SuperLpNorm3D< 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::SuperL1Norm3D = SuperLpNorm3D<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::SuperL2Norm3D = SuperLpNorm3D<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::SuperLinfNorm3D = SuperLpNorm3D<T,W,0>
 Functor that returns the Linf norm over omega of the the euklid norm of the input functor.