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::Region Struct Reference

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.

Detailed Description

Definition at line 137 of file ComponentNeBem2d.hh.

Member Data Documentation

◆ bc

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

Applied boundary condition.

Definition at line 141 of file ComponentNeBem2d.hh.

◆ depth

unsigned int Garfield::ComponentNeBem2d::Region::depth

Level in the hierarchy.

Definition at line 142 of file ComponentNeBem2d.hh.

◆ medium

Medium* Garfield::ComponentNeBem2d::Region::medium

Medium associated to the region.

Definition at line 140 of file ComponentNeBem2d.hh.

◆ ndiv

int Garfield::ComponentNeBem2d::Region::ndiv

Number of elements per edge segment.

Definition at line 143 of file ComponentNeBem2d.hh.

◆ xv

std::vector<double> Garfield::ComponentNeBem2d::Region::xv

x-coordinates of the vertices.

Definition at line 138 of file ComponentNeBem2d.hh.

◆ yv

std::vector<double> Garfield::ComponentNeBem2d::Region::yv

y-coordinates of the vertices.

Definition at line 139 of file ComponentNeBem2d.hh.


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