![]() |
OpenLB 1.8.1
|
#include <vector>#include "core/superLattice2D.h"#include "utilities/functorPtr.h"#include "indicator/blockIndicatorF2D.h"
Include dependency graph for latticeDiscreteNormal2D.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | olb::SuperLatticeDiscreteNormal2D< T, DESCRIPTOR > |
| functor to get pointwise the discrete normal vector of local lattice boundary cells More... | |
| class | olb::BlockLatticeDiscreteNormal2D< T, DESCRIPTOR > |
| BlockLatticeDiscreteNormal2D returns pointwise the discrete normal vector of the local lattice boundary cells. More... | |
| class | olb::SuperLatticeDiscreteNormalType2D< T, DESCRIPTOR > |
| functor to get pointwise the type of a discrete normal vector More... | |
| class | olb::BlockLatticeDiscreteNormalType2D< T, DESCRIPTOR > |
| BlockLatticeDiscreteNormalType2D returns pointwise the type of a discrete normal vector. More... | |
Namespaces | |
| namespace | olb |
| Top level namespace for all of OpenLB. | |
Functions | |
| template<typename T , typename DESCRIPTOR > | |
| olb::SuperLatticeDiscreteNormal2D (SuperLattice< T, DESCRIPTOR > &, SuperGeometry< typename SuperLattice< T, DESCRIPTOR >::value_t, 2 > &, FunctorPtr< SuperIndicatorF2D< typename SuperLattice< T, DESCRIPTOR >::value_t > > &&) -> SuperLatticeDiscreteNormal2D< T, DESCRIPTOR > | |
| template<typename T , typename DESCRIPTOR > | |
| olb::SuperLatticeDiscreteNormalType2D (SuperLattice< T, DESCRIPTOR > &, SuperGeometry< typename SuperLattice< T, DESCRIPTOR >::value_t, 2 > &, FunctorPtr< SuperIndicatorF2D< typename SuperLattice< T, DESCRIPTOR >::value_t > > &&) -> SuperLatticeDiscreteNormalType2D< T, DESCRIPTOR > | |