Celeritas 0.6.0-rc.2.40+develop.df0b0c3b
|
#include <vector>
#include "corecel/Types.hh"
#include "corecel/cont/EnumArray.hh"
#include "corecel/grid/SplineDerivCalculator.hh"
#include "celeritas/Types.hh"
Classes | |
struct | celeritas::inp::Interpolation |
Interpolation options for the physics grids. More... | |
struct | celeritas::inp::Grid |
A grid of increasing, sorted 1D data. More... | |
struct | celeritas::inp::UniformGrid |
A uniform grid of increasing, sorted 1D data. More... | |
struct | celeritas::inp::TwodGrid |
An increasing, sorted 2D grid with node-centered data. More... | |
Namespaces | |
namespace | celeritas::inp |
Configure Celeritas input. | |
Functions | |
bool | celeritas::inp::operator== (TwodGrid const &a, TwodGrid const &b) |
Equality operator, mainly for debugging. | |