#include <vector>
#include <string>
#include <iostream>
#include <algorithm>
#include <cmath>
#include <cassert>
#include "Galois/Runtime/PerCPU.h"
Go to the source code of this file.
Classes | |
class | Material |
Material.h DG++. More... | |
class | SimpleMaterial |
Material whose thermodynamic state depends only on the local strain. More... | |
class | NeoHookean |
NeoHookean constitutive behavior. More... | |
struct | NeoHookean::NeoHookenTmpVec |
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... | |
class | LinearElasticBase |
Linear Elastic constitutive behavior. More... | |
class | IsotropicLinearElastic |
Isotropic, unstressed Linear Elastic constitutive behavior. More... |