15 #include "CeeUnstructGrid/Base.h" 17 #include "CeeCore/RefCountedObject.h" 18 #include "CeeCore/SymmetricTensor.h" 41 const double* rawValuePointer()
const;
42 double* rawValuePointer();
44 void resize(
size_t count);
46 void setValueUndefined(
size_t index);
48 void setValues(
const std::vector<SymmetricTensor>& values);
49 void setValues(
const double values[],
size_t symmetricTensorCount);
Symmetric tensor results for all parts in the geometry.
Definition: DataResultSymmetricTensor.h:29
Namespace cee contains all functionality and structures under the Core component. ...
Definition: AppComponent.cpp:26
Symmetric tensor result values for a part.
Definition: DataPartSymmetricTensor.h:31
A symmetric 3x3 tensor represented by 6 values: xx, yy, zz, xy, yz, zx.
Definition: SymmetricTensor.h:26
Base class for all reference counted objects with built-in support for intrusive reference counting...
Definition: RefCountedObject.h:34