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
9
namespace
MeshLib
10
{
11
class
Element
;
25
std::vector<Eigen::MatrixXd>
getElementRotationMatrices
(
26
int
const
space_dimension,
int
const
mesh_dimension,
27
std::vector<Element*>
const
& elements);
28
}
// namespace MeshLib
MeshLib::Element
Definition
Element.h:25
MeshLib
Definition
ProjectData.h:30
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:13
MeshLib
Utils
GetElementRotationMatrices.h
Generated by
1.14.0