OpenLB 1.7
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions | List of all members
olb::boundaryhelper::NormalDynamicsForPlainMomenta< T, DESCRIPTOR, DYNAMICS, MOMENTA > Struct Template Reference

#include <normalDynamicsContructors.h>

+ Collaboration diagram for olb::boundaryhelper::NormalDynamicsForPlainMomenta< T, DESCRIPTOR, DYNAMICS, MOMENTA >:

Public Types

template<int... Normal>
using ConcreteDynamics = DYNAMICS<T,DESCRIPTOR,MOMENTA,Normal...>
 

Static Public Member Functions

template<unsigned D>
static auto construct (Vector< int, D > n)
 

Detailed Description

template<typename T, typename DESCRIPTOR, template< typename, typename, typename, int... > typename DYNAMICS, typename MOMENTA>
struct olb::boundaryhelper::NormalDynamicsForPlainMomenta< T, DESCRIPTOR, DYNAMICS, MOMENTA >

Definition at line 37 of file normalDynamicsContructors.h.

Member Typedef Documentation

◆ ConcreteDynamics

template<typename T , typename DESCRIPTOR , template< typename, typename, typename, int... > typename DYNAMICS, typename MOMENTA >
template<int... Normal>
using olb::boundaryhelper::NormalDynamicsForPlainMomenta< T, DESCRIPTOR, DYNAMICS, MOMENTA >::ConcreteDynamics = DYNAMICS<T,DESCRIPTOR,MOMENTA,Normal...>

Definition at line 39 of file normalDynamicsContructors.h.

Member Function Documentation

◆ construct()

template<typename T , typename DESCRIPTOR , template< typename, typename, typename, int... > typename DYNAMICS, typename MOMENTA >
template<unsigned D>
static auto olb::boundaryhelper::NormalDynamicsForPlainMomenta< T, DESCRIPTOR, DYNAMICS, MOMENTA >::construct ( Vector< int, D > n)
inlinestatic

Definition at line 42 of file normalDynamicsContructors.h.

42 {
43 return constructConcreteDynamicsForNormal<T,DESCRIPTOR,ConcreteDynamics>(n);
44 }

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