Serac  0.1
Serac is an implicit thermal strucural mechanics simulation code.
serac::isotropic_tensor< T, n > Struct Template Reference

an object representing a highly symmetric kind of tensor, that is interoperable with serac::tensor, but uses less memory and performs less calculation than its dense counterpart More...

Detailed Description

template<typename T, int... n>
struct serac::isotropic_tensor< T, n >

an object representing a highly symmetric kind of tensor, that is interoperable with serac::tensor, but uses less memory and performs less calculation than its dense counterpart

Template Parameters
TThe type stored at each index
nThe dimensions of the tensor
Note
partial indexing of isotropic tensors is not currently supported, you must provide the operator() exactly sizeof ... (n) indices

Definition at line 32 of file isotropic_tensor.hpp.


The documentation for this struct was generated from the following file: