15 #include "CeeUnstructGrid/Base.h" 16 #include "CeeCore/Vec3d.h" 17 #include "CeeCore/SymmetricTensor.h" 39 void setSpatialDimension(
int spatialDimension);
40 bool addSubItem(
double* data,
size_t dataCount);
42 size_t subItemCount()
const;
44 double scalar()
const;
48 double subItemScalar(
size_t subItemIndex)
const;
49 Vec3d subItemVector(
size_t subItemIndex)
const;
52 double averageSubItemScalar()
const;
53 Vec3d averageSubItemVector()
const;
Namespace cee contains all functionality and structures under the Core component. ...
Definition: AppComponent.cpp:26
bool operator==(const PtrRef< T1 > &a, const PtrRef< T2 > &b)
Returns true if the internal pointers of refs a and b are equal.
Definition: PtrRef.h:57
A ResultsQuery result that contains the values found by a ResultsQuery on one ResultsQueryItem.
Definition: ResultsQueryResult.h:29
A symmetric 3x3 tensor represented by 6 values: xx, yy, zz, xy, yz, zx.
Definition: SymmetricTensor.h:26
Vector class for a 3D double vector.
Definition: Vec3d.h:26