Flow123d  master-f44eb46
Classes | Typedefs
inspect_elements_algorithm.hh File Reference
#include "mesh/bounding_box.hh"
#include <queue>
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IntersectionAlgorithmBase< dimA, dimB >
 
class  InspectElementsAlgorithm< dim >
 Class implements algorithm for dim-dimensional intersections with 3D elements. More...
 
struct  InspectElementsAlgorithm< dim >::Prolongation
 Auxiliary structure for prolongation process. More...
 
class  InspectElementsAlgorithm22
 Implements algorithm for finding 2D-2D intersections. More...
 
class  InspectElementsAlgorithm12
 Implements algorithm for finding 1D-2D intersections. More...
 

Typedefs

typedef std::pair< unsigned int, IntersectionLocalBase * > ILpair
 First = element index, Second = pointer to intersection object. More...
 

Typedef Documentation

◆ ILpair

typedef std::pair<unsigned int, IntersectionLocalBase*> ILpair

First = element index, Second = pointer to intersection object.

Definition at line 41 of file inspect_elements_algorithm.hh.