v0.14.0
Static Public Member Functions | List of all members
MoFEM::DeterminantTensorImpl< T, 3 > Struct Template Reference

#include <include/Templates.hpp>

Static Public Member Functions

static auto get (T &t)
 

Detailed Description

template<typename T>
struct MoFEM::DeterminantTensorImpl< T, 3 >

Definition at line 1530 of file Templates.hpp.

Member Function Documentation

◆ get()

template<typename T >
static auto MoFEM::DeterminantTensorImpl< T, 3 >::get ( T &  t)
inlinestatic

Definition at line 1531 of file Templates.hpp.

1531 { return determinantTensor3by3(t); }

The documentation for this struct was generated from the following file:
t
constexpr double t
plate stiffness
Definition: plate.cpp:59
MoFEM::determinantTensor3by3
static auto determinantTensor3by3(T &t)
Calculate the determinant of a 3x3 matrix or a tensor of rank 2.
Definition: Templates.hpp:1511