OGS
|
Classes | |
struct | EigenMatrixType |
struct | EigenMatrixType< 0, 1 > |
struct | EigenMatrixType< 0, M > |
struct | EigenMatrixType< N, 1 > |
Functions | |
void | rotateToLocal (const MeshLib::RotationMatrix &matR2local, std::vector< MathLib::Point3d > &points) |
rotate points to local coordinates | |
MeshLib::RotationMatrix | getRotationMatrixToGlobal (const unsigned element_dimension, const unsigned global_dim, const std::vector< MathLib::Point3d > &points) |
template<typename Solutions , typename Vector > | |
void | applyKnownSolutions (std::vector< Solutions > const *const known_solutions, Vector &x) |
Applies known solutions to the solution vector x . | |
void detail::applyKnownSolutions | ( | std::vector< Solutions > const *const | known_solutions, |
Vector & | x ) |
Applies known solutions to the solution vector x
.
Definition at line 25 of file TimeDiscretizedODESystem.cpp.
References MathLib::LinAlg::finalizeAssembly(), and MathLib::setVector().
Referenced by NumLib::TimeDiscretizedODESystem< ODESystemTag::FirstOrderImplicitQuasilinear, NonlinearSolverTag::Newton >::applyKnownSolutions(), and NumLib::TimeDiscretizedODESystem< ODESystemTag::FirstOrderImplicitQuasilinear, NonlinearSolverTag::Picard >::applyKnownSolutions().
MeshLib::RotationMatrix detail::getRotationMatrixToGlobal | ( | const unsigned | element_dimension, |
const unsigned | global_dim, | ||
const std::vector< MathLib::Point3d > & | points ) |
get a rotation matrix to the global coordinates it computes R in x=R*x' where x is original coordinates and x' is local coordinates
Definition at line 34 of file ElementCoordinatesMappingLocal.cpp.
References GeoLib::compute2DRotationMatrixToX(), GeoLib::compute3DRotationMatrixToX(), GeoLib::computeRotationMatrixToXY(), and GeoLib::getNewellPlane().
Referenced by MeshLib::ElementCoordinatesMappingLocal::ElementCoordinatesMappingLocal().
void detail::rotateToLocal | ( | const MeshLib::RotationMatrix & | matR2local, |
std::vector< MathLib::Point3d > & | points ) |
rotate points to local coordinates
Definition at line 24 of file ElementCoordinatesMappingLocal.cpp.
Referenced by MeshLib::ElementCoordinatesMappingLocal::ElementCoordinatesMappingLocal().