|
ORB5X 1.0.0
Performance-portable global electromagnetic gyrokinetic PIC code
|
This is the complete list of members for orb5x::Util, including all inherited members.
| A3deriv(const Kokkos::View< Real * > &y_in, const Kokkos::View< Real * > &x_in, Kokkos::View< Real * > &dydx_out, const Kokkos::View< Real * > &x_out) | orb5x::Util | static |
| A3interp(const Kokkos::View< Real * > &y_in, const Kokkos::View< Real * > &x_in, Kokkos::View< Real * > &y_out, const Kokkos::View< Real * > &x_out) | orb5x::Util | static |
| append_stat(const std::string &filename, const std::string &data) | orb5x::Util | static |
| choose_int(const std::vector< int > &arr, int val) | orb5x::Util | static |
| choose_int(const Kokkos::View< int * > &arr, int val) | orb5x::Util | static |
| creatd_stat(const std::string &filename) | orb5x::Util | static |
| execute_command_line_wrapper(const std::string &command) | orb5x::Util | static |
| gaussj(Kokkos::View< Real ** > &a, Kokkos::View< Real ** > &b, int n, int m) | orb5x::Util | static |
| HostVectorView typedef | orb5x::Util | |
| interp1(Real x, const Kokkos::View< Real * > &xp, const Kokkos::View< Real * > &yp) | orb5x::Util | static |
| log2real(bool lin) | orb5x::Util | static |
| mrqcof(const Kokkos::View< Real * > &x, const Kokkos::View< Real * > &y, const Kokkos::View< Real * > &sig, Kokkos::View< Real * > &a, const Kokkos::View< int * > &ia, Kokkos::View< Real ** > &alpha, Kokkos::View< Real * > &beta, Real &chisq, std::function< void(Real, const HostVectorView &, Real &, HostVectorView &)> funcs) | orb5x::Util | static |
| putarr_attime(const ViewType &arr, Real time, const std::string &name) | orb5x::Util | static |
| zbrent(std::function< Real(Real)> func, Real x1, Real x2, Real tol) | orb5x::Util | static |