cee::SharedMemorySymmetricTensor

class SharedMemorySymmetricTensor : public SymmetricTensor

A symmetric 3x3 tensor represented by 6 values: xx, yy, zz, xy, yz, zx.

This tensor does not own its data which provided when it is instantiated

Public Functions

SharedMemorySymmetricTensor(double *data)

Constructs a null tensor.

void setSharedData(double *data)

Sets the shared data pointer. 6 values will be used after this address in sequence : xx, yy, zz, xy, yz, zx.