v0.14.0
Static Public Member Functions | List of all members
MoFEM::GetFTensor3DgFromMatImpl< 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::GetFTensor3DgFromMatImpl< 1, 1, S, T, ublas::row_major, A >

Definition at line 434 of file Templates.hpp.

Member Function Documentation

◆ get()

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

Definition at line 435 of file Templates.hpp.

435  {
436 #ifndef NDEBUG
437  if (data.size1() != 1)
439  "getFTensor3DgFromMat<1, 1>: wrong size of data matrix, number "
440  "of rows should be 1 but is " +
441  boost::lexical_cast<std::string>(data.size1()));
442 #endif
443  return FTensor::Dg<FTensor::PackPtr<double *, S>, 1, 1>{&data(0, 0)};
444  }

The documentation for this struct was generated from the following file:
THROW_MESSAGE
#define THROW_MESSAGE(msg)
Throw MoFEM exception.
Definition: definitions.h:561
FTensor::Dg
Definition: Dg_value.hpp:9