#include <InterpolatedPotential.hh>
|
| InterpolatedPotential () |
|
| ~InterpolatedPotential ()=default |
|
void | dimension (utility::fixedsizearray1< Size, N > const &dims) |
|
utility::fixedsizearray1< Real,(1<< N) > & | operator() (Size i, Size j, Size k, Size l) |
|
utility::fixedsizearray1< Real,(1<< N) > & | operator() (utility::fixedsizearray1< Size, N > const &indices) |
|
utility::fixedsizearray1< Real,(1<< N) > const & | operator() (utility::fixedsizearray1< Size, N > const &indices) const |
|
utility::fixedsizearray1< Size, N > const & | grid_size () const |
|
std::pair< Real, Real > const & | axis_range (Size const n) const |
|
utility::fixedsizearray1< Real, N > const & | bin_width () const |
|
void | set_bin_width (utility::fixedsizearray1< Real, N > const &values) |
|
void | get_indices (utility::fixedsizearray1< Real, N > const &values, utility::fixedsizearray1< Size, N > &bins, utility::fixedsizearray1< Size, N > &next_bins, utility::fixedsizearray1< Real, N > &partial) const |
|
void | set_periodic (bool const setting) |
|
void | set_periodic (utility::fixedsizearray1< bool, N > const &periodic) |
|
◆ InterpolatedPotential()
◆ ~InterpolatedPotential()
◆ axis_range()
◆ bin_width()
◆ dimension()
◆ get_indices()
◆ grid_size()
◆ operator()() [1/3]
◆ operator()() [2/3]
◆ operator()() [3/3]
◆ set_bin_width()
◆ set_periodic() [1/2]
◆ set_periodic() [2/2]
◆ axis_ranges_
◆ bin_width_
◆ grid_size_
◆ gridpoints_
◆ periodic_
The documentation for this class was generated from the following files: