Flow123d  master-f44eb46
Public Member Functions | Public Attributes | List of all members
Interaction< OutDim, InDim > Struct Template Reference

#include <ref_element.hh>

Public Member Functions

 Interaction (unsigned int i)
 

Public Attributes

unsigned int i_
 

Detailed Description

template<unsigned int OutDim, unsigned int InDim>
struct Interaction< OutDim, InDim >

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.

See also
RefElement<dim>::interact

Definition at line 286 of file ref_element.hh.

Constructor & Destructor Documentation

◆ Interaction()

template<unsigned int OutDim, unsigned int InDim>
Interaction< OutDim, InDim >::Interaction ( unsigned int  i)
inline

Definition at line 287 of file ref_element.hh.

Member Data Documentation

◆ i_

template<unsigned int OutDim, unsigned int InDim>
unsigned int Interaction< OutDim, InDim >::i_

Definition at line 288 of file ref_element.hh.


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