ORB5X 1.0.0
Performance-portable global electromagnetic gyrokinetic PIC code
Loading...
Searching...
No Matches
orb5x::Util Member List

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::Utilstatic
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::Utilstatic
append_stat(const std::string &filename, const std::string &data)orb5x::Utilstatic
choose_int(const std::vector< int > &arr, int val)orb5x::Utilstatic
choose_int(const Kokkos::View< int * > &arr, int val)orb5x::Utilstatic
creatd_stat(const std::string &filename)orb5x::Utilstatic
execute_command_line_wrapper(const std::string &command)orb5x::Utilstatic
gaussj(Kokkos::View< Real ** > &a, Kokkos::View< Real ** > &b, int n, int m)orb5x::Utilstatic
HostVectorView typedeforb5x::Util
interp1(Real x, const Kokkos::View< Real * > &xp, const Kokkos::View< Real * > &yp)orb5x::Utilstatic
log2real(bool lin)orb5x::Utilstatic
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::Utilstatic
putarr_attime(const ViewType &arr, Real time, const std::string &name)orb5x::Utilstatic
zbrent(std::function< Real(Real)> func, Real x1, Real x2, Real tol)orb5x::Utilstatic