필터 지우기
필터 지우기

Preconditioner for non linear mass matrix

조회 수: 3 (최근 30일)
Marius
Marius 2016년 4월 20일
댓글: John D'Errico 2019년 7월 15일
I have to solve an ODE system of the form:
M(y,t)*dydt = F(y,t)
The problem is, that it is very ill conditioned. I used the incomplete cholesky technique as a preconditioner for the system
M*dydt = F(y,t)
which worked very well! Now the problem is that I want to use the same technique for the space and time dependent matrix
M(y,t)
This takes very long to calculate this in advance because I need the inverse and power of the Matrix C:
C = RR^T
Is there a possibility to speed up this preconditioning or is there a faster approach?

답변 (1개)

felix svoboda
felix svoboda 2019년 7월 15일
Hey did you ever managed to solve this issue?
I am facing this very problem... it is taking ages :(
  댓글 수: 1
John D'Errico
John D'Errico 2019년 7월 15일
Please don't answer a question with just another question, or a "me too" response. Learn to use comments.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Ordinary Differential Equations에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by