Contents Menu Expand Light mode Dark mode Auto light/dark mode
FOCUS documentation
Logo
FOCUS documentation

Code documentation

  • G-EQDSK file format
  • Interpolations
  • Chebyshev polynomials
  • Focker-Plank
  • odeint: Ordinary Differential Equations Integrator
  • Implemented types
    • array.hpp
    • equilibrium.hpp
    • matrix_2d.hpp
    • pair.hpp
    • particle.hpp
    • scalar_field.hpp
    • vector.hpp
Back to top
Edit this page

Implemented types#

Here is a list of the types implemented in the code. Some types like pair and Array had to be implemented from scratch due to CUDA’s inability of using the C++ Standard Template Library, others are implemented fo convenience.

  • array.hpp
  • equilibrium.hpp
  • matrix_2d.hpp
  • pair.hpp
  • particle.hpp
  • scalar_field.hpp
  • vector.hpp
Next
array.hpp
Previous
odeint: Ordinary Differential Equations Integrator
Copyright © 2022, Michel Romero Rodríguez
Made with Sphinx and @pradyunsg's Furo