#include <include/Templates.hpp>
|
static auto | get (ublas::matrix< T, ublas::row_major, A > &data) |
|
template<int S, class T, class A>
struct MoFEM::GetFTensor3FromMatImpl< 2, 2, 3, S, T, ublas::row_major, A >
Definition at line 688 of file Templates.hpp.
◆ get()
template<int S, class T , class A >
Definition at line 689 of file Templates.hpp.
691 if (data.size1() != 12)
693 "getFTensor3FromMat<2, 2, 3>: wrong size of data matrix, number "
694 "of rows should be 12 but is " +
695 boost::lexical_cast<std::string>(data.size1()));
698 &data(0, 0), &data(1, 0), &data(2, 0), &data(3, 0),
699 &data(4, 0), &data(5, 0), &data(6, 0), &data(7, 0),
700 &data(8, 0), &data(9, 0), &data(10, 0), &data(11, 0)};
The documentation for this struct was generated from the following file: