Home
last modified time | relevance | path

Searched defs:solver_id (Results 1 – 25 of 68) sorted by relevance

123

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/colin/src/libs/
H A DSerialEvaluator.cpp61 SerialEvaluator::perform_evaluation(solverID_t solver_id, AppRequest request) in perform_evaluation()
100 SerialEvaluator::queue_evaluation(solverID_t solver_id, in queue_evaluation()
133 SerialEvaluator::next_response(solverID_t solver_id, queueID_t queue_id) in next_response()
176 SerialEvaluator::response_available(solverID_t solver_id, queueID_t queue_id) in response_available()
207 synchronize( solverID_t solver_id, queueID_t queue_id, bool keep_responses ) in synchronize()
H A DLocalQueueManager.cpp74 LocalQueueManager::release_solver_queue(solverID_t solver_id) in release_solver_queue()
214 LocalQueueManager::get_new_subqueue(solverID_t solver_id) in get_new_subqueue()
249 LocalQueueManager::release_subqueue(solverID_t solver_id, queueID_t queue_id) in release_subqueue()
298 get_subqueue_alloc(solverID_t solver_id, queueAlloc_t &alloc) const in get_subqueue_alloc()
330 set_subqueue_alloc(solverID_t solver_id, const queueAlloc_t &alloc) in set_subqueue_alloc()
411 queue_empty( solverID_t solver_id, queueID_t queue_id ) const in queue_empty()
H A DConcurrentEvaluator.cpp77 perform_evaluation(solverID_t solver_id, AppRequest request) in perform_evaluation()
122 ConcurrentEvaluator::queue_evaluation(solverID_t solver_id, in queue_evaluation()
159 ConcurrentEvaluator::next_response(solverID_t solver_id, queueID_t queue_id) in next_response()
217 response_available(solverID_t solver_id, queueID_t queue_id) in response_available()
250 synchronize( solverID_t solver_id, queueID_t queue_id, bool keep_responses ) in synchronize()
290 clear_evaluations(solverID_t solver_id, queueID_t queue_id) in clear_evaluations()
H A DSerialQueueManager.cpp41 SerialQueueManager::clear_evaluations(solverID_t solver_id, queueID_t queue_id) in clear_evaluations()
66 solverID_t solver_id, in queue_evaluation()
98 solverID_t solver_id, in get_next_request()
/dports/science/siconos/siconos-4.4.0/numerics/src/FrictionContact/test/
H A Dfc3d_sparse_test.c35 static double set_tol(int solver_id, char* problem) in set_tol()
48 static bool skip(int solver_id, char* problem) in skip()
60 static int solve_sparse(int solver_id, FrictionContactProblem* FC, double* r, double* u, char* prob… in solve_sparse()
114 static int solve_dense(int solver_id, FrictionContactProblem* FC, double* r, double* u, char* probl… in solve_dense()
211 int solver_id = solvers_to_test[s]; in main() local
H A Dfc3d_LmgcDriver_test1.c44 int solver_id = SICONOS_FRICTION_3D_NSGS; // 500 in main() local
H A Dfc3d_LmgcDriver_test2.c73 int solver_id = SICONOS_FRICTION_3D_NSGS; // 500 in main() local
H A Dfc3d_LmgcDriver_test3.c72 int solver_id = SICONOS_FRICTION_3D_NSGS; // 500 in main() local
H A Dfc3d_LmgcDriver_test5.c76 int solver_id = SICONOS_FRICTION_3D_NSGS; // 500 in main() local
H A Dfc3d_LmgcDriver_test4.c84 int solver_id = SICONOS_FRICTION_3D_NSN_AC; // 500 in main() local
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/colin/src/colin/
H A DEvaluationManager.h180 queueID_t get_new_queue_id(solverID_t solver_id) in get_new_queue_id()
184 void release_queue(solverID_t solver_id, queueID_t queue_id) in release_queue()
188 void get_queue_alloc(solverID_t solver_id, queueAlloc_t &alloc) const in get_queue_alloc()
192 void set_queue_alloc(solverID_t solver_id,const queueAlloc_t &alloc) in set_queue_alloc()
449 solverID_t solver_id; variable
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/colin/src/colin/eval/
H A DSerialEvaluator.h65 virtual void clear_evaluations(solverID_t solver_id, queueID_t queue_id) in clear_evaluations()
69 virtual size_t num_evaluation_servers(solverID_t solver_id) in num_evaluation_servers()
H A DConcurrentEvaluator.h70 virtual size_t num_evaluation_servers(solverID_t solver_id) in num_evaluation_servers()
/dports/devel/py-qutip/qutip-4.6.2/qutip/tests/
H A Dtest_interpolate.py131 def _valid_case(solver_id, coefficient_id): argument
137 def _make_case(solver, solver_id, coefficients, coefficient_id): argument
/dports/science/siconos/siconos-4.4.0/numerics/src/tools/
H A DSolverOptions.c65 static SolverOptions* solver_options_initialize(int solver_id, int iter_max, double tol, size_t num… in solver_options_initialize()
930 …solver_options_update_internal(SolverOptions* parent, size_t internal_solver_number, int solver_id) in solver_options_update_internal()
/dports/science/hypre/hypre-2.23.0/src/test/
H A Dhypre_set_precond.c15 HYPRE_Int hypre_set_precond(HYPRE_Int matrix_id, HYPRE_Int solver_id, HYPRE_Int precond_id, void *s… in hypre_set_precond()
/dports/math/py-or-tools/or-tools-9.2/examples/cpp/
H A Dinteger_programming.cc24 void RunIntegerProgrammingExample(absl::string_view solver_id) { in RunIntegerProgrammingExample()
H A Dlinear_programming.cc29 void RunLinearProgrammingExample(absl::string_view solver_id) { in RunLinearProgrammingExample()
/dports/math/eigen3/eigen-3.3.9/bench/spbench/
H A Dspbenchsolver.h214 void call_solver(Solver &solver, const int solver_id, const typename Solver::MatrixType& A, const M… in call_solver()
279 void call_directsolver(Solver& solver, const int solver_id, const typename Solver::MatrixType& A, c… in call_directsolver()
289 void call_itersolver(Solver &solver, const int solver_id, const typename Solver::MatrixType& A, con… in call_itersolver()
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/bench/spbench/
H A Dspbenchsolver.h214 void call_solver(Solver &solver, const int solver_id, const typename Solver::MatrixType& A, const M… in call_solver()
279 void call_directsolver(Solver& solver, const int solver_id, const typename Solver::MatrixType& A, c… in call_directsolver()
289 void call_itersolver(Solver &solver, const int solver_id, const typename Solver::MatrixType& A, con… in call_itersolver()
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/bench/spbench/
H A Dspbenchsolver.h214 void call_solver(Solver &solver, const int solver_id, const typename Solver::MatrixType& A, const M… in call_solver()
279 void call_directsolver(Solver& solver, const int solver_id, const typename Solver::MatrixType& A, c… in call_directsolver()
289 void call_itersolver(Solver &solver, const int solver_id, const typename Solver::MatrixType& A, con… in call_itersolver()
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/bench/spbench/
H A Dspbenchsolver.h214 void call_solver(Solver &solver, const int solver_id, const typename Solver::MatrixType& A, const M… in call_solver()
279 void call_directsolver(Solver& solver, const int solver_id, const typename Solver::MatrixType& A, c… in call_directsolver()
289 void call_itersolver(Solver &solver, const int solver_id, const typename Solver::MatrixType& A, con… in call_itersolver()
/dports/misc/opennn/opennn-5.0.5/eigen/bench/spbench/
H A Dspbenchsolver.h214 void call_solver(Solver &solver, const int solver_id, const typename Solver::MatrixType& A, const M… in call_solver()
279 void call_directsolver(Solver& solver, const int solver_id, const typename Solver::MatrixType& A, c… in call_directsolver()
289 void call_itersolver(Solver &solver, const int solver_id, const typename Solver::MatrixType& A, con… in call_itersolver()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/bench/spbench/
H A Dspbenchsolver.h214 void call_solver(Solver &solver, const int solver_id, const typename Solver::MatrixType& A, const M… in call_solver()
279 void call_directsolver(Solver& solver, const int solver_id, const typename Solver::MatrixType& A, c… in call_directsolver()
289 void call_itersolver(Solver &solver, const int solver_id, const typename Solver::MatrixType& A, con… in call_itersolver()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/pecos/util/src/
H A DLARSolver.hpp58 void set_sub_solver( int solver_id ){ in set_sub_solver()

123