OGS
ElementCoordinatesMappingLocal.cpp File Reference

Detailed Description

Definition in file ElementCoordinatesMappingLocal.cpp.

#include "ElementCoordinatesMappingLocal.h"
#include <cassert>
#include <limits>
#include "GeoLib/AnalyticalGeometry.h"
#include "MathLib/MathTools.h"
#include "MathLib/Point3d.h"
#include "MeshLib/Elements/Element.h"
#include "MeshLib/Node.h"
Include dependency graph for ElementCoordinatesMappingLocal.cpp:

Go to the source code of this file.

Namespaces

 detail
 
 MeshLib
 

Functions

void detail::rotateToLocal (const MeshLib::RotationMatrix &matR2local, std::vector< MathLib::Point3d > &points)
 rotate points to local coordinates More...
 
MeshLib::RotationMatrix detail::getRotationMatrixToGlobal (const unsigned element_dimension, const unsigned global_dim, const std::vector< MathLib::Point3d > &points)