A group of discrete points.
More...
#include <Grid.h>
|
std::vector< double > | C1 |
| the 1st coordinates of the points More...
|
|
std::vector< double > | C2 |
| the 2nd coordinates of the points More...
|
|
std::vector< double > | C3 |
| the 3rd coordinates of the points More...
|
|
std::vector< double > | Vp |
| potential at each point More...
|
|
std::vector< double > | Et |
| total electric field strength More...
|
|
std::vector< double > | E1 |
| projection of Et on C1 More...
|
|
std::vector< double > | E2 |
| projection of Et on C2 More...
|
|
std::vector< double > | E3 |
| projection of Et on C3 More...
|
|
std::vector< double > | dC1p |
| step length to next point alone C1 More...
|
|
std::vector< double > | dC1m |
| step length to previous point alone C1 More...
|
|
std::vector< double > | dC2p |
| step length to next point along C2 More...
|
|
std::vector< double > | dC2m |
| step length to previous point along C2 More...
|
|
std::vector< double > | dC3p |
| step length to next point alone C3 More...
|
|
std::vector< double > | dC3m |
| step length to previous point alone C3 More...
|
|
A group of discrete points.
Definition at line 9 of file Grid.h.
◆ GetN()
size_t GeFiCa::Points::GetN |
( |
| ) |
|
|
inline |
total number of points
Definition at line 26 of file Grid.h.
◆ C1
std::vector<double> GeFiCa::Points::C1 |
the 1st coordinates of the points
Definition at line 12 of file Grid.h.
◆ C2
std::vector<double> GeFiCa::Points::C2 |
the 2nd coordinates of the points
Definition at line 13 of file Grid.h.
◆ C3
std::vector<double> GeFiCa::Points::C3 |
the 3rd coordinates of the points
Definition at line 14 of file Grid.h.
◆ dC1m
std::vector<double> GeFiCa::Points::dC1m |
step length to previous point alone C1
Definition at line 21 of file Grid.h.
◆ dC1p
std::vector<double> GeFiCa::Points::dC1p |
step length to next point alone C1
Definition at line 20 of file Grid.h.
◆ dC2m
std::vector<double> GeFiCa::Points::dC2m |
step length to previous point along C2
Definition at line 23 of file Grid.h.
◆ dC2p
std::vector<double> GeFiCa::Points::dC2p |
step length to next point along C2
Definition at line 22 of file Grid.h.
◆ dC3m
std::vector<double> GeFiCa::Points::dC3m |
step length to previous point alone C3
Definition at line 25 of file Grid.h.
◆ dC3p
std::vector<double> GeFiCa::Points::dC3p |
step length to next point alone C3
Definition at line 24 of file Grid.h.
◆ E1
std::vector<double> GeFiCa::Points::E1 |
projection of Et on C1
Definition at line 17 of file Grid.h.
◆ E2
std::vector<double> GeFiCa::Points::E2 |
projection of Et on C2
Definition at line 18 of file Grid.h.
◆ E3
std::vector<double> GeFiCa::Points::E3 |
projection of Et on C3
Definition at line 19 of file Grid.h.
◆ Et
std::vector<double> GeFiCa::Points::Et |
total electric field strength
Definition at line 16 of file Grid.h.
◆ Vp
std::vector<double> GeFiCa::Points::Vp |
potential at each point
Definition at line 15 of file Grid.h.
The documentation for this class was generated from the following file: