|
Flow123d
JS_before_hm-1713-g943b6bc16
|

Go to the source code of this file.
Classes | |
| class | IntersectionLocal< dimA, dimB > |
| Class represents intersection of two elements. More... | |
| 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.
1.8.17