Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

sundials-5.5.0-1.mga8 RPM for i586

From Mageia 8 for i586 / media / core / release

Name: sundials Distribution: Mageia
Version: 5.5.0 Vendor: Mageia.Org
Release: 1.mga8 Build date: Sun Dec 6 14:33:42 2020
Group: Sciences/Computer science Build host: localhost
Size: 6118626 Source RPM: sundials-5.5.0-1.mga8.src.rpm
Packager: eatdirt <eatdirt>
Url: https://computation.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.

Provides

Requires

License

BSD

Changelog

* Sun Dec 06 2020 eatdirt <eatdirt> 5.5.0-1.mga8
  + Revision: 1653768
  - Upgrade to version 5.5.0
* Fri Oct 09 2020 eatdirt <eatdirt> 5.4.0-1.mga8
  + Revision: 1633010
  - Upgrade to version 5.4.0
* Sat May 23 2020 wally <wally> 5.3.0-1.mga8
  + Revision: 1587056
  - new version 5.3.0
  - enable fortran support only in 64bit arches
  - build with -fcommon
  - drop python2 BR
  + pterjan <pterjan>
  - Remove usage of obsolete macros (https://github.com/rpm-software-management/rpm/issues/1211)
* Thu Mar 12 2020 tmb <tmb> 4.1.0-5.mga8
  + Revision: 1555906
  - rebuild for gcc 9.3.0 final with major-only version in file paths
* Sun Mar 08 2020 tmb <tmb> 4.1.0-4.mga8
  + Revision: 1554881
  - rebuild for gcc 9.3.0
* Tue Feb 18 2020 umeabot <umeabot> 4.1.0-3.mga8
  + Revision: 1541406
  - Mageia 8 Mass Rebuild
* Fri Dec 27 2019 wally <wally> 4.1.0-2.mga8
  + Revision: 1470230
  - build with new cmake macros
  - use our %ldflags
* Mon Mar 04 2019 eatdirt <eatdirt> 4.1.0-1.mga7
  + Revision: 1371545
  - Update to version 4.1.0
* Wed Dec 19 2018 eatdirt <eatdirt> 4.0.0-1.mga7
  + Revision: 1342943
  - Upgrade to version 4.0.0

Files

/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/__pycache__
/usr/share/sundials/examples/arkode/C_manyvector/__pycache__/plot_brusselator1D.cpython-38.opt-1.pyc
/usr/share/sundials/examples/arkode/C_manyvector/__pycache__/plot_brusselator1D.cpython-38.pyc
/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/__pycache__
/usr/share/sundials/examples/arkode/C_openmp/__pycache__/plot_brusselator1D.cpython-38.opt-1.pyc
/usr/share/sundials/examples/arkode/C_openmp/__pycache__/plot_brusselator1D.cpython-38.pyc
/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/__pycache__
/usr/share/sundials/examples/arkode/C_parallel/__pycache__/plot_brusselator1D.cpython-38.opt-1.pyc
/usr/share/sundials/examples/arkode/C_parallel/__pycache__/plot_brusselator1D.cpython-38.pyc
/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/__pycache__
/usr/share/sundials/examples/arkode/C_serial/__pycache__/plot_brusselator1D.cpython-38.opt-1.pyc
/usr/share/sundials/examples/arkode/C_serial/__pycache__/plot_brusselator1D.cpython-38.pyc
/usr/share/sundials/examples/arkode/C_serial/__pycache__/plot_brusselator1D_FEM.cpython-38.opt-1.pyc
/usr/share/sundials/examples/arkode/C_serial/__pycache__/plot_brusselator1D_FEM.cpython-38.pyc
/usr/share/sundials/examples/arkode/C_serial/__pycache__/plot_heat1D.cpython-38.opt-1.pyc
/usr/share/sundials/examples/arkode/C_serial/__pycache__/plot_heat1D.cpython-38.pyc
/usr/share/sundials/examples/arkode/C_serial/__pycache__/plot_heat1D_adapt.cpython-38.opt-1.pyc
/usr/share/sundials/examples/arkode/C_serial/__pycache__/plot_heat1D_adapt.cpython-38.pyc
/usr/share/sundials/examples/arkode/C_serial/__pycache__/plot_sol.cpython-38.opt-1.pyc
/usr/share/sundials/examples/arkode/C_serial/__pycache__/plot_sol.cpython-38.pyc
/usr/share/sundials/examples/arkode/C_serial/__pycache__/plot_sol_log.cpython-38.opt-1.pyc
/usr/share/sundials/examples/arkode/C_serial/__pycache__/plot_sol_log.cpython-38.pyc
/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_analytic.c
/usr/share/sundials/examples/arkode/C_serial/ark_analytic.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_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_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_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_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_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/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/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/__pycache__
/usr/share/sundials/examples/cvode/serial/__pycache__/plot_cvParticle.cpython-38.opt-1.pyc
/usr/share/sundials/examples/cvode/serial/__pycache__/plot_cvParticle.cpython-38.pyc
/usr/share/sundials/examples/cvode/serial/__pycache__/plot_cvPendulum.cpython-38.opt-1.pyc
/usr/share/sundials/examples/cvode/serial/__pycache__/plot_cvPendulum.cpython-38.pyc
/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/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_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/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/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/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/cvsRoberts_ASAi_dns.c
/usr/share/sundials/examples/cvodes/serial/cvsRoberts_ASAi_dns.out
/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_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_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_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/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/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/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_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/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/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_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_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_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/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/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/sundials_nvector.c
/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/sundials_nvector.c
/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/sundials_nvector.c
/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/mpimanyvector/test_nvector_mpimanyvector_serial.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/sundials_nvector.c
/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/sundials_nvector.c
/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/sundials_nvector.c
/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/sundials_linearsolver.c
/usr/share/sundials/examples/sunlinsol/band/sundials_matrix.c
/usr/share/sundials/examples/sunlinsol/band/sundials_nvector.c
/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/sundials_linearsolver.c
/usr/share/sundials/examples/sunlinsol/dense/sundials_matrix.c
/usr/share/sundials/examples/sunlinsol/dense/sundials_nvector.c
/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/sundials_linearsolver.c
/usr/share/sundials/examples/sunlinsol/klu/sundials_matrix.c
/usr/share/sundials/examples/sunlinsol/klu/sundials_nvector.c
/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/sundials_linearsolver.c
/usr/share/sundials/examples/sunlinsol/lapackband/sundials_matrix.c
/usr/share/sundials/examples/sunlinsol/lapackband/sundials_nvector.c
/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/sundials_linearsolver.c
/usr/share/sundials/examples/sunlinsol/lapackdense/sundials_matrix.c
/usr/share/sundials/examples/sunlinsol/lapackdense/sundials_nvector.c
/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/sundials_linearsolver.c
/usr/share/sundials/examples/sunlinsol/pcg/serial/sundials_nvector.c
/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/sundials_linearsolver.c
/usr/share/sundials/examples/sunlinsol/spbcgs/parallel/sundials_nvector.c
/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/sundials_linearsolver.c
/usr/share/sundials/examples/sunlinsol/spbcgs/serial/sundials_nvector.c
/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/sundials_linearsolver.c
/usr/share/sundials/examples/sunlinsol/spfgmr/parallel/sundials_nvector.c
/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/sundials_linearsolver.c
/usr/share/sundials/examples/sunlinsol/spfgmr/serial/sundials_nvector.c
/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/sundials_linearsolver.c
/usr/share/sundials/examples/sunlinsol/spgmr/parallel/sundials_nvector.c
/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/sundials_linearsolver.c
/usr/share/sundials/examples/sunlinsol/spgmr/serial/sundials_nvector.c
/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/sundials_linearsolver.c
/usr/share/sundials/examples/sunlinsol/sptfqmr/parallel/sundials_nvector.c
/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/sundials_linearsolver.c
/usr/share/sundials/examples/sunlinsol/sptfqmr/serial/sundials_nvector.c
/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/sundials_matrix.c
/usr/share/sundials/examples/sunmatrix/band/sundials_nvector.c
/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/sundials_matrix.c
/usr/share/sundials/examples/sunmatrix/dense/sundials_nvector.c
/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/sundials_matrix.c
/usr/share/sundials/examples/sunmatrix/sparse/sundials_nvector.c
/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, Tue Apr 9 16:22:09 2024