1#ifndef __FIBER_GRID_FRAGMENT_HPP
2#define __FIBER_GRID_FRAGMENT_HPP
valarray< size_t > size() const
_Expr< _ValFunClos< _ValArray, _Tp >, _Tp > apply(_Tp __func(_Tp)) const
size_type size() const noexcept
An iterator with an optional DataCreator, which is just a class to intercept creation of data along a...
Definition CreativeIterator.hpp:34
A collection of arbitrarily named Field references.
Definition Fragment.hpp:70
Data structure describing all fields available per fragment, which is a selection of createable data ...
Definition Fragment.hpp:38
Implementation of an Iterator to a sequence of elements, which might be contiguous or a projection of...
Definition vector/Iterator.hpp:525
T & operator[](index_t i) const
Access an element of the array, writeable.
Definition vector/Iterator.hpp:712
std::map< string, RefPtr< CreativeArrayBase > > FragmentMap_t
Mapping of arbitary names to field fragments.
Definition Fragment.hpp:12
map< string, RefPtr< Field > > FieldMap_t
Mapping of names to fields.
Definition Fragment.hpp:17
Given a fragmented field of curvilinear coordinates, (3D array of coordinates), build a uniform Grid ...
Definition FAQ.dox:2
Definition Fragment.hpp:83
Definition Fragment.hpp:52