1#ifndef FIBERTYPEINDEX_HPP
2#define FIBERTYPEINDEX_HPP "Created 05.06.2020 17:49:00 by werner"
23 unsigned mem_size = 0;
52 unsigned array_element_size = 0;
76 int chart_dimension = 0;
81#if (__cplusplus == 201703L)
82#pragma message "Compiling with C++17 does not allow for fibertype index comparisions."
basic_string< char > string
An iterator with an optional DataCreator, which is just a class to intercept creation of data along a...
Definition CreativeIterator.hpp:34
auto value_type_size() const
How many bytes this object occupies in memory.
Definition FiberTypeIndex.hpp:93
index_t multiplicity() const
Return number of elements which form an entity.
Definition HyperslabParameters.hpp:116
Given a fragmented field of curvilinear coordinates, (3D array of coordinates), build a uniform Grid ...
Definition FAQ.dox:2
Definition FiberTypeIndex.hpp:12
auto operator<=>(const FiberTypeIndex &) const =default
https://en.cppreference.com/w/cpp/language/default_comparisons https://devblogs.microsoft....
std::string chart_name
Return the textual naming scheme of the ith coordinate.
Definition FiberTypeIndex.hpp:64