PFASST++
boris_analyse.BorisData Class Reference
+ Inheritance diagram for boris_analyse.BorisData:
+ Collaboration diagram for boris_analyse.BorisData:

Public Member Functions

def __init__ (self, build_dir, nsteps, niter, nparticles)
 
def nsteps (self)
 
def niter (self)
 
def nparticles (self)
 
def x (self)
 
def y (self)
 
def z (self)
 
def x_c (self)
 
def y_c (self)
 
def z_c (self)
 
def x_ref (self)
 
def y_ref (self)
 
def z_ref (self)
 
def residual (self)
 
def energy (self)
 
def drift (self)
 
def distances (self)
 
def dist_min (self)
 
def dist_max (self)
 
def dist_mean (self)
 

Private Member Functions

def _get_coords (self, step, p)
 
def _read_data (self)
 

Private Attributes

 _build_dir
 
 _nsteps
 
 _niter
 
 _nparticles
 
 _x
 
 _y
 
 _z
 
 _x_c
 
 _y_c
 
 _z_c
 
 _x_ref
 
 _y_ref
 
 _z_ref
 
 _residual
 
 _energy
 
 _drift
 
 _distances
 
 _dist_min
 
 _dist_max
 
 _dist_mean
 

Detailed Description

Definition at line 16 of file boris_analyse.py.

Constructor & Destructor Documentation

def boris_analyse.BorisData.__init__ (   self,
  build_dir,
  nsteps,
  niter,
  nparticles 
)

Definition at line 17 of file boris_analyse.py.

Member Function Documentation

def boris_analyse.BorisData._get_coords (   self,
  step,
  p 
)
private

Definition at line 118 of file boris_analyse.py.

References boris_analyse.BorisData.x(), pfasst::examples::boris::ParticleError< scalar >.x, boris_analyse.BorisData.y(), pfasst::examples::boris::ParticleError< scalar >.y, pfasst::examples::advection_diffusion::FFT::workspace.z, boris_analyse.BorisData.z(), and pfasst::examples::boris::ParticleError< scalar >.z.

Referenced by boris_analyse.BorisData._read_data().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

def boris_analyse.BorisData.dist_max (   self)

Definition at line 111 of file boris_analyse.py.

References boris_analyse.BorisData._dist_max.

def boris_analyse.BorisData.dist_mean (   self)

Definition at line 115 of file boris_analyse.py.

References boris_analyse.BorisData._dist_mean.

def boris_analyse.BorisData.dist_min (   self)

Definition at line 107 of file boris_analyse.py.

References boris_analyse.BorisData._dist_min.

def boris_analyse.BorisData.distances (   self)

Definition at line 103 of file boris_analyse.py.

References boris_analyse.BorisData._distances.

def boris_analyse.BorisData.drift (   self)

Definition at line 99 of file boris_analyse.py.

References boris_analyse.BorisData._drift.

def boris_analyse.BorisData.energy (   self)

Definition at line 95 of file boris_analyse.py.

References boris_analyse.BorisData._energy.

def boris_analyse.BorisData.niter (   self)

Definition at line 47 of file boris_analyse.py.

References boris_analyse.BorisData._niter.

Referenced by boris_analyse.BorisData._read_data().

+ Here is the caller graph for this function:

def boris_analyse.BorisData.nparticles (   self)

Definition at line 51 of file boris_analyse.py.

References boris_analyse.BorisData._nparticles.

Referenced by boris_analyse.BorisData._read_data().

+ Here is the caller graph for this function:

def boris_analyse.BorisData.nsteps (   self)

Definition at line 43 of file boris_analyse.py.

References boris_analyse.BorisData._nsteps.

Referenced by boris_analyse.BorisData._read_data().

+ Here is the caller graph for this function:

def boris_analyse.BorisData.residual (   self)

Definition at line 91 of file boris_analyse.py.

References boris_analyse.BorisData._residual.

def boris_analyse.BorisData.x (   self)

Definition at line 55 of file boris_analyse.py.

References boris_analyse.BorisData._x.

Referenced by boris_analyse.BorisData._get_coords().

+ Here is the caller graph for this function:

def boris_analyse.BorisData.x_c (   self)

Definition at line 67 of file boris_analyse.py.

References boris_analyse.BorisData._x_c.

Referenced by boris_analyse.BorisData._read_data().

+ Here is the caller graph for this function:

def boris_analyse.BorisData.x_ref (   self)

Definition at line 79 of file boris_analyse.py.

References boris_analyse.BorisData._x_ref.

def boris_analyse.BorisData.y (   self)

Definition at line 59 of file boris_analyse.py.

References boris_analyse.BorisData._y.

Referenced by boris_analyse.BorisData._get_coords().

+ Here is the caller graph for this function:

def boris_analyse.BorisData.y_c (   self)

Definition at line 71 of file boris_analyse.py.

References boris_analyse.BorisData._y_c.

Referenced by boris_analyse.BorisData._read_data().

+ Here is the caller graph for this function:

def boris_analyse.BorisData.y_ref (   self)

Definition at line 83 of file boris_analyse.py.

References boris_analyse.BorisData._y_ref.

def boris_analyse.BorisData.z (   self)

Definition at line 63 of file boris_analyse.py.

References boris_analyse.BorisData._z.

Referenced by boris_analyse.BorisData._get_coords().

+ Here is the caller graph for this function:

def boris_analyse.BorisData.z_c (   self)

Definition at line 75 of file boris_analyse.py.

References boris_analyse.BorisData._z_c.

Referenced by boris_analyse.BorisData._read_data().

+ Here is the caller graph for this function:

def boris_analyse.BorisData.z_ref (   self)

Definition at line 87 of file boris_analyse.py.

References boris_analyse.BorisData._z_ref.

Member Data Documentation

boris_analyse.BorisData._build_dir
private

Definition at line 18 of file boris_analyse.py.

Referenced by boris_analyse.BorisData._read_data().

boris_analyse.BorisData._dist_max
private
boris_analyse.BorisData._dist_mean
private
boris_analyse.BorisData._dist_min
private
boris_analyse.BorisData._distances
private
boris_analyse.BorisData._drift
private
boris_analyse.BorisData._energy
private
boris_analyse.BorisData._niter
private

Definition at line 20 of file boris_analyse.py.

Referenced by boris_analyse.BorisData.niter().

boris_analyse.BorisData._nparticles
private
boris_analyse.BorisData._nsteps
private
boris_analyse.BorisData._residual
private
boris_analyse.BorisData._x
private
boris_analyse.BorisData._x_c
private
boris_analyse.BorisData._x_ref
private
boris_analyse.BorisData._y
private
boris_analyse.BorisData._y_c
private
boris_analyse.BorisData._y_ref
private
boris_analyse.BorisData._z
private
boris_analyse.BorisData._z_c
private
boris_analyse.BorisData._z_ref
private

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