Holds temporary vectors used by getConstitutiveResponse Instead of allocating new arrays on the stack, we reuse the same memory in the hope of better cache efficiency There is on instance of this struct per thread. More...
Public Attributes | |
double | F [MAT_SIZE] |
double | Finv [MAT_SIZE] |
double | C [MAT_SIZE] |
double | Cinv [MAT_SIZE] |
double | S [MAT_SIZE] |
double | M [MAT_SIZE *MAT_SIZE] |
Static Public Attributes | |
static const size_t | MAT_SIZE = SimpleMaterial::MAT_SIZE |
Holds temporary vectors used by getConstitutiveResponse Instead of allocating new arrays on the stack, we reuse the same memory in the hope of better cache efficiency There is on instance of this struct per thread.
const size_t NeoHookean::NeoHookenTmpVec::MAT_SIZE = SimpleMaterial::MAT_SIZE [static] |