v0.15.0
Loading...
Searching...
No Matches
MoFEM::GetFTensor1FromPtrImpl< 4, 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< 4, S, T >

Definition at line 813 of file Templates.hpp.

Constructor & Destructor Documentation

◆ GetFTensor1FromPtrImpl()

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

Member Function Documentation

◆ get()

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

Definition at line 815 of file Templates.hpp.

815 {
816 return FTensor::Tensor1<FTensor::PackPtr<T *, S>, 4>(ptr + 0, ptr + 1,
817 ptr + 2, ptr + 3);
818 }

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