Garfield 0.3
Toolkit for the detailed simulation of particle detectors based on ionization measurement in gases and semiconductors
Loading...
Searching...
No Matches
Garfield::ComponentNeBem2d::Segment Struct Reference

Public Attributes

std::array< double, 2 > x0
 Coordinates of the start point.
std::array< double, 2 > x1
 Coordinates of the end point.
int region1
 Inner region.
int region2
 Outer region.
std::pair< BC, double > bc
 Applied boundary condition.
int ndiv
 Number of elements.

Detailed Description

Definition at line 148 of file ComponentNeBem2d.hh.

Member Data Documentation

◆ bc

std::pair<BC, double> Garfield::ComponentNeBem2d::Segment::bc

Applied boundary condition.

Definition at line 153 of file ComponentNeBem2d.hh.

◆ ndiv

int Garfield::ComponentNeBem2d::Segment::ndiv

Number of elements.

Definition at line 154 of file ComponentNeBem2d.hh.

◆ region1

int Garfield::ComponentNeBem2d::Segment::region1

Inner region.

Definition at line 151 of file ComponentNeBem2d.hh.

◆ region2

int Garfield::ComponentNeBem2d::Segment::region2

Outer region.

Definition at line 152 of file ComponentNeBem2d.hh.

◆ x0

std::array<double, 2> Garfield::ComponentNeBem2d::Segment::x0

Coordinates of the start point.

Definition at line 149 of file ComponentNeBem2d.hh.

◆ x1

std::array<double, 2> Garfield::ComponentNeBem2d::Segment::x1

Coordinates of the end point.

Definition at line 150 of file ComponentNeBem2d.hh.


The documentation for this struct was generated from the following file: