Flow123d
master-f44eb46
|
Go to the source code of this file.
Classes | |
class | MixedMeshIntersections |
Main class for computation of intersection of meshes of combined dimensions. More... | |
Enumerations | |
enum | IntersectionType { none = 0 , d13 = 0x0002 , d23 = 0x0004 , d22 = 0x0008 , d12_1 = 0x0010 , d12_2 = 0x0020 , d12_3 = 0x0040 , d12 = 0x00F0 , all = 0xFFFF } |
Selection of intersections of different dimensions. More... | |
enum IntersectionType |
Selection of intersections of different dimensions.
Enumerator | |
---|---|
none | |
d13 | |
d23 | |
d22 | |
d12_1 | |
d12_2 | |
d12_3 | |
d12 | |
all |
Definition at line 36 of file mixed_mesh_intersections.hh.