Implementation of the Saint Venant-Kirchhoff 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::StVenantKirchhoffT< ST > |
Implementation of the Saint Venant-Kirchhoff material model.The energy is computed as. More... | |
Namespaces | |
namespace | Ikarus |
Typedefs | |
using | Ikarus::StVenantKirchhoff = StVenantKirchhoffT< double > |
Alias for StVenantKirchhoffT with double as the default scalar type. More... | |