atlas::interpolation::method::CubicHorizontalLimiter class

Public static functions

template<typename array_t>
static void limit(typename array_t::value_type& output, const std::array<std::array<idx_t, 4>, 4>& index, const array_t& input)
template<typename Value, int Rank>
static auto limit(const std::array<std::array<idx_t, 4>, 4>& index, const array::ArrayView<const Value, Rank>& input, array::ArrayView<Value, Rank>& output, idx_t r) -> std::enable_if<(Rank==1), void>::type
template<typename Value, int Rank>
static auto limit(const std::array<std::array<idx_t, 4>, 4>& index, const array::ArrayView<const Value, Rank>& input, array::ArrayView<Value, Rank>& output, idx_t r) -> std::enable_if<(Rank==2), void>::type
template<typename Value, int Rank>
static auto limit(const std::array<std::array<idx_t, 4>, 4>& index, const array::ArrayView<const Value, Rank>& input, array::ArrayView<Value, Rank>& output, idx_t r) -> std::enable_if<(Rank==3), void>::type

Constructors, destructors, conversion operators

CubicHorizontalLimiter() defaulted
This website is beyond its original expiry date and the content may be out of date. The site owner has been notified and may choose to extend the expiry date and remove this banner. If you have any questions about this, please visit our support portal.