![]() |
Garfield 0.3
Toolkit for the detailed simulation of particle detectors based on ionization measurement in gases and semiconductors
|
Public Attributes | |
std::vector< double > | xv |
x-coordinates of the vertices. | |
std::vector< double > | yv |
y-coordinates of the vertices. | |
Medium * | medium |
Medium associated to the region. | |
std::pair< BC, double > | bc |
Applied boundary condition. | |
unsigned int | depth |
Level in the hierarchy. | |
int | ndiv |
Number of elements per edge segment. |
Definition at line 137 of file ComponentNeBem2d.hh.
std::pair<BC, double> Garfield::ComponentNeBem2d::Region::bc |
Applied boundary condition.
Definition at line 141 of file ComponentNeBem2d.hh.
unsigned int Garfield::ComponentNeBem2d::Region::depth |
Level in the hierarchy.
Definition at line 142 of file ComponentNeBem2d.hh.
Medium* Garfield::ComponentNeBem2d::Region::medium |
Medium associated to the region.
Definition at line 140 of file ComponentNeBem2d.hh.
int Garfield::ComponentNeBem2d::Region::ndiv |
Number of elements per edge segment.
Definition at line 143 of file ComponentNeBem2d.hh.
std::vector<double> Garfield::ComponentNeBem2d::Region::xv |
x-coordinates of the vertices.
Definition at line 138 of file ComponentNeBem2d.hh.
std::vector<double> Garfield::ComponentNeBem2d::Region::yv |
y-coordinates of the vertices.
Definition at line 139 of file ComponentNeBem2d.hh.