Flow123d  release_2.2.0-914-gf1a3a4f
Public Attributes | List of all members
InspectElementsAlgorithm< dim >::Prolongation Struct Reference

Auxiliary structure for prolongation process. More...

Public Attributes

unsigned int component_elm_idx
 
unsigned int elm_3D_idx
 
unsigned int dictionary_idx
 

Detailed Description

template<unsigned int dim>
struct InspectElementsAlgorithm< dim >::Prolongation

Auxiliary structure for prolongation process.

Contains index of component element, index of bulk element and its index in vector of bulk elements intersecting with the component element.

Definition at line 127 of file inspect_elements_algorithm.hh.

Member Data Documentation

template<unsigned int dim>
unsigned int InspectElementsAlgorithm< dim >::Prolongation::component_elm_idx

Definition at line 128 of file inspect_elements_algorithm.hh.

template<unsigned int dim>
unsigned int InspectElementsAlgorithm< dim >::Prolongation::dictionary_idx

Definition at line 130 of file inspect_elements_algorithm.hh.

template<unsigned int dim>
unsigned int InspectElementsAlgorithm< dim >::Prolongation::elm_3D_idx

Definition at line 129 of file inspect_elements_algorithm.hh.


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