Flow123d  release_2.2.0-914-gf1a3a4f
Classes | Typedefs
inspect_elements_algorithm.hh File Reference
#include "mesh/bounding_box.hh"
#include "mesh/mesh_types.hh"
#include "simplex.hh"
#include <queue>
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IntersectionPointAux< N, M >
 Internal auxiliary class represents an intersection point of simplex<N> and simplex<M>. More...
 
class  IntersectionAux< dimA, dimB >
 Internal auxiliary class representing intersection object of simplex<dimA> and simplex<dimB>. More...
 
class  IntersectionLocal< dimA, dimB >
 Class represents intersection of two elements. More...
 
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

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

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

Definition at line 38 of file inspect_elements_algorithm.hh.