Streamer fluid modeling - An overview of ARCoS  1.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | Public Attributes | List of all members
pois_grid_t Struct Reference

#include <poisson.h>

Public Member Functions

 LEAF_FIELDS (pois_grid_t)
 

Public Attributes

 RECT_COORDS
 
int ext_bound
 
rz_array_tphi
 
rz_array_tcharge
 
rz_array_terror
 

Detailed Description

With this structure we define a "problem" for the Poisson/Helmholtz solver. Thus we differentiate between the electrostatic (Poisson) or the photo-ionization (Helmholtz) uses.

Definition at line 16 of file poisson.h.

Member Function Documentation

pois_grid_t::LEAF_FIELDS ( pois_grid_t  )

Member Data Documentation

pois_grid_t::RECT_COORDS

Definition at line 17 of file poisson.h.

int pois_grid_t::ext_bound

Definition at line 19 of file poisson.h.

rz_array_t* pois_grid_t::phi

Definition at line 21 of file poisson.h.

rz_array_t* pois_grid_t::charge

Definition at line 22 of file poisson.h.

rz_array_t* pois_grid_t::error

Definition at line 23 of file poisson.h.


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