[Nirfast] Mathworks removed 'cholinc' function

Stanislaw Wojtkiewicz s.wojtkiewicz at cs.bham.ac.uk
Tue May 15 05:16:37 EDT 2018


Hi All

 

One more problem to report. 

In time-resolved modality (file 'femdata_stnd_tr.m') the incomplete Cholesky
factorisation is used to generate a preconditioner:

%         R = cholinc(MASS1,1e-3);

However, Mathworks removed this function completely since it was not a true
incomplete Cholesky (it utilized incomplete LU with pivoting).

I suggest to replace the missing function by:

R = ichol(MASS1,struct('type','ict','droptol',1e-3,'shape','upper'));

Works in my case.

 

Regards

Stanislaw Wojtkiewicz, PhD

 

---

School of Computer Science

University of Birmingham

B15 2TT

 



---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://public.kitware.com/pipermail/nirfast/attachments/20180515/fea863cf/attachment.html>


More information about the Nirfast mailing list