Approximating Runge-Kutta matrices by triangular matrices
暂无分享,去创建一个
The implementation of implicit Runge-Kutta methods requires the solution of large systems of non-linear equations. Normally these equations are solved by a modified Newton process, which can be very expensive for problems of high dimension. The recently proposed triangularly implicit iteration methods for ODE-IVP solvers [5] substitute the Runge-Kutta matrixA in the Newton process for a triangular matrixT that approximatesA, hereby making the method suitable for parallel implementation. The matrixT is constructed according to a simple procedure, such that the stiff error components in the numerical solution are strongly damped. In this paper we prove for a large class of Runge-Kutta methods that this procedure can be carried out and that the diagnoal entries ofT are positive. This means that the linear systems that are to be solved have a non-singular matrix.
[1] Piet J. van der Houwen,et al. Triangularly Implicit Iteration Methods for ODE-IVP Solvers , 1997, SIAM J. Sci. Comput..
[2] Ben P. Sommeijer,et al. Iterated Runge-Kutta Methods on Parallel Computers , 1991, SIAM J. Sci. Comput..
[3] Gene H. Golub,et al. Matrix computations , 1983 .
[4] P. J. der,et al. Triangularly Implicit Iteration Methods for ODE-IVP Solvers , 1997 .
[5] John C. Butcher,et al. An Iteration Scheme for Implicit Runge—Kutta Methods , 1983 .