11#ifndef __EXPLODETENSOR_HPP
12#define __EXPLODETENSOR_HPP
14#include <field/MemBase.hpp>
15#include <fiberop/TensorProperties.hpp>
17#include <grid/Representation.hpp>
18#include <eagle/PhysicalSpace.hpp>
19#include "fiberopDllApi.h"
34 bool HasExplosion()
const
36 if (pGxx && pGyy && pGzz && pGxy && pGxz && pGyz)
44 return HasExplosion();
51 bool Discardable =
true);
An iterator with an optional DataCreator, which is just a class to intercept creation of data along a...
Definition CreativeIterator.hpp:34
A Representation is a set of Field objects, each of them accessed via some FieldID identifier.
Definition Representation.hpp:101
Given a fragmented field of curvilinear coordinates, (3D array of coordinates), build a uniform Grid ...
Definition FAQ.dox:2
Definition ExplodeTensor.hpp:25