Implementation of the NeoHooke material model. More...
#include <ikarus/finiteelements/mechanics/materials/interface.hh>
#include <ikarus/utils/tensorutils.hh>
Go to the source code of this file.
Classes | |
struct | Ikarus::NeoHookeT< ScalarType_ > |
Implementation of the Neo-Hookean material model.The energy is computed as. More... | |
Namespaces | |
namespace | Ikarus |
Typedefs | |
typedef NeoHookeT< double > | Ikarus::NeoHooke |
Alias for NeoHookeT with double as the default scalar type. More... | |