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

#include "include/Templates.hpp"

Public Member Functions

 GetFTensor1FromPtrImpl ()=delete
 

Static Public Member Functions

static auto get (T *ptr)
 

Detailed Description

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

Definition at line 805 of file Templates.hpp.

Constructor & Destructor Documentation

◆ GetFTensor1FromPtrImpl()

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

Member Function Documentation

◆ get()

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

Definition at line 807 of file Templates.hpp.

807 {
809 ptr + HVEC0, ptr + HVEC1, ptr + HVEC2);
810 }
@ HVEC0
@ HVEC1
@ HVEC2

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