Flow123d
master-f44eb46
|
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 std::pair<unsigned int, IntersectionLocalBase*> ILpair |
First = element index, Second = pointer to intersection object.
Definition at line 41 of file inspect_elements_algorithm.hh.