KASKADE 7 development version
Public Types | Public Member Functions | List of all members
Kaskade::Elastomechanics::DetIpm1< dim, Scalar > Class Template Reference

A class for computing determinants and their derivatives. More...

#include <elasto.hh>

Detailed Description

template<int dim, class Scalar>
class Kaskade::Elastomechanics::DetIpm1< dim, Scalar >

A class for computing determinants and their derivatives.

This class supports the evaluation of \( |I+A|-1 \) for \( A \in \mathbb{K}^{d\times d} \) in a numerically stable way also for small matrices close to zero.

Definition at line 188 of file elasto.hh.

Public Types

using Matrix = Dune::FieldMatrix< Scalar, dim, dim >
 

Public Member Functions

 DetIpm1 (Matrix const &A_)
 
Scalar d0 () const
 
Scalar d1 (Matrix const &dA) const
 
Scalar d2 (Matrix const &dA1, Matrix const &dA2) const
 

Member Typedef Documentation

◆ Matrix

template<int dim, class Scalar >
using Kaskade::Elastomechanics::DetIpm1< dim, Scalar >::Matrix = Dune::FieldMatrix<Scalar,dim,dim>

Definition at line 191 of file elasto.hh.

Constructor & Destructor Documentation

◆ DetIpm1()

template<int dim, class Scalar >
Kaskade::Elastomechanics::DetIpm1< dim, Scalar >::DetIpm1 ( Matrix const &  A_)
inline

Definition at line 193 of file elasto.hh.

Member Function Documentation

◆ d0()

template<int dim, class Scalar >
Scalar Kaskade::Elastomechanics::DetIpm1< dim, Scalar >::d0 ( ) const

◆ d1()

template<int dim, class Scalar >
Scalar Kaskade::Elastomechanics::DetIpm1< dim, Scalar >::d1 ( Matrix const &  dA) const

◆ d2()

template<int dim, class Scalar >
Scalar Kaskade::Elastomechanics::DetIpm1< dim, Scalar >::d2 ( Matrix const &  dA1,
Matrix const &  dA2 
) const

The documentation for this class was generated from the following file: