CEPS  24.01
Cardiac ElectroPhysiology Simulator
GeomCellJunction.hpp File Reference

Go to the source code of this file.

Data Structures

class  GeomCellJunction
 Meta-cell for connections between meshes. More...
 

Enumerations

enum class  JunctionType {
  TYPE_1D3D = 0 , TYPE_1D2D = 1 , TYPE_2D3D = 2 , TYPE_1D2D3D = 3 ,
  TYPE_UNKNOWN = 4
}
 Structure that holds the junction type. More...
 

Detailed Description

Meta-cells for connections between meshes

Definition in file GeomCellJunction.hpp.

Enumeration Type Documentation

◆ JunctionType

enum JunctionType
strong

Structure that holds the junction type.

Enumerator
TYPE_1D3D 

Point to tetra.

TYPE_1D2D 

Point to triangle.

TYPE_2D3D 

Tri to tetra.

TYPE_1D2D3D 

Pt, tri and tetra junction.

TYPE_UNKNOWN 

other

Definition at line 40 of file GeomCellJunction.hpp.