Home
last modified time | relevance | path

Searched refs:PARDISO_MKL (Results 1 – 11 of 11) sorted by relevance

/dports/science/chrono/chrono-7.0.1/src/demos/vehicle/test_rigs/
H A Ddemo_VEH_TrackTestRig_Band.cpp247 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()
/dports/science/chrono/chrono-7.0.1/src/demos/vehicle/tracked_models/
H A Ddemo_VEH_TrackedJSON_Band.cpp272 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()
H A Ddemo_VEH_M113_Band.cpp284 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()
/dports/science/chrono/chrono-7.0.1/src/chrono_pardisomkl/
H A DChSolverPardisoMKL.h63 virtual Type GetType() const override { return Type::PARDISO_MKL; } in GetType()
/dports/science/chrono/chrono-7.0.1/src/chrono/solver/
H A DChSolver.h48 PARDISO_MKL, ///< Pardiso MKL (super-nodal sparse direct solver) enumerator
H A DChSolver.cpp32 CH_ENUM_VAL(Type::PARDISO_MKL);
/dports/science/chrono/chrono-7.0.1/src/chrono_vehicle/cosim/
H A DChVehicleCosimMBSNode.cpp76 if (m_slv_type == ChSolver::Type::PARDISO_MKL) in SetIntegratorType()
166 case ChSolver::Type::PARDISO_MKL: { in InitializeSystem()
H A DChVehicleCosimTireNode.cpp152 if (m_slv_type == ChSolver::Type::PARDISO_MKL) in SetIntegratorType()
253 case ChSolver::Type::PARDISO_MKL: { in InitializeSystem()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/cmake/TPLs/
H A DFindTPLPARDISO_MKL.cmake57 TRIBITS_TPL_FIND_INCLUDE_DIRS_AND_LIBRARIES( PARDISO_MKL
/dports/science/chrono/chrono-7.0.1/src/chrono/
H A DChConfig.h.in40 // If module PARDISO_MKL was enabled, define CHRONO_PARDISO_MKL
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/
H A DTPLsList.cmake115 PARDISO_MKL "cmake/TPLs/" EX