#include <state.h>
|
| | State2D (size_t nx, size_t ny, vector< size_t > l0, vector< size_t > m0, vector< size_t > np, vector< double > q, vector< double > ma) |
| |
| | State2D (const State2D &other) |
| |
| | ~State2D () |
| |
| size_t | Species () const |
| |
| size_t | Fields () const |
| |
| DistFunc2D & | DF (size_t s) |
| |
| DistFunc2D & | DF (size_t s) const |
| |
| SHarmonic2D & | SH (size_t s, size_t lh, size_t mh) |
| |
| SHarmonic2D & | SH (size_t s, size_t lh, size_t mh) const |
| |
| SHarmonic2D * | SHp (size_t s, size_t lh, size_t mh) |
| |
| SHarmonic2D * | SHp (size_t s, size_t lh, size_t mh) const |
| |
| EMF2D & | EMF () const |
| |
| Field2D & | FLD (size_t ip) const |
| |
| State2D & | operator= (const State2D &other) |
| |
| State2D & | operator= (const complex< double > &d) |
| |
| State2D & | operator*= (const State2D &other) |
| |
| State2D & | operator*= (const complex< double > &d) |
| |
| State2D & | operator+= (const State2D &other) |
| |
| State2D & | operator+= (const complex< double > &d) |
| |
| State2D & | operator-= (const State2D &other) |
| |
| State2D & | operator-= (const complex< double > &d) |
| |
Definition at line 637 of file state.h.
The documentation for this class was generated from the following files:
- /Users/archis/Dropbox/work/dev/oshun/oshun-OS/OSHUN/1d_cpp/source/state.h
- /Users/archis/Dropbox/work/dev/oshun/oshun-OS/OSHUN/1d_cpp/source/state.cpp