v0.15.0
Loading...
Searching...
No Matches
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 1797 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 1798 of file Templates.hpp.

1798 {
1799 return invertTensor2by2(t, det, inv_t);
1800 }
MoFEMErrorCode invertTensor2by2(T1 &t, T2 &det, T3 &inv_t)
Calculate matrix inverse 2 by 2.
constexpr double t
plate stiffness
Definition plate.cpp:58

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