#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, 2, S, T, ublas::row_major, A >
Definition at line 653 of file Templates.hpp.
◆ get()
template<int S, class T , class A >
Definition at line 654 of file Templates.hpp.
656 if (data.size1() != 8)
658 "getFTensor3FromMat<2, 2, 2>: wrong size of data matrix, number "
659 "of rows should be 8 but is " +
660 boost::lexical_cast<std::string>(data.size1()));
663 &data(0, 0), &data(1, 0), &data(2, 0), &data(3, 0), &data(4, 0),
664 &data(5, 0), &data(6, 0), &data(7, 0)
The documentation for this struct was generated from the following file: