![]() |
OGS
|
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"Go to the source code of this file.
Namespaces | |
| namespace | detail |
| namespace | MeshLib |
Functions | |
| void | detail::rotateToLocal (const MeshLib::RotationMatrix &matR2local, std::vector< MathLib::Point3d > &points) |
| rotate points to local coordinates | |
| MeshLib::RotationMatrix | detail::getRotationMatrixToGlobal (const unsigned element_dimension, const unsigned global_dim, const std::vector< MathLib::Point3d > &points) |