OGS
|
Created on May 14, 2021, 2:38 PM
Definition in file GetElementRotationMatrices.cpp.
#include "GetElementRotationMatrices.h"
#include "GetSpaceDimension.h"
#include "MeshLib/ElementCoordinatesMappingLocal.h"
#include "MeshLib/Elements/Elements.h"
#include "MeshLib/Mesh.h"
Go to the source code of this file.
Namespaces | |
namespace | MeshLib |
Functions | |
std::vector< Eigen::MatrixXd > | MeshLib::getElementRotationMatrices (int const space_dimension, int const mesh_dimension, std::vector< Element * > const &elements) |
Element rotation matrix computation. | |