Searched refs:PARDISO_MKL (Results 1 – 11 of 11) sorted by relevance
247 if (solver_type == ChSolver::Type::PARDISO_MKL) in main()252 solver_type = ChSolver::Type::PARDISO_MKL; in main()266 case ChSolver::Type::PARDISO_MKL: { in main()
272 if (solver_type == ChSolver::Type::PARDISO_MKL) in main()277 solver_type = ChSolver::Type::PARDISO_MKL; in main()293 case ChSolver::Type::PARDISO_MKL: { in main()
284 if (solver_type == ChSolver::Type::PARDISO_MKL) in main()289 solver_type = ChSolver::Type::PARDISO_MKL; in main()303 case ChSolver::Type::PARDISO_MKL : { in main()
63 virtual Type GetType() const override { return Type::PARDISO_MKL; } in GetType()
48 PARDISO_MKL, ///< Pardiso MKL (super-nodal sparse direct solver) enumerator
32 CH_ENUM_VAL(Type::PARDISO_MKL);
76 if (m_slv_type == ChSolver::Type::PARDISO_MKL) in SetIntegratorType()166 case ChSolver::Type::PARDISO_MKL: { in InitializeSystem()
152 if (m_slv_type == ChSolver::Type::PARDISO_MKL) in SetIntegratorType()253 case ChSolver::Type::PARDISO_MKL: { in InitializeSystem()
57 TRIBITS_TPL_FIND_INCLUDE_DIRS_AND_LIBRARIES( PARDISO_MKL
40 // If module PARDISO_MKL was enabled, define CHRONO_PARDISO_MKL
115 PARDISO_MKL "cmake/TPLs/" EX