v0.15.0
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
MoFEM::InvertTensorImpl< T1, T2, T3, 3 > 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, 3 >

Definition at line 1850 of file Templates.hpp.

Member Function Documentation

◆ invert()

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

Definition at line 1851 of file Templates.hpp.

1851 {
1852 return invertTensor3by3(t, det, inv_t);
1853 }
MoFEMErrorCode invertTensor3by3(ublas::matrix< T, L, A > &jac_data, ublas::vector< T, A > &det_data, ublas::matrix< T, L, A > &inv_jac_data)
Calculate inverse of tensor rank 2 at integration points.
constexpr double t
plate stiffness
Definition plate.cpp:58

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