FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
FragmentAttributeNames.hpp
1#ifndef __FIBER_FIELD_FRAGMENTATTRIBUTES_HPP
2#define __FIBER_FIELD_FRAGMENTATTRIBUTES_HPP
3
4namespace Fiber
5{
6
7namespace AttributeNames
8{
9
10namespace Fragment
11{
12
13constexpr const char
14 *GhostSizes = "GhostSizes",
15 *GhostRange = "GhostRange",
16 *CellTensor = "CellTensor",
17 *CellSize = "CellSize";
18
19}
20
21
22}
23
24}
25
26
27#endif // __FIBER_FIELD_FRAGMENTATTRIBUTES_HPP
Given a fragmented field of curvilinear coordinates, (3D array of coordinates), build a uniform Grid ...
Definition FAQ.dox:2