NeoHookean::NeoHookenTmpVec Struct Reference

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...

List of all members.

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

Detailed Description

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.


Member Data Documentation


The documentation for this struct was generated from the following file:
Generated on Tue Aug 2 11:51:27 2011 for Galois by  doxygen 1.6.3