v0.13.2
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | List of all members
MoFEM::GetFTensor1FromPtrImpl< 3, S > Struct Template Reference

#include <include/Templates.hpp>

Public Member Functions

 GetFTensor1FromPtrImpl ()=delete
 

Static Public Member Functions

static auto get (double *ptr)
 

Detailed Description

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

Definition at line 825 of file Templates.hpp.

Constructor & Destructor Documentation

◆ GetFTensor1FromPtrImpl()

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

Member Function Documentation

◆ get()

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

Definition at line 827 of file Templates.hpp.

827 {
829 &ptr[HVEC0], &ptr[HVEC1], &ptr[HVEC2]);
830 }
@ HVEC0
Definition: definitions.h:186
@ HVEC1
Definition: definitions.h:186
@ HVEC2
Definition: definitions.h:186

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