v0.15.0
Loading...
Searching...
No Matches
MoFEM::DeterminantTensorImpl< T, 2 > 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, 2 >

Definition at line 1597 of file Templates.hpp.

Member Function Documentation

◆ get()

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

Definition at line 1598 of file Templates.hpp.

1598{ return determinantTensor2by2(t); }
static auto determinantTensor2by2(T &t)
Calculate the determinant of a 2x2 matrix or a tensor of rank 2.
constexpr double t
plate stiffness
Definition plate.cpp:58

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