| 6a1e4597 | 15-Apr-2019 |
Hong Zhang <hongzhang@anl.gov> |
AdjointRK: bug fix for RKs with zeros in b
- One of the problems was caused by FASL - The other problem was caused by zeros in the b vector. The stage sensitivity vector cannot be simply set to zero
AdjointRK: bug fix for RKs with zeros in b
- One of the problems was caused by FASL - The other problem was caused by zeros in the b vector. The stage sensitivity vector cannot be simply set to zero when b[i] is zero. - Before this fix, the adjoint of RK works for only some methods such as 2a,3,4; now it works for all RK methods
Funded-by: Project: FASTMath adjoint Time: 2.0 hours Reported-by: Thanks-to:
show more ...
|
| 63a6f1b4 | 14-Oct-2018 |
Hong Zhang <hongzhang@anl.gov> |
MRK: bug fix for more than 2 partitions
- The implementation has been improved significantly (much easier to understand) - At each level, the time integration of the fast components is viewed as a r
MRK: bug fix for more than 2 partitions
- The implementation has been improved significantly (much easier to understand) - At each level, the time integration of the fast components is viewed as a refinement to the solution at previous level - The refinement is done recursively
Funded-by: Project: Time: 30.0 hours Reported-by: Thanks-to:
show more ...
|