10 #if !defined(KRATOS_UBLAS_WRAPPER_H_INCLUDED)
11 #define KRATOS_UBLAS_WRAPPER_H_INCLUDED
18 #include <Eigen/Sparse>
33 std::vector<int> m_index1;
34 std::vector<int> m_index2;
35 Eigen::Map<const TEigenSparseMatrix> m_map;
41 m_map(0, 0, 0, nullptr, nullptr, nullptr)
45 template <
typename TUblasSparseMatrix>
53 const Eigen::Map<const TEigenSparseMatrix>&
matrix()
const
Definition: ublas_wrapper.h:32
UblasWrapper()
Definition: ublas_wrapper.h:38
UblasWrapper(const TUblasSparseMatrix &matrix)
Definition: ublas_wrapper.h:46
const Eigen::Map< const TEigenSparseMatrix > & matrix() const
Definition: ublas_wrapper.h:53
end
Definition: DEM_benchmarks.py:180
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
Eigen::SparseMatrix< _Scalar, Eigen::RowMajor, int > EigenSparseMatrix
Definition: linear_solvers_define.h:35
TABLE_NUMBER_ANGULAR_VELOCITY TABLE_NUMBER_MOMENT I33 BEAM_INERTIA_ROT_UNIT_LENGHT_Y KRATOS_DEFINE_APPLICATION_VARIABLE(DEM_APPLICATION, double, BEAM_INERTIA_ROT_UNIT_LENGHT_Z) typedef std double
Definition: DEM_application_variables.h:182
data
Definition: mesh_to_mdpa_converter.py:59