#include <atlas/parallel/GatherScatter.h>
template<typename DATA_TYPE>
Field class
Constructors, destructors, conversion operators
- Field()
-
Field(const DATA_TYPE data_[],
const idx_
t var_strides_[], const idx_ t var_shape_[], const idx_ t var_rank_) -
Field(const DATA_TYPE data_[],
const idx_
t nb_vars) -
template<typename Value, int Rank>Field(const array::
ArrayView<Value, Rank>& arr) -
template<typename Value, int Rank>Field(const array::
LocalView<Value, Rank>& arr)
Public variables
- DATA_TYPE* data
-
std::
vector<idx_ t> var_strides -
std::
vector<idx_ t> var_shape -
idx_
t var_rank