Implementation of the Ogden material model. More...
#include <ikarus/finiteelements/mechanics/materials/materialhelpers.hh>
#include <ikarus/finiteelements/mechanics/materials/tags.hh>
#include <ikarus/utils/tensorutils.hh>
Go to the source code of this file.
Classes | |
struct | Ikarus::Materials::OgdenT< ST_, n, tag > |
Implementation of the Ogden material model. More... | |
Namespaces | |
namespace | Ikarus |
namespace | Ikarus::Materials |
Typedefs | |
template<int n, PrincipalStretchTags tag> | |
using | Ikarus::Materials::Ogden = OgdenT< double, n, tag > |
Alias for OgdenT with double as the default scalar type. More... | |