| f944a40e | 08-Apr-2019 |
Hong Zhang <hongzhang@anl.gov> |
MPRK: improve doc
MPRK = Multirate Partitioned Runge-Kutta methods There is another category of multirate methods based on Runge-Kutta methods and interpolation, called Multirate Runge-Kutta (MRK) m
MPRK: improve doc
MPRK = Multirate Partitioned Runge-Kutta methods There is another category of multirate methods based on Runge-Kutta methods and interpolation, called Multirate Runge-Kutta (MRK) methods.
Funded-by: Project: PETSc time integration Time: 0.5 hours Reported-by: Thanks-to:
show more ...
|
| 19c2959a | 02-Nov-2018 |
Hong Zhang <hongzhang@anl.gov> |
MPRK: support slow-fast and slow-medium-fast partitioning
Takes long than expected because of a bug that sets an IS with a wrong RHS name: ierr = TSRHSSplitGetIS(ts,"fast",&mprk->is_medium);CHKERRQ
MPRK: support slow-fast and slow-medium-fast partitioning
Takes long than expected because of a bug that sets an IS with a wrong RHS name: ierr = TSRHSSplitGetIS(ts,"fast",&mprk->is_medium);CHKERRQ(ierr);
Funded-by: Project: PETSc time integration Time: 8.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 ...
|