Data Structures | |
| class | AbstFunctor |
| class | Axis |
| class | AxisBundle |
| class | CAxis |
| class | LEAPs |
| class | LEAPv |
| class | PEFRL |
| class | RK2 |
| class | RK3 |
| class | RK4 |
Functions | |
| template<typename T > | |
| valarray< T > | MakeAxis (const T min, const T max, const size_t N) |
| template<typename T > | |
| valarray< T > | MakeCAxis (const T min, const T max, const size_t N) |
| template<class T > | |
| valarray< T > | Legendre (const T x, const size_t Nl) |
| template<class T > | |
| Array2D< T > | Legendre (const T x, const size_t Nl, const size_t Nm) |
| template<class T > | |
| T | moment (const vector< T > q, const vector< T > x, const int p) |
| template<class T > | |
| T | moment (const vector< T > q, const valarray< T > x, const int p) |
| template<class T > | |
| T | moment (const valarray< T > q, const valarray< T > x, const int p) |
| template<class T > | |
| T | relativistic_invg_moment (const vector< T > q, const valarray< T > x, const int p) |
| template<class T > | |
| T | relativistic_invg_moment (const valarray< T > q, const valarray< T > x, const int p) |
| template<class T > | |
| T | relativistic_gamma_moment (const valarray< T > q, const valarray< T > x, const int p) |
| valarray<T> Algorithms::Legendre | ( | const T | x, |
| const size_t | Nl | ||
| ) |
Definition at line 227 of file lib-algorithms.h.
Referenced by Output_Data::PLegendre1D::PLegendre1D(), and Output_Data::PLegendre2D::PLegendre2D().

| Array2D<T> Algorithms::Legendre | ( | const T | x, |
| const size_t | Nl, | ||
| const size_t | Nm | ||
| ) |
Definition at line 249 of file lib-algorithms.h.
| valarray<T> Algorithms::MakeAxis | ( | const T | min, |
| const T | max, | ||
| const size_t | N | ||
| ) |
Definition at line 25 of file lib-algorithms.h.
Referenced by Algorithms::Axis< T >::Axis(), Output_Data::p2p1x1_1D::p2p1x1_1D(), Output_Data::PLegendre1D::PLegendre1D(), and Output_Data::PLegendre2D::PLegendre2D().

| valarray<T> Algorithms::MakeCAxis | ( | const T | min, |
| const T | max, | ||
| const size_t | N | ||
| ) |
Definition at line 36 of file lib-algorithms.h.
Referenced by Export_Files::Header::axis(), Algorithms::CAxis< T >::CAxis(), DistFunc1D::getcurrent(), DistFunc1D::getdensity(), DistFunc1D::getpressure(), Output_Data::Output_Preprocessor_1D::Jx(), Output_Data::Output_Preprocessor_1D::Jy(), Output_Data::Output_Preprocessor_1D::Jz(), Output_Data::Output_Preprocessor_1D::n(), Output_Data::Output_Preprocessor_1D::Qx(), Output_Data::Output_Preprocessor_1D::Qy(), Output_Data::Output_Preprocessor_1D::Qz(), Output_Data::Output_Preprocessor_1D::T(), Output_Data::Output_Preprocessor_1D::vNx(), Output_Data::Output_Preprocessor_1D::vNy(), and Output_Data::Output_Preprocessor_1D::vNz().

| T Algorithms::moment | ( | const vector< T > | q, |
| const vector< T > | x, | ||
| const int | p | ||
| ) |
Definition at line 305 of file lib-algorithms.h.
Referenced by interspecies_f00_explicit_step::calculateintegrals(), DistFunc1D::getdensity(), DistFunc1D::getpressure(), Output_Data::Output_Preprocessor_1D::Jx(), Output_Data::Output_Preprocessor_1D::Jy(), Output_Data::Output_Preprocessor_1D::Jz(), Output_Data::Output_Preprocessor_1D::n(), Output_Data::Output_Preprocessor_1D::Qx(), Output_Data::Output_Preprocessor_1D::Qy(), Output_Data::Output_Preprocessor_1D::Qz(), Output_Data::Output_Preprocessor_1D::T(), Output_Data::Output_Preprocessor_1D::vNx(), Output_Data::Output_Preprocessor_1D::vNy(), and Output_Data::Output_Preprocessor_1D::vNz().

| T Algorithms::moment | ( | const vector< T > | q, |
| const valarray< T > | x, | ||
| const int | p | ||
| ) |
Definition at line 331 of file lib-algorithms.h.
| T Algorithms::moment | ( | const valarray< T > | q, |
| const valarray< T > | x, | ||
| const int | p | ||
| ) |
Definition at line 355 of file lib-algorithms.h.
| T Algorithms::relativistic_gamma_moment | ( | const valarray< T > | q, |
| const valarray< T > | x, | ||
| const int | p | ||
| ) |
Definition at line 445 of file lib-algorithms.h.
| T Algorithms::relativistic_invg_moment | ( | const vector< T > | q, |
| const valarray< T > | x, | ||
| const int | p | ||
| ) |
Definition at line 382 of file lib-algorithms.h.
Referenced by DistFunc1D::getcurrent().

| T Algorithms::relativistic_invg_moment | ( | const valarray< T > | q, |
| const valarray< T > | x, | ||
| const int | p | ||
| ) |
Definition at line 414 of file lib-algorithms.h.