v0.14.0
Static Public Member Functions | List of all members
MoFEM::InvertTensorImpl< T1, T2, T3, 2 > Struct Template Reference

#include <include/Templates.hpp>

Static Public Member Functions

static MoFEMErrorCode invert (T1 &t, T2 &det, T3 &inv_t)
 

Detailed Description

template<typename T1, typename T2, typename T3>
struct MoFEM::InvertTensorImpl< T1, T2, T3, 2 >

Definition at line 1734 of file Templates.hpp.

Member Function Documentation

◆ invert()

template<typename T1 , typename T2 , typename T3 >
static MoFEMErrorCode MoFEM::InvertTensorImpl< T1, T2, T3, 2 >::invert ( T1 &  t,
T2 &  det,
T3 &  inv_t 
)
inlinestatic

Definition at line 1735 of file Templates.hpp.

1735  {
1736  return invertTensor2by2(t, det, inv_t);
1737  }

The documentation for this struct was generated from the following file:
MoFEM::invertTensor2by2
MoFEMErrorCode invertTensor2by2(T1 &t, T2 &det, T3 &inv_t)
Calculate matrix inverse 2 by 2.
Definition: Templates.hpp:1620
t
constexpr double t
plate stiffness
Definition: plate.cpp:59