OpenLB 1.7
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
olb::CellStatistic< cpu::simd::Pack< T > > Struct Template Reference

#include <operator.h>

+ Collaboration diagram for olb::CellStatistic< cpu::simd::Pack< T > >:

Public Member Functions

 operator bool () const
 

Public Attributes

cpu::simd::Pack< T > rho
 
cpu::simd::Pack< T > uSqr
 

Detailed Description

template<typename T>
struct olb::CellStatistic< cpu::simd::Pack< T > >

Definition at line 41 of file operator.h.

Member Function Documentation

◆ operator bool()

template<typename T >
olb::CellStatistic< cpu::simd::Pack< T > >::operator bool ( ) const
inline

Definition at line 45 of file operator.h.

45 {
46 return true;
47 }

Member Data Documentation

◆ rho

template<typename T >
cpu::simd::Pack<T> olb::CellStatistic< cpu::simd::Pack< T > >::rho

Definition at line 42 of file operator.h.

◆ uSqr

template<typename T >
cpu::simd::Pack<T> olb::CellStatistic< cpu::simd::Pack< T > >::uSqr

Definition at line 43 of file operator.h.


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