#include <export.h>
|
| vector< valarray< float > > | p1x1 |
| |
| vector< float > | pmin |
| |
| vector< float > | pmax |
| |
Definition at line 290 of file export.h.
◆ p1x1_1D() [1/2]
| Output_Data::p1x1_1D::p1x1_1D |
( |
const Grid_Info & |
_G | ) |
|
◆ p1x1_1D() [2/2]
| Output_Data::p1x1_1D::p1x1_1D |
( |
const p1x1_1D & |
other | ) |
|
Definition at line 1000 of file export.cpp.
References p1_x1(), Pmax(), Pmin(), and Species().
1002 for (
size_t s(0); s < other.Species(); ++s) {
1003 pmin.push_back( other.Pmin(s) );
1004 pmax.push_back( other.Pmax(s) );
1007 p1x1.push_back( other.p1_x1(s) );
vector< valarray< float > > p1x1
◆ ~p1x1_1D()
| Output_Data::p1x1_1D::~p1x1_1D |
( |
| ) |
|
◆ operator()()
| valarray< float > Output_Data::p1x1_1D::operator() |
( |
DistFunc1D & |
df, |
|
|
size_t |
x0, |
|
|
size_t |
s |
|
) |
| |
Definition at line 1020 of file export.cpp.
References DistFunc1D::dim().
1023 vector<complex<double> > dummyvec;
1065 size_t midpoint,ipxp,ipxm;
1067 for (
size_t i(0); i < df.
dim(); ++i)
1069 dummyvec = df(i).xVec(x0);
1071 midpoint = df(0,0).nump();
1072 p1x1[s][midpoint] = (float) ((dummyvec[0]).real());
1073 for (
size_t ip(0); ip < df(0,0).nump(); ++ip)
1075 ipxm = midpoint - 1 - ip;
1076 ipxp = midpoint + 1 + ip;
1078 (
p1x1[s])[ipxm] += (
float) (sgn*(dummyvec[ip]).real());
1079 (
p1x1[s])[ipxp] += (
float) ((dummyvec[ip]).real());
vector< valarray< float > > p1x1
◆ p1_x1()
| valarray<float> Output_Data::p1x1_1D::p1_x1 |
( |
size_t |
s | ) |
const |
|
inline |
◆ Pmax()
| float Output_Data::p1x1_1D::Pmax |
( |
size_t |
s | ) |
const |
|
inline |
◆ Pmin()
| float Output_Data::p1x1_1D::Pmin |
( |
size_t |
s | ) |
const |
|
inline |
◆ Species()
| size_t Output_Data::p1x1_1D::Species |
( |
| ) |
const |
|
inline |
Definition at line 303 of file export.h.
Referenced by p1x1_1D().
303 {
return p1x1.size(); }
vector< valarray< float > > p1x1
◆ p1x1
| vector< valarray<float> > Output_Data::p1x1_1D::p1x1 |
|
private |
◆ pmax
| vector<float> Output_Data::p1x1_1D::pmax |
|
private |
◆ pmin
| vector<float> Output_Data::p1x1_1D::pmin |
|
private |
The documentation for this class was generated from the following files:
- /Users/archis/Dropbox/work/dev/oshun/oshun-OS/OSHUN/1d_cpp/source/export.h
- /Users/archis/Dropbox/work/dev/oshun/oshun-OS/OSHUN/1d_cpp/source/export.cpp