Implementation of the InvariantBased material model. More...
#include <ikarus/finiteelements/mechanics/materials/hyperelastic/deviatoric/deviatoricinvariants.hh>
#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::InvariantBasedT< ST_, n > |
Implementation of the InvariantBased material model. More... | |
Namespaces | |
namespace | Ikarus |
namespace | Ikarus::Materials |
Typedefs | |
template<int n> | |
using | Ikarus::Materials::InvariantBased = InvariantBasedT< double, n > |
Alias for InvariantBasedT with double as the default scalar type. More... | |