|
DiFfRG
|
#include <cmath>#include <stdexcept>#include <tuple>#include <vector>#include <DiFfRG/common/cuda_prefix.hh>#include <DiFfRG/common/utils.hh>Go to the source code of this file.
Classes | |
| class | DiFfRG::CoordinatePackND< Coordinates > |
| Utility class for combining multiple coordinate systems into one. More... | |
| class | DiFfRG::LinearCoordinates1D< NT > |
| class | DiFfRG::LogarithmicCoordinates1D< NT > |
Namespaces | |
| namespace | DiFfRG |
Concepts | |
| concept | IsCoordinate |
Functions | |
| template<typename Coordinates > | |
| auto | DiFfRG::make_grid (const Coordinates &coordinates) |
| template<typename Coordinates > | |
| auto | DiFfRG::make_idx_grid (const Coordinates &coordinates) -> std::vector< double > |