Flow123d  release_2.2.0-914-gf1a3a4f
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 154 of file ref_element.hh.

Constructor & Destructor Documentation

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

Definition at line 155 of file ref_element.hh.

Member Data Documentation

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

Definition at line 156 of file ref_element.hh.


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