Add files via upload

This commit is contained in:
Xuesong (Steve)
2018-08-28 00:33:48 -04:00
committed by GitHub
parent cc7a9f1d91
commit f842cc9639
63 changed files with 110207 additions and 0 deletions

View File

@ -0,0 +1,22 @@
MODULE gckpp_adj_Model
!~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
! Completely defines the model gckpp_adj
! by using all the associated modules
!~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
USE gckpp_adj_Precision
USE gckpp_adj_Parameters
USE gckpp_adj_Global
USE gckpp_adj_Function
USE gckpp_adj_Integrator
USE gckpp_adj_Rates
USE gckpp_adj_Jacobian
USE gckpp_adj_Hessian
USE gckpp_adj_Stoichiom
USE gckpp_adj_LinearAlgebra
USE gckpp_adj_Monitor
USE gckpp_adj_Util
END MODULE gckpp_adj_Model