![]() |
Garfield 0.3
Toolkit for the detailed simulation of particle detectors based on ionization measurement in gases and semiconductors
|
Public Attributes | |
| double | x |
| double | y |
| Coordinates of the element centre (collocation point). | |
| double | a |
| Half-length. | |
| double | cphi |
| Rotation. | |
| double | sphi |
| Rotation. | |
| double | q |
| Charge density (solution). | |
| std::pair< BC, double > | bc |
| Boundary condition. | |
| double | lambda |
| Ratio of dielectric permittivities. | |
Definition at line 169 of file ComponentNeBem2d.hh.
| double Garfield::ComponentNeBem2d::Element::a |
Half-length.
Definition at line 171 of file ComponentNeBem2d.hh.
| std::pair<BC, double> Garfield::ComponentNeBem2d::Element::bc |
Boundary condition.
Definition at line 175 of file ComponentNeBem2d.hh.
| double Garfield::ComponentNeBem2d::Element::cphi |
Rotation.
Definition at line 172 of file ComponentNeBem2d.hh.
| double Garfield::ComponentNeBem2d::Element::lambda |
Ratio of dielectric permittivities.
Definition at line 176 of file ComponentNeBem2d.hh.
| double Garfield::ComponentNeBem2d::Element::q |
Charge density (solution).
Definition at line 174 of file ComponentNeBem2d.hh.
| double Garfield::ComponentNeBem2d::Element::sphi |
Rotation.
Definition at line 173 of file ComponentNeBem2d.hh.
| double Garfield::ComponentNeBem2d::Element::x |
Definition at line 170 of file ComponentNeBem2d.hh.
| double Garfield::ComponentNeBem2d::Element::y |
Coordinates of the element centre (collocation point).
Definition at line 170 of file ComponentNeBem2d.hh.