#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< 3, 3, 6, S, T, ublas::row_major, A >
Definition at line 742 of file Templates.hpp.
◆ get()
template<int S, class T , class A >
Definition at line 743 of file Templates.hpp.
745 if (data.size1() != 54)
747 "getFTensor3FromMat<3, 3, 6>: wrong size of data matrix, number "
748 "of rows should be 54 but is " +
749 boost::lexical_cast<std::string>(data.size1()));
751 std::array<double *, 54> ptrs;
752 for (
auto i = 0;
i != 54; ++
i)
753 ptrs[
i] = &data(
i, 0);
The documentation for this struct was generated from the following file: