5 namespace GeFiCa {
class XYZ;
class SquarePointContact; }
13 XYZ(
size_t n1=50,
size_t n2=50,
size_t n3=50) :
Grid(n1, n2, n3) {
14 fName=
"xyz", fTitle=
"3D Cartecian coordinates"; }
XYZ(size_t n1=50, size_t n2=50, size_t n3=50)
Data structure of a electric field grid.
3D Cartesian coordinates.
Detector & crystal properties.
void CalculateE()
Calculate Et, E1, E2, E3 from Vp.
void OverRelaxAt(size_t idx)
Over relax potential Vp[.
void SetupWith(Detector &detector)
Fix potentials on boundaries based on.
void GetInfoFrom(SquarePointContact &detector)
The only namespace in GeFiCa.