OpenLB 1.7
Loading...
Searching...
No Matches
olb::dynamics::is_vectorizable< DYNAMICS, std::enable_if_t<!DYNAMICS::is_vectorizable > > Struct Template Reference

DYNAMICS is explicitly marked as unvectorizable. More...

#include <interface.h>

+ Inheritance diagram for olb::dynamics::is_vectorizable< DYNAMICS, std::enable_if_t<!DYNAMICS::is_vectorizable > >:
+ Collaboration diagram for olb::dynamics::is_vectorizable< DYNAMICS, std::enable_if_t<!DYNAMICS::is_vectorizable > >:

Detailed Description

template<typename DYNAMICS>
struct olb::dynamics::is_vectorizable< DYNAMICS, std::enable_if_t<!DYNAMICS::is_vectorizable > >

DYNAMICS is explicitly marked as unvectorizable.

Required as a workaround to enable non-SIMD fallback in ConcreteBlockCollisionO

Definition at line 163 of file interface.h.


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