OGS
GetElementRotationMatrices.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) OpenGeoSys Community (opengeosys.org)
2// SPDX-License-Identifier: BSD-3-Clause
3
4#pragma once
5
6#include <Eigen/Core>
7#include <vector>
8
9namespace MeshLib
10{
11class Element;
25std::vector<Eigen::MatrixXd> getElementRotationMatrices(
26 int const space_dimension, int const mesh_dimension,
27 std::vector<Element*> const& elements);
28} // namespace MeshLib
std::vector< Eigen::MatrixXd > getElementRotationMatrices(int const space_dimension, int const mesh_dimension, std::vector< Element * > const &elements)
Element rotation matrix computation.