v0.15.0
Loading...
Searching...
No Matches
MoFEM::GetFTensor2FromPtr< 3, 2, S, T > Struct Template Reference

#include "include/Templates.hpp"

Public Member Functions

 GetFTensor2FromPtr ()=delete
 

Static Public Member Functions

static auto get (T *ptr)
 

Detailed Description

template<int S, typename T>
struct MoFEM::GetFTensor2FromPtr< 3, 2, S, T >

Definition at line 858 of file Templates.hpp.

Constructor & Destructor Documentation

◆ GetFTensor2FromPtr()

template<int S, typename T >
MoFEM::GetFTensor2FromPtr< 3, 2, S, T >::GetFTensor2FromPtr ( )
delete

Member Function Documentation

◆ get()

template<int S, typename T >
static auto MoFEM::GetFTensor2FromPtr< 3, 2, S, T >::get ( T * ptr)
inlinestatic

Definition at line 860 of file Templates.hpp.

860 {
862 ptr + 0, ptr + 1, ptr + 2, ptr + 3, ptr + 4, ptr + 5);
863 }

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