OpenLB 1.7
Loading...
Searching...
No Matches
olb::dynamics::is_generic< DYNAMICS, CELL, PARAMETERS, std::enable_if_t< std::is_member_function_pointer_v< decltype(&DYNAMICS::template apply< CELL, PARAMETERS >)> > > Struct Template Reference

DYNAMICS provides apply method template. More...

#include <interface.h>

+ Inheritance diagram for olb::dynamics::is_generic< DYNAMICS, CELL, PARAMETERS, std::enable_if_t< std::is_member_function_pointer_v< decltype(&DYNAMICS::template apply< CELL, PARAMETERS >)> > >:
+ Collaboration diagram for olb::dynamics::is_generic< DYNAMICS, CELL, PARAMETERS, std::enable_if_t< std::is_member_function_pointer_v< decltype(&DYNAMICS::template apply< CELL, PARAMETERS >)> > >:

Detailed Description

template<typename DYNAMICS, typename CELL, typename PARAMETERS>
struct olb::dynamics::is_generic< DYNAMICS, CELL, PARAMETERS, std::enable_if_t< std::is_member_function_pointer_v< decltype(&DYNAMICS::template apply< CELL, PARAMETERS >)> > >

DYNAMICS provides apply method template.

Definition at line 404 of file interface.h.


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