由买买提看人间百态

topics

全部话题 - 话题: bicgstab
(共0页)
c*******h
发帖数: 1096
1
A\speye(n)
if not work or too slow, try BICG, BICGSTAB, CGS, GMRES, QMR with/without
all sorts of preconditioners
c*******h
发帖数: 1096
2
来自主题: Computation版 - 问一个MATLAB数值精确度的问题
this condition number is definitely too large.
to solve your system, i suggest you look at a number of sparse solvers,
such as pcg, bicgstab, gmres etc, and see which one suits your matrix.
also, do try some pre-conditioners to lower down the condition number.

returns
d********o
发帖数: 59
3
来自主题: Computation版 - 大家都用什么解Ax=b啊?
A 是sparse, discretized from a PDE. matlab 里的 "\" 自动并行对内存要求比较大
,3D的问题解起来就不快了,bicgstab 没有preconditioner的话,也是很满,gmres好
像就根本不起作用。大家一般都用什么方法呢?有没有好的review的文章呢?
c*******h
发帖数: 1096
4
来自主题: Computation版 - 大家都用什么解Ax=b啊?
很多学校、实验室、公司都是自己写code的
在bicgstab, gmres, shur complement, AMG, 以及各种reordering和preconditioner
之间根据自己的喜好选择……
(共0页)