![]() |
KratosMultiphysics
KRATOS Multiphysics (Kratos) is a framework for building parallel, multi-disciplinary simulation software, aiming at modularity, extensibility, and high performance. Kratos is written in C++, and counts with an extensive Python interface.
|
#include <Eigen/Core>#include <Eigen/Sparse>Go to the source code of this file.
Namespaces | |
| Kratos | |
| REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES. | |
Typedefs | |
| template<typename _Scalar > | |
| using | Kratos::EigenDynamicMatrix = Eigen::Matrix< _Scalar, Eigen::Dynamic, Eigen::Dynamic, Eigen::RowMajor > |
| template<typename _Scalar > | |
| using | Kratos::EigenDynamicVector = Eigen::Matrix< _Scalar, Eigen::Dynamic, 1 > |
| template<typename _Scalar > | |
| using | Kratos::EigenSparseMatrix = Eigen::SparseMatrix< _Scalar, Eigen::RowMajor, int > |