21 #ifndef fiber_collection_of_shapeset_transformations_hpp
22 #define fiber_collection_of_shapeset_transformations_hpp
24 #include "../common/common.hpp"
26 #include "scalar_traits.hpp"
32 template <
typename T>
class CollectionOf3dArrays;
33 template <
typename ValueType>
class BasisData;
34 template <
typename CoordinateType>
class GeometricalData;
63 template <
typename CoordinateType_>
67 typedef CoordinateType_ CoordinateType;
113 virtual void addDependencies(
size_t& basisDeps,
size_t& geomDeps)
const = 0;
Traits of scalar types.
Definition: scalar_traits.hpp:40
Storage of geometrical data.
Definition: geometrical_data.hpp:54
Definition: collection_of_3d_arrays.hpp:39
Storage of values and/or derivatives of shape functions.
Definition: basis_data.hpp:44