Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: sundials | Distribution: Mageia |
Version: 6.5.1 | Vendor: Mageia.Org |
Release: 1.mga9 | Build date: Tue May 30 14:05:49 2023 |
Group: Sciences/Computer science | Build host: localhost |
Size: 6545971 | Source RPM: sundials-6.5.1-1.mga9.src.rpm |
Packager: eatdirt <eatdirt> | |
Url: https://computing.llnl.gov/projects/sundials | |
Summary: Nonlinear, differential and algebraic equation solvers |
SUNDIALS is a SUite of Nonlinear and DIfferential/ALgebraic equation Solvers implemented with the goal of providing robust time integrators and nonlinear solvers that can easily be incorporated into existing simulation codes. The primary design goals are to require minimal information from the user, allow users to easily supply their own data structures underneath the packages, and allow for easy incorporation of user-supplied linear solvers and preconditioners. The main numerical operations performed in these codes are operations on data vectors, and the codes have been written in terms of interfaces to these vector operations. The result of this design is that users can relatively easily provide their own data structures to the solvers by telling the solver about their structures and providing the required operations on them. The codes also come with default vector structures with pre-defined operation implementations for serial, shared-memory parallel (openMP and PThreads), and distributed memory parallel (MPI) environments in case a user prefers not to supply their own structures. In addition, all parallelism is contained within specific vector operations (norms, dot products, etc.). No other operations within the solvers require knowledge of parallelism. Thus, using a solver in parallel consists of using a parallel vector implementation, either one provided with SUNDIALS or the user’s own parallel vector structure, underneath the solver.
BSD
* Tue May 30 2023 eatdirt <eatdirt> 6.5.1-1.mga9 + Revision: 1959821 - Update to version 6.5.1 * Sun Dec 04 2022 eatdirt <eatdirt> 6.4.1-1.mga9 + Revision: 1917695 - Update to version 6.4.1 * Fri Aug 26 2022 eatdirt <eatdirt> 6.3.0-1.mga9 + Revision: 1880485 - Update to version 6.3.0 * Sat Apr 30 2022 joequant <joequant> 6.2.0-1.mga9 + Revision: 1855197 - update to 6.2.0 + umeabot <umeabot> - Mageia 9 Mass Rebuild * Fri Aug 27 2021 eatdirt <eatdirt> 5.7.0-1.mga9 + Revision: 1742891 - Update to version 5.7.0
/usr/share/doc/sundials /usr/share/doc/sundials/LICENSE /usr/share/doc/sundials/README.md /usr/share/sundials /usr/share/sundials/examples /usr/share/sundials/examples/arkode /usr/share/sundials/examples/arkode/C_manyvector /usr/share/sundials/examples/arkode/C_manyvector/CMakeLists.txt /usr/share/sundials/examples/arkode/C_manyvector/Makefile /usr/share/sundials/examples/arkode/C_manyvector/README /usr/share/sundials/examples/arkode/C_manyvector/ark_brusselator1D_manyvec.c /usr/share/sundials/examples/arkode/C_manyvector/ark_brusselator1D_manyvec.out /usr/share/sundials/examples/arkode/C_manyvector/plot_brusselator1D.py /usr/share/sundials/examples/arkode/C_openmp /usr/share/sundials/examples/arkode/C_openmp/CMakeLists.txt /usr/share/sundials/examples/arkode/C_openmp/Makefile /usr/share/sundials/examples/arkode/C_openmp/README /usr/share/sundials/examples/arkode/C_openmp/ark_brusselator1D_omp.c /usr/share/sundials/examples/arkode/C_openmp/ark_brusselator1D_omp.out /usr/share/sundials/examples/arkode/C_openmp/ark_heat1D_omp.c /usr/share/sundials/examples/arkode/C_openmp/ark_heat1D_omp.out /usr/share/sundials/examples/arkode/C_openmp/plot_brusselator1D.py /usr/share/sundials/examples/arkode/C_parallel /usr/share/sundials/examples/arkode/C_parallel/CMakeLists.txt /usr/share/sundials/examples/arkode/C_parallel/Makefile /usr/share/sundials/examples/arkode/C_parallel/README /usr/share/sundials/examples/arkode/C_parallel/ark_brusselator1D_task_local_nls.c /usr/share/sundials/examples/arkode/C_parallel/ark_brusselator1D_task_local_nls_--monitor.out /usr/share/sundials/examples/arkode/C_parallel/ark_brusselator1D_task_local_nls_--monitor_--explicit_--tf_3.out /usr/share/sundials/examples/arkode/C_parallel/ark_brusselator1D_task_local_nls_--monitor_--global-nls.out /usr/share/sundials/examples/arkode/C_parallel/ark_diurnal_kry_bbd_p.c /usr/share/sundials/examples/arkode/C_parallel/ark_diurnal_kry_bbd_p.out /usr/share/sundials/examples/arkode/C_parallel/ark_diurnal_kry_p.c /usr/share/sundials/examples/arkode/C_parallel/ark_diurnal_kry_p.out /usr/share/sundials/examples/arkode/C_parallel/plot_brusselator1D.py /usr/share/sundials/examples/arkode/C_serial /usr/share/sundials/examples/arkode/C_serial/CMakeLists.txt /usr/share/sundials/examples/arkode/C_serial/Makefile /usr/share/sundials/examples/arkode/C_serial/README /usr/share/sundials/examples/arkode/C_serial/ark_KrylovDemo_prec.c /usr/share/sundials/examples/arkode/C_serial/ark_KrylovDemo_prec.out /usr/share/sundials/examples/arkode/C_serial/ark_KrylovDemo_prec_1.out /usr/share/sundials/examples/arkode/C_serial/ark_KrylovDemo_prec_2.out /usr/share/sundials/examples/arkode/C_serial/ark_analytic.c /usr/share/sundials/examples/arkode/C_serial/ark_analytic.out /usr/share/sundials/examples/arkode/C_serial/ark_analytic_mels.c /usr/share/sundials/examples/arkode/C_serial/ark_analytic_mels.out /usr/share/sundials/examples/arkode/C_serial/ark_analytic_nonlin.c /usr/share/sundials/examples/arkode/C_serial/ark_analytic_nonlin.out /usr/share/sundials/examples/arkode/C_serial/ark_analytic_nonlin_stats.csv /usr/share/sundials/examples/arkode/C_serial/ark_brusselator.c /usr/share/sundials/examples/arkode/C_serial/ark_brusselator.out /usr/share/sundials/examples/arkode/C_serial/ark_brusselator1D.c /usr/share/sundials/examples/arkode/C_serial/ark_brusselator1D.out /usr/share/sundials/examples/arkode/C_serial/ark_brusselator1D_imexmri.c /usr/share/sundials/examples/arkode/C_serial/ark_brusselator1D_imexmri_0_0.001.out /usr/share/sundials/examples/arkode/C_serial/ark_brusselator1D_imexmri_2_0.001.out /usr/share/sundials/examples/arkode/C_serial/ark_brusselator1D_imexmri_3_0.001.out /usr/share/sundials/examples/arkode/C_serial/ark_brusselator1D_imexmri_4_0.001.out /usr/share/sundials/examples/arkode/C_serial/ark_brusselator1D_imexmri_5_0.001.out /usr/share/sundials/examples/arkode/C_serial/ark_brusselator1D_imexmri_6_0.001.out /usr/share/sundials/examples/arkode/C_serial/ark_brusselator1D_imexmri_7_0.001.out /usr/share/sundials/examples/arkode/C_serial/ark_brusselator1D_klu.c /usr/share/sundials/examples/arkode/C_serial/ark_brusselator1D_klu.out /usr/share/sundials/examples/arkode/C_serial/ark_brusselator_1D_mri.c /usr/share/sundials/examples/arkode/C_serial/ark_brusselator_1D_mri.out /usr/share/sundials/examples/arkode/C_serial/ark_brusselator_fp.c /usr/share/sundials/examples/arkode/C_serial/ark_brusselator_fp.out /usr/share/sundials/examples/arkode/C_serial/ark_brusselator_mri.c /usr/share/sundials/examples/arkode/C_serial/ark_brusselator_mri.out /usr/share/sundials/examples/arkode/C_serial/ark_heat1D.c /usr/share/sundials/examples/arkode/C_serial/ark_heat1D.out /usr/share/sundials/examples/arkode/C_serial/ark_heat1D_adapt.c /usr/share/sundials/examples/arkode/C_serial/ark_heat1D_adapt.out /usr/share/sundials/examples/arkode/C_serial/ark_kpr_mri.c /usr/share/sundials/examples/arkode/C_serial/ark_kpr_mri.out /usr/share/sundials/examples/arkode/C_serial/ark_kpr_mri_0_0.002.out /usr/share/sundials/examples/arkode/C_serial/ark_kpr_mri_1_0.002.out /usr/share/sundials/examples/arkode/C_serial/ark_kpr_mri_2_0.005.out /usr/share/sundials/examples/arkode/C_serial/ark_kpr_mri_3_0.01.out /usr/share/sundials/examples/arkode/C_serial/ark_kpr_mri_4_0.002.out /usr/share/sundials/examples/arkode/C_serial/ark_kpr_mri_5_0.002.out /usr/share/sundials/examples/arkode/C_serial/ark_kpr_mri_6_0.005.out /usr/share/sundials/examples/arkode/C_serial/ark_kpr_mri_7_0.001.out /usr/share/sundials/examples/arkode/C_serial/ark_kpr_mri_7_0.001_-100_100_0.5_1.out /usr/share/sundials/examples/arkode/C_serial/ark_kpr_mri_8_0.001.out /usr/share/sundials/examples/arkode/C_serial/ark_kpr_mri_8_0.001_-100_100_0.5_1.out /usr/share/sundials/examples/arkode/C_serial/ark_kpr_mri_9_0.001.out /usr/share/sundials/examples/arkode/C_serial/ark_kpr_mri_9_0.001_-100_100_0.5_1.out /usr/share/sundials/examples/arkode/C_serial/ark_onewaycouple_mri.c /usr/share/sundials/examples/arkode/C_serial/ark_onewaycouple_mri.out /usr/share/sundials/examples/arkode/C_serial/ark_reaction_diffusion_mri.c /usr/share/sundials/examples/arkode/C_serial/ark_reaction_diffusion_mri.out /usr/share/sundials/examples/arkode/C_serial/ark_reaction_diffusion_mri_fast_stats.csv /usr/share/sundials/examples/arkode/C_serial/ark_reaction_diffusion_mri_slow_stats.csv /usr/share/sundials/examples/arkode/C_serial/ark_robertson.c /usr/share/sundials/examples/arkode/C_serial/ark_robertson.out /usr/share/sundials/examples/arkode/C_serial/ark_robertson_constraints.c /usr/share/sundials/examples/arkode/C_serial/ark_robertson_constraints.out /usr/share/sundials/examples/arkode/C_serial/ark_robertson_root.c /usr/share/sundials/examples/arkode/C_serial/ark_robertson_root.out /usr/share/sundials/examples/arkode/C_serial/ark_robertson_stats.csv /usr/share/sundials/examples/arkode/C_serial/ark_twowaycouple_mri.c /usr/share/sundials/examples/arkode/C_serial/ark_twowaycouple_mri.out /usr/share/sundials/examples/arkode/C_serial/plot_brusselator1D.py /usr/share/sundials/examples/arkode/C_serial/plot_brusselator1D_FEM.py /usr/share/sundials/examples/arkode/C_serial/plot_heat1D.py /usr/share/sundials/examples/arkode/C_serial/plot_heat1D_adapt.py /usr/share/sundials/examples/arkode/C_serial/plot_sol.py /usr/share/sundials/examples/arkode/C_serial/plot_sol_log.py /usr/share/sundials/examples/arkode/F2003_custom /usr/share/sundials/examples/arkode/F2003_custom/CMakeLists.txt /usr/share/sundials/examples/arkode/F2003_custom/Makefile /usr/share/sundials/examples/arkode/F2003_custom/README /usr/share/sundials/examples/arkode/F2003_custom/ark_analytic_complex_f2003.f90 /usr/share/sundials/examples/arkode/F2003_custom/ark_analytic_complex_f2003.out /usr/share/sundials/examples/arkode/F2003_custom/ark_brusselator1D_f2003.f90 /usr/share/sundials/examples/arkode/F2003_custom/ark_brusselator1D_f2003.out /usr/share/sundials/examples/arkode/F2003_custom/fnvector_complex_mod.f90 /usr/share/sundials/examples/arkode/F2003_custom/fnvector_fortran_mod.f90 /usr/share/sundials/examples/arkode/F2003_custom/fsunlinsol_fortran_mod.f90 /usr/share/sundials/examples/arkode/F2003_custom/fsunmatrix_fortran_mod.f90 /usr/share/sundials/examples/arkode/F2003_custom/test_fnvector_complex_mod.f90 /usr/share/sundials/examples/arkode/F2003_custom/test_fnvector_fortran_mod.f90 /usr/share/sundials/examples/arkode/F2003_custom/test_fsunlinsol_fortran_mod.f90 /usr/share/sundials/examples/arkode/F2003_custom/test_fsunmatrix_fortran_mod.f90 /usr/share/sundials/examples/arkode/F2003_parallel /usr/share/sundials/examples/arkode/F2003_parallel/CMakeLists.txt /usr/share/sundials/examples/arkode/F2003_parallel/Makefile /usr/share/sundials/examples/arkode/F2003_parallel/README /usr/share/sundials/examples/arkode/F2003_serial /usr/share/sundials/examples/arkode/F2003_serial/CMakeLists.txt /usr/share/sundials/examples/arkode/F2003_serial/Makefile /usr/share/sundials/examples/arkode/F2003_serial/README /usr/share/sundials/examples/arkode/F2003_serial/ark_analytic_f2003.f90 /usr/share/sundials/examples/arkode/F2003_serial/ark_analytic_f2003.out /usr/share/sundials/examples/arkode/F2003_serial/ark_kpr_mri_f2003.f90 /usr/share/sundials/examples/arkode/F2003_serial/ark_kpr_mri_f2003.out /usr/share/sundials/examples/arkode/F2003_serial/ark_kpr_mri_f2003_0_0.002.out /usr/share/sundials/examples/arkode/F2003_serial/ark_kpr_mri_f2003_1_0.002.out /usr/share/sundials/examples/arkode/F2003_serial/ark_kpr_mri_f2003_2_0.005.out /usr/share/sundials/examples/arkode/F2003_serial/ark_kpr_mri_f2003_3_0.01.out /usr/share/sundials/examples/arkode/F2003_serial/ark_kpr_mri_f2003_4_0.002.out /usr/share/sundials/examples/arkode/F2003_serial/ark_kpr_mri_f2003_5_0.002.out /usr/share/sundials/examples/arkode/F2003_serial/ark_kpr_mri_f2003_6_0.005.out /usr/share/sundials/examples/arkode/F2003_serial/ark_kpr_mri_f2003_7_0.001.out /usr/share/sundials/examples/arkode/F2003_serial/ark_kpr_mri_f2003_8_0.001.out /usr/share/sundials/examples/arkode/F2003_serial/ark_kpr_mri_f2003_9_0.001.out /usr/share/sundials/examples/arkode/F2003_serial/test_ark_butcher_f2003.f90 /usr/share/sundials/examples/cvode /usr/share/sundials/examples/cvode/C_mpimanyvector /usr/share/sundials/examples/cvode/C_mpimanyvector/CMakeLists.txt /usr/share/sundials/examples/cvode/C_mpimanyvector/Makefile /usr/share/sundials/examples/cvode/C_mpimanyvector/README /usr/share/sundials/examples/cvode/C_mpimanyvector/cvDiurnal_kry_mpimanyvec.c /usr/share/sundials/examples/cvode/C_mpimanyvector/cvDiurnal_kry_mpimanyvec.out /usr/share/sundials/examples/cvode/C_openmp /usr/share/sundials/examples/cvode/C_openmp/CMakeLists.txt /usr/share/sundials/examples/cvode/C_openmp/Makefile /usr/share/sundials/examples/cvode/C_openmp/README /usr/share/sundials/examples/cvode/C_openmp/cvAdvDiff_bnd_omp.c /usr/share/sundials/examples/cvode/C_openmp/cvAdvDiff_bnd_omp.out /usr/share/sundials/examples/cvode/F2003_serial /usr/share/sundials/examples/cvode/F2003_serial/CMakeLists.txt /usr/share/sundials/examples/cvode/F2003_serial/Makefile /usr/share/sundials/examples/cvode/F2003_serial/README /usr/share/sundials/examples/cvode/F2003_serial/cv_analytic_fp_f2003.f90 /usr/share/sundials/examples/cvode/F2003_serial/cv_analytic_fp_f2003.out /usr/share/sundials/examples/cvode/F2003_serial/cv_analytic_sys_dns_f2003.f90 /usr/share/sundials/examples/cvode/F2003_serial/cv_analytic_sys_dns_f2003.out /usr/share/sundials/examples/cvode/F2003_serial/cv_analytic_sys_dns_jac_f2003.f90 /usr/share/sundials/examples/cvode/F2003_serial/cv_analytic_sys_dns_jac_f2003.out /usr/share/sundials/examples/cvode/F2003_serial/cv_analytic_sys_klu_f2003.f90 /usr/share/sundials/examples/cvode/F2003_serial/cv_analytic_sys_klu_f2003.out /usr/share/sundials/examples/cvode/F2003_serial/cv_brusselator_dns_f2003.f90 /usr/share/sundials/examples/cvode/F2003_serial/cv_brusselator_dns_f2003.out /usr/share/sundials/examples/cvode/parallel /usr/share/sundials/examples/cvode/parallel/CMakeLists.txt /usr/share/sundials/examples/cvode/parallel/Makefile /usr/share/sundials/examples/cvode/parallel/README /usr/share/sundials/examples/cvode/parallel/cvAdvDiff_diag_p.c /usr/share/sundials/examples/cvode/parallel/cvAdvDiff_diag_p.out /usr/share/sundials/examples/cvode/parallel/cvAdvDiff_non_p.c /usr/share/sundials/examples/cvode/parallel/cvAdvDiff_non_p.out /usr/share/sundials/examples/cvode/parallel/cvDiurnal_kry_bbd_p.c /usr/share/sundials/examples/cvode/parallel/cvDiurnal_kry_bbd_p.out /usr/share/sundials/examples/cvode/parallel/cvDiurnal_kry_p.c /usr/share/sundials/examples/cvode/parallel/cvDiurnal_kry_p.out /usr/share/sundials/examples/cvode/serial /usr/share/sundials/examples/cvode/serial/CMakeLists.txt /usr/share/sundials/examples/cvode/serial/Makefile /usr/share/sundials/examples/cvode/serial/README /usr/share/sundials/examples/cvode/serial/cvAdvDiff_bnd.c /usr/share/sundials/examples/cvode/serial/cvAdvDiff_bnd.out /usr/share/sundials/examples/cvode/serial/cvAdvDiff_bndL.c /usr/share/sundials/examples/cvode/serial/cvAdvDiff_bndL.out /usr/share/sundials/examples/cvode/serial/cvAnalytic_mels.c /usr/share/sundials/examples/cvode/serial/cvAnalytic_mels.out /usr/share/sundials/examples/cvode/serial/cvDirectDemo_ls.c /usr/share/sundials/examples/cvode/serial/cvDirectDemo_ls.out /usr/share/sundials/examples/cvode/serial/cvDisc_dns.c /usr/share/sundials/examples/cvode/serial/cvDisc_dns.out /usr/share/sundials/examples/cvode/serial/cvDiurnal_kry.c /usr/share/sundials/examples/cvode/serial/cvDiurnal_kry.out /usr/share/sundials/examples/cvode/serial/cvDiurnal_kry_bp.c /usr/share/sundials/examples/cvode/serial/cvDiurnal_kry_bp.out /usr/share/sundials/examples/cvode/serial/cvKrylovDemo_ls.c /usr/share/sundials/examples/cvode/serial/cvKrylovDemo_ls.out /usr/share/sundials/examples/cvode/serial/cvKrylovDemo_ls_0_1.out /usr/share/sundials/examples/cvode/serial/cvKrylovDemo_ls_1.out /usr/share/sundials/examples/cvode/serial/cvKrylovDemo_ls_2.out /usr/share/sundials/examples/cvode/serial/cvKrylovDemo_prec.c /usr/share/sundials/examples/cvode/serial/cvKrylovDemo_prec.out /usr/share/sundials/examples/cvode/serial/cvParticle_dns.c /usr/share/sundials/examples/cvode/serial/cvParticle_dns.out /usr/share/sundials/examples/cvode/serial/cvPendulum_dns.c /usr/share/sundials/examples/cvode/serial/cvPendulum_dns.out /usr/share/sundials/examples/cvode/serial/cvRoberts_block_klu.c /usr/share/sundials/examples/cvode/serial/cvRoberts_block_klu.out /usr/share/sundials/examples/cvode/serial/cvRoberts_dns.c /usr/share/sundials/examples/cvode/serial/cvRoberts_dns.out /usr/share/sundials/examples/cvode/serial/cvRoberts_dnsL.c /usr/share/sundials/examples/cvode/serial/cvRoberts_dnsL.out /usr/share/sundials/examples/cvode/serial/cvRoberts_dns_constraints.c /usr/share/sundials/examples/cvode/serial/cvRoberts_dns_constraints.out /usr/share/sundials/examples/cvode/serial/cvRoberts_dns_negsol.c /usr/share/sundials/examples/cvode/serial/cvRoberts_dns_negsol.out /usr/share/sundials/examples/cvode/serial/cvRoberts_dns_stats.csv /usr/share/sundials/examples/cvode/serial/cvRoberts_dns_uw.c /usr/share/sundials/examples/cvode/serial/cvRoberts_dns_uw.out /usr/share/sundials/examples/cvode/serial/cvRoberts_klu.c /usr/share/sundials/examples/cvode/serial/cvRoberts_klu.out /usr/share/sundials/examples/cvode/serial/cvRocket_dns.c /usr/share/sundials/examples/cvode/serial/cvRocket_dns.out /usr/share/sundials/examples/cvode/serial/plot_cvParticle.py /usr/share/sundials/examples/cvode/serial/plot_cvPendulum.py /usr/share/sundials/examples/cvodes /usr/share/sundials/examples/cvodes/C_openmp /usr/share/sundials/examples/cvodes/C_openmp/CMakeLists.txt /usr/share/sundials/examples/cvodes/C_openmp/Makefile /usr/share/sundials/examples/cvodes/C_openmp/README /usr/share/sundials/examples/cvodes/C_openmp/cvsAdvDiff_bnd_omp.c /usr/share/sundials/examples/cvodes/C_openmp/cvsAdvDiff_bnd_omp.out /usr/share/sundials/examples/cvodes/F2003_serial /usr/share/sundials/examples/cvodes/F2003_serial/CMakeLists.txt /usr/share/sundials/examples/cvodes/F2003_serial/Makefile /usr/share/sundials/examples/cvodes/F2003_serial/README /usr/share/sundials/examples/cvodes/F2003_serial/cvsAdvDiff_FSA_non_f2003.f90 /usr/share/sundials/examples/cvodes/F2003_serial/cvsAdvDiff_FSA_non_f2003_-sensi_sim_t.out /usr/share/sundials/examples/cvodes/F2003_serial/cvsAdvDiff_FSA_non_f2003_-sensi_stg_t.out /usr/share/sundials/examples/cvodes/F2003_serial/cvs_analytic_fp_f2003.f90 /usr/share/sundials/examples/cvodes/F2003_serial/cvs_analytic_fp_f2003.out /usr/share/sundials/examples/cvodes/parallel /usr/share/sundials/examples/cvodes/parallel/CMakeLists.txt /usr/share/sundials/examples/cvodes/parallel/Makefile /usr/share/sundials/examples/cvodes/parallel/README /usr/share/sundials/examples/cvodes/parallel/cvsAdvDiff_ASAp_non_p.c /usr/share/sundials/examples/cvodes/parallel/cvsAdvDiff_ASAp_non_p.out /usr/share/sundials/examples/cvodes/parallel/cvsAdvDiff_FSA_non_p.c /usr/share/sundials/examples/cvodes/parallel/cvsAdvDiff_FSA_non_p_-sensi_sim_t.out /usr/share/sundials/examples/cvodes/parallel/cvsAdvDiff_FSA_non_p_-sensi_stg_t.out /usr/share/sundials/examples/cvodes/parallel/cvsAdvDiff_non_p.c /usr/share/sundials/examples/cvodes/parallel/cvsAdvDiff_non_p.out /usr/share/sundials/examples/cvodes/parallel/cvsAtmDisp_ASAi_kry_bbd_p.c /usr/share/sundials/examples/cvodes/parallel/cvsAtmDisp_ASAi_kry_bbd_p.out /usr/share/sundials/examples/cvodes/parallel/cvsDiurnal_FSA_kry_p.c /usr/share/sundials/examples/cvodes/parallel/cvsDiurnal_FSA_kry_p_-sensi_sim_t.out /usr/share/sundials/examples/cvodes/parallel/cvsDiurnal_FSA_kry_p_-sensi_stg_t.out /usr/share/sundials/examples/cvodes/parallel/cvsDiurnal_kry_bbd_p.c /usr/share/sundials/examples/cvodes/parallel/cvsDiurnal_kry_bbd_p.out /usr/share/sundials/examples/cvodes/parallel/cvsDiurnal_kry_p.c /usr/share/sundials/examples/cvodes/parallel/cvsDiurnal_kry_p.out /usr/share/sundials/examples/cvodes/serial /usr/share/sundials/examples/cvodes/serial/CMakeLists.txt /usr/share/sundials/examples/cvodes/serial/Makefile /usr/share/sundials/examples/cvodes/serial/README /usr/share/sundials/examples/cvodes/serial/cvsAdvDiff_ASAi_bnd.c /usr/share/sundials/examples/cvodes/serial/cvsAdvDiff_ASAi_bnd.out /usr/share/sundials/examples/cvodes/serial/cvsAdvDiff_FSA_non.c /usr/share/sundials/examples/cvodes/serial/cvsAdvDiff_FSA_non_-sensi_sim_t.out /usr/share/sundials/examples/cvodes/serial/cvsAdvDiff_FSA_non_-sensi_stg_t.out /usr/share/sundials/examples/cvodes/serial/cvsAdvDiff_bnd.c /usr/share/sundials/examples/cvodes/serial/cvsAdvDiff_bnd.out /usr/share/sundials/examples/cvodes/serial/cvsAdvDiff_bndL.c /usr/share/sundials/examples/cvodes/serial/cvsAdvDiff_bndL.out /usr/share/sundials/examples/cvodes/serial/cvsAnalytic_mels.c /usr/share/sundials/examples/cvodes/serial/cvsAnalytic_mels.out /usr/share/sundials/examples/cvodes/serial/cvsDirectDemo_ls.c /usr/share/sundials/examples/cvodes/serial/cvsDirectDemo_ls.out /usr/share/sundials/examples/cvodes/serial/cvsDiurnal_FSA_kry.c /usr/share/sundials/examples/cvodes/serial/cvsDiurnal_FSA_kry_-sensi_sim_t.out /usr/share/sundials/examples/cvodes/serial/cvsDiurnal_FSA_kry_-sensi_stg_t.out /usr/share/sundials/examples/cvodes/serial/cvsDiurnal_kry.c /usr/share/sundials/examples/cvodes/serial/cvsDiurnal_kry.out /usr/share/sundials/examples/cvodes/serial/cvsDiurnal_kry_bp.c /usr/share/sundials/examples/cvodes/serial/cvsDiurnal_kry_bp.out /usr/share/sundials/examples/cvodes/serial/cvsFoodWeb_ASAi_kry.c /usr/share/sundials/examples/cvodes/serial/cvsFoodWeb_ASAi_kry.out /usr/share/sundials/examples/cvodes/serial/cvsFoodWeb_ASAp_kry.c /usr/share/sundials/examples/cvodes/serial/cvsFoodWeb_ASAp_kry.out /usr/share/sundials/examples/cvodes/serial/cvsHessian_ASA_FSA.c /usr/share/sundials/examples/cvodes/serial/cvsHessian_ASA_FSA.out /usr/share/sundials/examples/cvodes/serial/cvsKrylovDemo_ls.c /usr/share/sundials/examples/cvodes/serial/cvsKrylovDemo_ls.out /usr/share/sundials/examples/cvodes/serial/cvsKrylovDemo_ls_1.out /usr/share/sundials/examples/cvodes/serial/cvsKrylovDemo_ls_2.out /usr/share/sundials/examples/cvodes/serial/cvsKrylovDemo_prec.c /usr/share/sundials/examples/cvodes/serial/cvsKrylovDemo_prec.out /usr/share/sundials/examples/cvodes/serial/cvsParticle_dns.c /usr/share/sundials/examples/cvodes/serial/cvsParticle_dns.out /usr/share/sundials/examples/cvodes/serial/cvsPendulum_dns.c /usr/share/sundials/examples/cvodes/serial/cvsPendulum_dns.out /usr/share/sundials/examples/cvodes/serial/cvsRoberts_ASAi_dns.c /usr/share/sundials/examples/cvodes/serial/cvsRoberts_ASAi_dns.out /usr/share/sundials/examples/cvodes/serial/cvsRoberts_ASAi_dns_bkw1_stats.csv /usr/share/sundials/examples/cvodes/serial/cvsRoberts_ASAi_dns_bkw2_stats.csv /usr/share/sundials/examples/cvodes/serial/cvsRoberts_ASAi_dns_constraints.c /usr/share/sundials/examples/cvodes/serial/cvsRoberts_ASAi_dns_constraints.out /usr/share/sundials/examples/cvodes/serial/cvsRoberts_ASAi_dns_fwd_stats.csv /usr/share/sundials/examples/cvodes/serial/cvsRoberts_ASAi_klu.c /usr/share/sundials/examples/cvodes/serial/cvsRoberts_ASAi_klu.out /usr/share/sundials/examples/cvodes/serial/cvsRoberts_FSA_dns.c /usr/share/sundials/examples/cvodes/serial/cvsRoberts_FSA_dns_-sensi_sim_t.out /usr/share/sundials/examples/cvodes/serial/cvsRoberts_FSA_dns_-sensi_stg1_t.out /usr/share/sundials/examples/cvodes/serial/cvsRoberts_FSA_dns_Switch.c /usr/share/sundials/examples/cvodes/serial/cvsRoberts_FSA_dns_Switch.out /usr/share/sundials/examples/cvodes/serial/cvsRoberts_FSA_dns_constraints.c /usr/share/sundials/examples/cvodes/serial/cvsRoberts_FSA_dns_constraints_-sensi_stg1_t.out /usr/share/sundials/examples/cvodes/serial/cvsRoberts_FSA_dns_stats_-sensi_sim_t.csv /usr/share/sundials/examples/cvodes/serial/cvsRoberts_FSA_dns_stats_-sensi_stg1_t.csv /usr/share/sundials/examples/cvodes/serial/cvsRoberts_FSA_klu.c /usr/share/sundials/examples/cvodes/serial/cvsRoberts_FSA_klu_-sensi_stg1_t.out /usr/share/sundials/examples/cvodes/serial/cvsRoberts_dns.c /usr/share/sundials/examples/cvodes/serial/cvsRoberts_dns.out /usr/share/sundials/examples/cvodes/serial/cvsRoberts_dnsL.c /usr/share/sundials/examples/cvodes/serial/cvsRoberts_dnsL.out /usr/share/sundials/examples/cvodes/serial/cvsRoberts_dns_constraints.c /usr/share/sundials/examples/cvodes/serial/cvsRoberts_dns_constraints.out /usr/share/sundials/examples/cvodes/serial/cvsRoberts_dns_stats.csv /usr/share/sundials/examples/cvodes/serial/cvsRoberts_dns_uw.c /usr/share/sundials/examples/cvodes/serial/cvsRoberts_dns_uw.out /usr/share/sundials/examples/cvodes/serial/cvsRoberts_klu.c /usr/share/sundials/examples/cvodes/serial/cvsRoberts_klu.out /usr/share/sundials/examples/cvodes/serial/plot_cvsParticle.py /usr/share/sundials/examples/cvodes/serial/plot_cvsPendulum.py /usr/share/sundials/examples/ida /usr/share/sundials/examples/ida/C_openmp /usr/share/sundials/examples/ida/C_openmp/CMakeLists.txt /usr/share/sundials/examples/ida/C_openmp/Makefile /usr/share/sundials/examples/ida/C_openmp/README /usr/share/sundials/examples/ida/C_openmp/idaFoodWeb_bnd_omp.c /usr/share/sundials/examples/ida/C_openmp/idaFoodWeb_bnd_omp.out /usr/share/sundials/examples/ida/C_openmp/idaFoodWeb_kry_omp.c /usr/share/sundials/examples/ida/C_openmp/idaFoodWeb_kry_omp.out /usr/share/sundials/examples/ida/F2003_serial /usr/share/sundials/examples/ida/F2003_serial/CMakeLists.txt /usr/share/sundials/examples/ida/F2003_serial/Makefile /usr/share/sundials/examples/ida/F2003_serial/README /usr/share/sundials/examples/ida/F2003_serial/idaHeat2D_kry_f2003.f90 /usr/share/sundials/examples/ida/F2003_serial/idaHeat2D_kry_f2003.out /usr/share/sundials/examples/ida/F2003_serial/idaRoberts_dns_f2003.f90 /usr/share/sundials/examples/ida/F2003_serial/idaRoberts_dns_f2003.out /usr/share/sundials/examples/ida/parallel /usr/share/sundials/examples/ida/parallel/CMakeLists.txt /usr/share/sundials/examples/ida/parallel/Makefile /usr/share/sundials/examples/ida/parallel/README /usr/share/sundials/examples/ida/parallel/idaFoodWeb_kry_bbd_p.c /usr/share/sundials/examples/ida/parallel/idaFoodWeb_kry_bbd_p.out /usr/share/sundials/examples/ida/parallel/idaFoodWeb_kry_p.c /usr/share/sundials/examples/ida/parallel/idaFoodWeb_kry_p.out /usr/share/sundials/examples/ida/parallel/idaHeat2D_kry_bbd_p.c /usr/share/sundials/examples/ida/parallel/idaHeat2D_kry_bbd_p.out /usr/share/sundials/examples/ida/parallel/idaHeat2D_kry_p.c /usr/share/sundials/examples/ida/parallel/idaHeat2D_kry_p.out /usr/share/sundials/examples/ida/serial /usr/share/sundials/examples/ida/serial/CMakeLists.txt /usr/share/sundials/examples/ida/serial/Makefile /usr/share/sundials/examples/ida/serial/README /usr/share/sundials/examples/ida/serial/idaAnalytic_mels.c /usr/share/sundials/examples/ida/serial/idaAnalytic_mels.out /usr/share/sundials/examples/ida/serial/idaFoodWeb_bnd.c /usr/share/sundials/examples/ida/serial/idaFoodWeb_bnd.out /usr/share/sundials/examples/ida/serial/idaFoodWeb_kry.c /usr/share/sundials/examples/ida/serial/idaFoodWeb_kry.out /usr/share/sundials/examples/ida/serial/idaHeat2D_bnd.c /usr/share/sundials/examples/ida/serial/idaHeat2D_bnd.out /usr/share/sundials/examples/ida/serial/idaHeat2D_klu.c /usr/share/sundials/examples/ida/serial/idaHeat2D_klu.out /usr/share/sundials/examples/ida/serial/idaHeat2D_kry.c /usr/share/sundials/examples/ida/serial/idaHeat2D_kry.out /usr/share/sundials/examples/ida/serial/idaKrylovDemo_ls.c /usr/share/sundials/examples/ida/serial/idaKrylovDemo_ls.out /usr/share/sundials/examples/ida/serial/idaKrylovDemo_ls_1.out /usr/share/sundials/examples/ida/serial/idaKrylovDemo_ls_2.out /usr/share/sundials/examples/ida/serial/idaRoberts_dns.c /usr/share/sundials/examples/ida/serial/idaRoberts_dns.out /usr/share/sundials/examples/ida/serial/idaRoberts_dns_stats.csv /usr/share/sundials/examples/ida/serial/idaRoberts_klu.c /usr/share/sundials/examples/ida/serial/idaRoberts_klu.out /usr/share/sundials/examples/ida/serial/idaSlCrank_dns.c /usr/share/sundials/examples/ida/serial/idaSlCrank_dns.out /usr/share/sundials/examples/idas /usr/share/sundials/examples/idas/C_openmp /usr/share/sundials/examples/idas/C_openmp/CMakeLists.txt /usr/share/sundials/examples/idas/C_openmp/Makefile /usr/share/sundials/examples/idas/C_openmp/README /usr/share/sundials/examples/idas/C_openmp/idasFoodWeb_bnd_omp.c /usr/share/sundials/examples/idas/C_openmp/idasFoodWeb_bnd_omp.out /usr/share/sundials/examples/idas/C_openmp/idasFoodWeb_kry_omp.c /usr/share/sundials/examples/idas/C_openmp/idasFoodWeb_kry_omp.out /usr/share/sundials/examples/idas/F2003_serial /usr/share/sundials/examples/idas/F2003_serial/CMakeLists.txt /usr/share/sundials/examples/idas/F2003_serial/Makefile /usr/share/sundials/examples/idas/F2003_serial/README /usr/share/sundials/examples/idas/F2003_serial/idasAkzoNob_ASAi_dns_f2003.f90 /usr/share/sundials/examples/idas/F2003_serial/idasAkzoNob_ASAi_dns_f2003.out /usr/share/sundials/examples/idas/F2003_serial/idasHeat2D_kry_f2003.f90 /usr/share/sundials/examples/idas/F2003_serial/idasHeat2D_kry_f2003.out /usr/share/sundials/examples/idas/parallel /usr/share/sundials/examples/idas/parallel/CMakeLists.txt /usr/share/sundials/examples/idas/parallel/Makefile /usr/share/sundials/examples/idas/parallel/README /usr/share/sundials/examples/idas/parallel/idasBruss_ASAp_kry_bbd_p.c /usr/share/sundials/examples/idas/parallel/idasBruss_ASAp_kry_bbd_p.out /usr/share/sundials/examples/idas/parallel/idasBruss_FSA_kry_bbd_p.c /usr/share/sundials/examples/idas/parallel/idasBruss_FSA_kry_bbd_p.out /usr/share/sundials/examples/idas/parallel/idasBruss_kry_bbd_p.c /usr/share/sundials/examples/idas/parallel/idasBruss_kry_bbd_p.out /usr/share/sundials/examples/idas/parallel/idasFoodWeb_kry_bbd_p.c /usr/share/sundials/examples/idas/parallel/idasFoodWeb_kry_bbd_p.out /usr/share/sundials/examples/idas/parallel/idasFoodWeb_kry_p.c /usr/share/sundials/examples/idas/parallel/idasFoodWeb_kry_p.out /usr/share/sundials/examples/idas/parallel/idasHeat2D_FSA_kry_bbd_p.c /usr/share/sundials/examples/idas/parallel/idasHeat2D_FSA_kry_bbd_p_-sensi_stg_t.out /usr/share/sundials/examples/idas/parallel/idasHeat2D_kry_bbd_p.c /usr/share/sundials/examples/idas/parallel/idasHeat2D_kry_bbd_p.out /usr/share/sundials/examples/idas/parallel/idasHeat2D_kry_p.c /usr/share/sundials/examples/idas/parallel/idasHeat2D_kry_p.out /usr/share/sundials/examples/idas/serial /usr/share/sundials/examples/idas/serial/CMakeLists.txt /usr/share/sundials/examples/idas/serial/Makefile /usr/share/sundials/examples/idas/serial/README /usr/share/sundials/examples/idas/serial/idasAkzoNob_ASAi_dns.c /usr/share/sundials/examples/idas/serial/idasAkzoNob_ASAi_dns.out /usr/share/sundials/examples/idas/serial/idasAkzoNob_dns.c /usr/share/sundials/examples/idas/serial/idasAkzoNob_dns.out /usr/share/sundials/examples/idas/serial/idasAnalytic_mels.c /usr/share/sundials/examples/idas/serial/idasAnalytic_mels.out /usr/share/sundials/examples/idas/serial/idasFoodWeb_bnd.c /usr/share/sundials/examples/idas/serial/idasFoodWeb_bnd.out /usr/share/sundials/examples/idas/serial/idasHeat2D_bnd.c /usr/share/sundials/examples/idas/serial/idasHeat2D_bnd.out /usr/share/sundials/examples/idas/serial/idasHeat2D_kry.c /usr/share/sundials/examples/idas/serial/idasHeat2D_kry.out /usr/share/sundials/examples/idas/serial/idasHessian_ASA_FSA.c /usr/share/sundials/examples/idas/serial/idasHessian_ASA_FSA.out /usr/share/sundials/examples/idas/serial/idasKrylovDemo_ls.c /usr/share/sundials/examples/idas/serial/idasKrylovDemo_ls.out /usr/share/sundials/examples/idas/serial/idasKrylovDemo_ls_1.out /usr/share/sundials/examples/idas/serial/idasKrylovDemo_ls_2.out /usr/share/sundials/examples/idas/serial/idasRoberts_ASAi_dns.c /usr/share/sundials/examples/idas/serial/idasRoberts_ASAi_dns.out /usr/share/sundials/examples/idas/serial/idasRoberts_ASAi_dns_bkw1_stats.csv /usr/share/sundials/examples/idas/serial/idasRoberts_ASAi_dns_fwd_stats.csv /usr/share/sundials/examples/idas/serial/idasRoberts_ASAi_klu.c /usr/share/sundials/examples/idas/serial/idasRoberts_ASAi_klu.out /usr/share/sundials/examples/idas/serial/idasRoberts_FSA_dns.c /usr/share/sundials/examples/idas/serial/idasRoberts_FSA_dns_-sensi_stg_t.out /usr/share/sundials/examples/idas/serial/idasRoberts_FSA_dns_stats_-sensi_stg_t.csv /usr/share/sundials/examples/idas/serial/idasRoberts_FSA_klu.c /usr/share/sundials/examples/idas/serial/idasRoberts_FSA_klu_-sensi_stg_t.out /usr/share/sundials/examples/idas/serial/idasRoberts_dns.c /usr/share/sundials/examples/idas/serial/idasRoberts_dns.out /usr/share/sundials/examples/idas/serial/idasRoberts_dns_stats.csv /usr/share/sundials/examples/idas/serial/idasRoberts_klu.c /usr/share/sundials/examples/idas/serial/idasRoberts_klu.out /usr/share/sundials/examples/idas/serial/idasSlCrank_FSA_dns.c /usr/share/sundials/examples/idas/serial/idasSlCrank_FSA_dns.out /usr/share/sundials/examples/idas/serial/idasSlCrank_dns.c /usr/share/sundials/examples/idas/serial/idasSlCrank_dns.out /usr/share/sundials/examples/kinsol /usr/share/sundials/examples/kinsol/C_openmp /usr/share/sundials/examples/kinsol/C_openmp/CMakeLists.txt /usr/share/sundials/examples/kinsol/C_openmp/Makefile /usr/share/sundials/examples/kinsol/C_openmp/README /usr/share/sundials/examples/kinsol/C_openmp/kinFoodWeb_kry_omp.c /usr/share/sundials/examples/kinsol/C_openmp/kinFoodWeb_kry_omp.out /usr/share/sundials/examples/kinsol/F2003_serial /usr/share/sundials/examples/kinsol/F2003_serial/CMakeLists.txt /usr/share/sundials/examples/kinsol/F2003_serial/Makefile /usr/share/sundials/examples/kinsol/F2003_serial/README /usr/share/sundials/examples/kinsol/F2003_serial/kinLaplace_bnd_f2003.f90 /usr/share/sundials/examples/kinsol/F2003_serial/kinLaplace_bnd_f2003.out /usr/share/sundials/examples/kinsol/F2003_serial/kinLaplace_picard_kry_f2003.f90 /usr/share/sundials/examples/kinsol/F2003_serial/kinLaplace_picard_kry_f2003.out /usr/share/sundials/examples/kinsol/F2003_serial/kinRoboKin_dns_f2003.f90 /usr/share/sundials/examples/kinsol/F2003_serial/kinRoboKin_dns_f2003.out /usr/share/sundials/examples/kinsol/parallel /usr/share/sundials/examples/kinsol/parallel/CMakeLists.txt /usr/share/sundials/examples/kinsol/parallel/Makefile /usr/share/sundials/examples/kinsol/parallel/README /usr/share/sundials/examples/kinsol/parallel/kinFoodWeb_kry_bbd_p.c /usr/share/sundials/examples/kinsol/parallel/kinFoodWeb_kry_bbd_p.out /usr/share/sundials/examples/kinsol/parallel/kinFoodWeb_kry_p.c /usr/share/sundials/examples/kinsol/parallel/kinFoodWeb_kry_p.out /usr/share/sundials/examples/kinsol/serial /usr/share/sundials/examples/kinsol/serial/CMakeLists.txt /usr/share/sundials/examples/kinsol/serial/Makefile /usr/share/sundials/examples/kinsol/serial/README /usr/share/sundials/examples/kinsol/serial/kinAnalytic_fp.c /usr/share/sundials/examples/kinsol/serial/kinAnalytic_fp.out /usr/share/sundials/examples/kinsol/serial/kinFerTron_dns.c /usr/share/sundials/examples/kinsol/serial/kinFerTron_dns.out /usr/share/sundials/examples/kinsol/serial/kinFerTron_klu.c /usr/share/sundials/examples/kinsol/serial/kinFerTron_klu.out /usr/share/sundials/examples/kinsol/serial/kinFoodWeb_kry.c /usr/share/sundials/examples/kinsol/serial/kinFoodWeb_kry.out /usr/share/sundials/examples/kinsol/serial/kinKrylovDemo_ls.c /usr/share/sundials/examples/kinsol/serial/kinKrylovDemo_ls.out /usr/share/sundials/examples/kinsol/serial/kinLaplace_bnd.c /usr/share/sundials/examples/kinsol/serial/kinLaplace_bnd.out /usr/share/sundials/examples/kinsol/serial/kinLaplace_picard_bnd.c /usr/share/sundials/examples/kinsol/serial/kinLaplace_picard_bnd.out /usr/share/sundials/examples/kinsol/serial/kinLaplace_picard_kry.c /usr/share/sundials/examples/kinsol/serial/kinLaplace_picard_kry.out /usr/share/sundials/examples/kinsol/serial/kinRoberts_fp.c /usr/share/sundials/examples/kinsol/serial/kinRoberts_fp.out /usr/share/sundials/examples/kinsol/serial/kinRoboKin_dns.c /usr/share/sundials/examples/kinsol/serial/kinRoboKin_dns.out /usr/share/sundials/examples/kinsol/serial/kinRoboKin_dns_stats.csv /usr/share/sundials/examples/nvector /usr/share/sundials/examples/nvector/C_openmp /usr/share/sundials/examples/nvector/C_openmp/CMakeLists.txt /usr/share/sundials/examples/nvector/C_openmp/Makefile /usr/share/sundials/examples/nvector/C_openmp/test_nvector.c /usr/share/sundials/examples/nvector/C_openmp/test_nvector.h /usr/share/sundials/examples/nvector/C_openmp/test_nvector_openmp.c /usr/share/sundials/examples/nvector/manyvector /usr/share/sundials/examples/nvector/manyvector/CMakeLists.txt /usr/share/sundials/examples/nvector/manyvector/Makefile /usr/share/sundials/examples/nvector/manyvector/test_nvector.c /usr/share/sundials/examples/nvector/manyvector/test_nvector.h /usr/share/sundials/examples/nvector/manyvector/test_nvector_manyvector.c /usr/share/sundials/examples/nvector/mpimanyvector /usr/share/sundials/examples/nvector/mpimanyvector/CMakeLists.txt /usr/share/sundials/examples/nvector/mpimanyvector/Makefile /usr/share/sundials/examples/nvector/mpimanyvector/test_mpinvector.c /usr/share/sundials/examples/nvector/mpimanyvector/test_nvector.c /usr/share/sundials/examples/nvector/mpimanyvector/test_nvector.h /usr/share/sundials/examples/nvector/mpimanyvector/test_nvector_mpimanyvector_parallel1.c /usr/share/sundials/examples/nvector/mpimanyvector/test_nvector_mpimanyvector_parallel2.c /usr/share/sundials/examples/nvector/mpiplusx /usr/share/sundials/examples/nvector/mpiplusx/CMakeLists.txt /usr/share/sundials/examples/nvector/mpiplusx/Makefile /usr/share/sundials/examples/nvector/mpiplusx/test_mpinvector.c /usr/share/sundials/examples/nvector/mpiplusx/test_nvector.c /usr/share/sundials/examples/nvector/mpiplusx/test_nvector.h /usr/share/sundials/examples/nvector/mpiplusx/test_nvector_mpiplusx.c /usr/share/sundials/examples/nvector/parallel /usr/share/sundials/examples/nvector/parallel/CMakeLists.txt /usr/share/sundials/examples/nvector/parallel/Makefile /usr/share/sundials/examples/nvector/parallel/test_mpinvector.c /usr/share/sundials/examples/nvector/parallel/test_nvector.c /usr/share/sundials/examples/nvector/parallel/test_nvector.h /usr/share/sundials/examples/nvector/parallel/test_nvector_mpi.c /usr/share/sundials/examples/nvector/serial /usr/share/sundials/examples/nvector/serial/CMakeLists.txt /usr/share/sundials/examples/nvector/serial/Makefile /usr/share/sundials/examples/nvector/serial/test_nvector.c /usr/share/sundials/examples/nvector/serial/test_nvector.h /usr/share/sundials/examples/nvector/serial/test_nvector_serial.c /usr/share/sundials/examples/sunlinsol /usr/share/sundials/examples/sunlinsol/band /usr/share/sundials/examples/sunlinsol/band/CMakeLists.txt /usr/share/sundials/examples/sunlinsol/band/Makefile /usr/share/sundials/examples/sunlinsol/band/test_sunlinsol.c /usr/share/sundials/examples/sunlinsol/band/test_sunlinsol.h /usr/share/sundials/examples/sunlinsol/band/test_sunlinsol_band.c /usr/share/sundials/examples/sunlinsol/dense /usr/share/sundials/examples/sunlinsol/dense/CMakeLists.txt /usr/share/sundials/examples/sunlinsol/dense/Makefile /usr/share/sundials/examples/sunlinsol/dense/test_sunlinsol.c /usr/share/sundials/examples/sunlinsol/dense/test_sunlinsol.h /usr/share/sundials/examples/sunlinsol/dense/test_sunlinsol_dense.c /usr/share/sundials/examples/sunlinsol/klu /usr/share/sundials/examples/sunlinsol/klu/CMakeLists.txt /usr/share/sundials/examples/sunlinsol/klu/Makefile /usr/share/sundials/examples/sunlinsol/klu/test_sunlinsol.c /usr/share/sundials/examples/sunlinsol/klu/test_sunlinsol.h /usr/share/sundials/examples/sunlinsol/klu/test_sunlinsol_klu.c /usr/share/sundials/examples/sunlinsol/lapackband /usr/share/sundials/examples/sunlinsol/lapackband/CMakeLists.txt /usr/share/sundials/examples/sunlinsol/lapackband/Makefile /usr/share/sundials/examples/sunlinsol/lapackband/test_sunlinsol.c /usr/share/sundials/examples/sunlinsol/lapackband/test_sunlinsol.h /usr/share/sundials/examples/sunlinsol/lapackband/test_sunlinsol_lapackband.c /usr/share/sundials/examples/sunlinsol/lapackdense /usr/share/sundials/examples/sunlinsol/lapackdense/CMakeLists.txt /usr/share/sundials/examples/sunlinsol/lapackdense/Makefile /usr/share/sundials/examples/sunlinsol/lapackdense/test_sunlinsol.c /usr/share/sundials/examples/sunlinsol/lapackdense/test_sunlinsol.h /usr/share/sundials/examples/sunlinsol/lapackdense/test_sunlinsol_lapackdense.c /usr/share/sundials/examples/sunlinsol/pcg /usr/share/sundials/examples/sunlinsol/pcg/serial /usr/share/sundials/examples/sunlinsol/pcg/serial/CMakeLists.txt /usr/share/sundials/examples/sunlinsol/pcg/serial/Makefile /usr/share/sundials/examples/sunlinsol/pcg/serial/test_sunlinsol.c /usr/share/sundials/examples/sunlinsol/pcg/serial/test_sunlinsol.h /usr/share/sundials/examples/sunlinsol/pcg/serial/test_sunlinsol_pcg_serial.c /usr/share/sundials/examples/sunlinsol/spbcgs /usr/share/sundials/examples/sunlinsol/spbcgs/parallel /usr/share/sundials/examples/sunlinsol/spbcgs/parallel/CMakeLists.txt /usr/share/sundials/examples/sunlinsol/spbcgs/parallel/Makefile /usr/share/sundials/examples/sunlinsol/spbcgs/parallel/test_sunlinsol.c /usr/share/sundials/examples/sunlinsol/spbcgs/parallel/test_sunlinsol.h /usr/share/sundials/examples/sunlinsol/spbcgs/parallel/test_sunlinsol_spbcgs_parallel.c /usr/share/sundials/examples/sunlinsol/spbcgs/serial /usr/share/sundials/examples/sunlinsol/spbcgs/serial/CMakeLists.txt /usr/share/sundials/examples/sunlinsol/spbcgs/serial/Makefile /usr/share/sundials/examples/sunlinsol/spbcgs/serial/test_sunlinsol.c /usr/share/sundials/examples/sunlinsol/spbcgs/serial/test_sunlinsol.h /usr/share/sundials/examples/sunlinsol/spbcgs/serial/test_sunlinsol_spbcgs_serial.c /usr/share/sundials/examples/sunlinsol/spfgmr /usr/share/sundials/examples/sunlinsol/spfgmr/parallel /usr/share/sundials/examples/sunlinsol/spfgmr/parallel/CMakeLists.txt /usr/share/sundials/examples/sunlinsol/spfgmr/parallel/Makefile /usr/share/sundials/examples/sunlinsol/spfgmr/parallel/test_sunlinsol.c /usr/share/sundials/examples/sunlinsol/spfgmr/parallel/test_sunlinsol.h /usr/share/sundials/examples/sunlinsol/spfgmr/parallel/test_sunlinsol_spfgmr_parallel.c /usr/share/sundials/examples/sunlinsol/spfgmr/serial /usr/share/sundials/examples/sunlinsol/spfgmr/serial/CMakeLists.txt /usr/share/sundials/examples/sunlinsol/spfgmr/serial/Makefile /usr/share/sundials/examples/sunlinsol/spfgmr/serial/test_sunlinsol.c /usr/share/sundials/examples/sunlinsol/spfgmr/serial/test_sunlinsol.h /usr/share/sundials/examples/sunlinsol/spfgmr/serial/test_sunlinsol_spfgmr_serial.c /usr/share/sundials/examples/sunlinsol/spgmr /usr/share/sundials/examples/sunlinsol/spgmr/parallel /usr/share/sundials/examples/sunlinsol/spgmr/parallel/CMakeLists.txt /usr/share/sundials/examples/sunlinsol/spgmr/parallel/Makefile /usr/share/sundials/examples/sunlinsol/spgmr/parallel/test_sunlinsol.c /usr/share/sundials/examples/sunlinsol/spgmr/parallel/test_sunlinsol.h /usr/share/sundials/examples/sunlinsol/spgmr/parallel/test_sunlinsol_spgmr_parallel.c /usr/share/sundials/examples/sunlinsol/spgmr/serial /usr/share/sundials/examples/sunlinsol/spgmr/serial/CMakeLists.txt /usr/share/sundials/examples/sunlinsol/spgmr/serial/Makefile /usr/share/sundials/examples/sunlinsol/spgmr/serial/test_sunlinsol.c /usr/share/sundials/examples/sunlinsol/spgmr/serial/test_sunlinsol.h /usr/share/sundials/examples/sunlinsol/spgmr/serial/test_sunlinsol_spgmr_serial.c /usr/share/sundials/examples/sunlinsol/sptfqmr /usr/share/sundials/examples/sunlinsol/sptfqmr/parallel /usr/share/sundials/examples/sunlinsol/sptfqmr/parallel/CMakeLists.txt /usr/share/sundials/examples/sunlinsol/sptfqmr/parallel/Makefile /usr/share/sundials/examples/sunlinsol/sptfqmr/parallel/test_sunlinsol.c /usr/share/sundials/examples/sunlinsol/sptfqmr/parallel/test_sunlinsol.h /usr/share/sundials/examples/sunlinsol/sptfqmr/parallel/test_sunlinsol_sptfqmr_parallel.c /usr/share/sundials/examples/sunlinsol/sptfqmr/serial /usr/share/sundials/examples/sunlinsol/sptfqmr/serial/CMakeLists.txt /usr/share/sundials/examples/sunlinsol/sptfqmr/serial/Makefile /usr/share/sundials/examples/sunlinsol/sptfqmr/serial/test_sunlinsol.c /usr/share/sundials/examples/sunlinsol/sptfqmr/serial/test_sunlinsol.h /usr/share/sundials/examples/sunlinsol/sptfqmr/serial/test_sunlinsol_sptfqmr_serial.c /usr/share/sundials/examples/sunmatrix /usr/share/sundials/examples/sunmatrix/band /usr/share/sundials/examples/sunmatrix/band/CMakeLists.txt /usr/share/sundials/examples/sunmatrix/band/Makefile /usr/share/sundials/examples/sunmatrix/band/test_sunmatrix.c /usr/share/sundials/examples/sunmatrix/band/test_sunmatrix.h /usr/share/sundials/examples/sunmatrix/band/test_sunmatrix_band.c /usr/share/sundials/examples/sunmatrix/dense /usr/share/sundials/examples/sunmatrix/dense/CMakeLists.txt /usr/share/sundials/examples/sunmatrix/dense/Makefile /usr/share/sundials/examples/sunmatrix/dense/test_sunmatrix.c /usr/share/sundials/examples/sunmatrix/dense/test_sunmatrix.h /usr/share/sundials/examples/sunmatrix/dense/test_sunmatrix_dense.c /usr/share/sundials/examples/sunmatrix/sparse /usr/share/sundials/examples/sunmatrix/sparse/CMakeLists.txt /usr/share/sundials/examples/sunmatrix/sparse/Makefile /usr/share/sundials/examples/sunmatrix/sparse/test_sunmatrix.c /usr/share/sundials/examples/sunmatrix/sparse/test_sunmatrix.h /usr/share/sundials/examples/sunmatrix/sparse/test_sunmatrix_sparse.c /usr/share/sundials/examples/sunnonlinsol /usr/share/sundials/examples/sunnonlinsol/fixedpoint /usr/share/sundials/examples/sunnonlinsol/fixedpoint/CMakeLists.txt /usr/share/sundials/examples/sunnonlinsol/fixedpoint/Makefile /usr/share/sundials/examples/sunnonlinsol/fixedpoint/test_sunnonlinsol_fixedpoint.c /usr/share/sundials/examples/sunnonlinsol/newton /usr/share/sundials/examples/sunnonlinsol/newton/CMakeLists.txt /usr/share/sundials/examples/sunnonlinsol/newton/Makefile /usr/share/sundials/examples/sunnonlinsol/newton/test_sunnonlinsol_newton.c
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Feb 12 08:10:18 2025