OGS
GetElementRotationMatrices.h
Go to the documentation of this file.
1
12#pragma once
13
14#include <Eigen/Core>
15#include <vector>
16
17namespace MeshLib
18{
19class Element;
33std::vector<Eigen::MatrixXd> getElementRotationMatrices(
34 int const space_dimension, int const mesh_dimension,
35 std::vector<Element*> const& elements);
36} // namespace MeshLib
std::vector< Eigen::MatrixXd > getElementRotationMatrices(int const space_dimension, int const mesh_dimension, std::vector< Element * > const &elements)
Element rotation matrix computation.