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