|
antioch-0.4.0
|
Stores the incoming flux of particles. More...
#include <particle_flux.h>
Public Member Functions | |
| ParticleFlux () | |
| ParticleFlux (const VectorCoeffType &x, const VectorCoeffType &flux) | |
| ~ParticleFlux () | |
| bool | updated () const |
| bool | x_updated () const |
| const VectorCoeffType & | abscissa () const |
| const VectorCoeffType & | flux () const |
| template<typename VectorStateType > | |
| void | set_abscissa (const VectorStateType &x) |
| template<typename VectorStateType > | |
| void | set_flux (const VectorStateType &flux) |
| void | update_done () |
| void | add_a_reaction () |
| void | remove_a_reaction () |
Private Attributes | |
| VectorCoeffType | _abscissa |
| VectorCoeffType | _flux |
| bool | _updated |
| bool | _x_updated |
| unsigned int | _n_coupled |
| unsigned int | _n_updated |
Stores the incoming flux of particles.
Definition at line 38 of file particle_flux.h.
|
inline |
Definition at line 164 of file particle_flux.h.
|
inline |
Definition at line 182 of file particle_flux.h.
|
inline |
Definition at line 175 of file particle_flux.h.
|
inline |
Definition at line 86 of file particle_flux.h.
|
inline |
Definition at line 108 of file particle_flux.h.
|
inline |
Definition at line 93 of file particle_flux.h.
|
inline |
Definition at line 100 of file particle_flux.h.
|
inline |
Definition at line 146 of file particle_flux.h.
|
inline |
Definition at line 156 of file particle_flux.h.
|
inline |
Definition at line 131 of file particle_flux.h.
|
inline |
Definition at line 117 of file particle_flux.h.
|
inline |
Definition at line 124 of file particle_flux.h.
|
private |
Definition at line 41 of file particle_flux.h.
|
private |
Definition at line 42 of file particle_flux.h.
|
private |
Definition at line 45 of file particle_flux.h.
|
private |
Definition at line 46 of file particle_flux.h.
|
private |
Definition at line 43 of file particle_flux.h.
|
private |
Definition at line 44 of file particle_flux.h.