<div dir="ltr">Hi dune developers,<div><br></div><div>I have the linear system A.x=b where:</div><div><br></div><div><div>A = [  1.0   -1.0    0.0 ; ...</div><div>      -1.0    2.0   -1.0 ; ...</div><div>       0.0   -1.0    1.0 ; ]</div></div><div><br></div><div>and,</div><div><br></div><div><div>b = [ 0.0; ...</div><div>      1.0; ...</div><div>      0.0; ]</div></div><div><br></div><div>and the condition x[1] = 0;</div><div><br><div>I added an equation to my system to get "A1.x=b1" with non-square matrix A1,<br></div><div><br></div><div><div>A1 = [  1.0   -1.0    0.0 ; ...</div><div>       -1.0    2.0   -1.0 ; ...</div><div>        0.0   -1.0    1.0 ; ...</div><div>        0.0    1.0    0.0 ; ]</div><div><br></div><div>b1 = [ 0.0; ...</div><div>       1.0; ...</div><div>       0.0; ...</div><div>       0.0; ]</div></div><div><br></div><div>I have not been able to solve this new system using BiCGSTABSolver and SeqSSOR preconditioner, something is telling me I am taking a wrong way to solve my original problem "A.x=b". any help?</div><div><br></div><div>thank you in advance for your hints.<br></div><div><br></div><div>Adim</div></div></div>