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

1791 {
1792 return invertTensor3by3(t, det, inv_t);
1793 }
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: