v0.14.0
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
MoFEM::GetFTensor4FromMatImpl< 1, 1, 1, 1, S, T, ublas::row_major, A > Struct Template Reference

#include <include/Templates.hpp>

Static Public Member Functions

static auto get (ublas::matrix< T, ublas::row_major, A > &data)
 

Detailed Description

template<int S, class T, class A>
struct MoFEM::GetFTensor4FromMatImpl< 1, 1, 1, 1, S, T, ublas::row_major, A >

Definition at line 630 of file Templates.hpp.

Member Function Documentation

◆ get()

template<int S, class T , class A >
static auto MoFEM::GetFTensor4FromMatImpl< 1, 1, 1, 1, S, T, ublas::row_major, A >::get ( ublas::matrix< T, ublas::row_major, A > &  data)
inlinestatic

Definition at line 631 of file Templates.hpp.

631 {
632#ifndef NDEBUG
633 if (data.size1() != 1)
635 "getFTensor4FromMat<1, 1, 1, 1>: wrong size of data matrix, number "
636 "of rows should be 1 but is " +
637 boost::lexical_cast<std::string>(data.size1()));
638#endif
640 &data(0, 0)};
641 }
#define THROW_MESSAGE(msg)
Throw MoFEM exception.
Definition: definitions.h:561

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