Flow123d
master-f44eb46
|
#include <ref_element.hh>
Public Member Functions | |
Interaction (unsigned int i) | |
Public Attributes | |
unsigned int | i_ |
Auxilliary structure that is used to pass template arguments into interact function of RefElement: RefElement<dim>::interact( Interaction<OutDim,InDim>(i) )
This enables automatic deduction of dimensional template arguments.
RefElement<dim>::interact
Definition at line 286 of file ref_element.hh.
|
inline |
Definition at line 287 of file ref_element.hh.
unsigned int Interaction< OutDim, InDim >::i_ |
Definition at line 288 of file ref_element.hh.