You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add aerosol support for host model to couple to TChem using sparse solver (#91)
* add kappa
* update to solve for aerosols with cvode
* add kappa values to input file
* sparse solver working on cpu
* fix exec_space complaint in tines cvode version
* working cpu code
* cpu and gpu working
* add dtmin and max iterations
* clean up unused code. move cvode stats to function
* improve formatting
* general clean up
* add unit test regarding tchem driver interface code called from c
* fix bug in test. simplify the gas mechanism
* fix assertions for test
* fix issues with non initialized particle values
* improve clarity of tchem_driver test
* fix indent
* remove input files and reorganize test to use cb05+simpol files
* remove unused solver configuration options
* clean up solver settings. add verbose option for solver stats
* add comment regarding time
* add support for hipcc for driver test
* move constants outside parallel_for. minor format changes
* formatting
* add flag to print solver stats for test
0 commit comments