Parent Directory
|
Revision Log
|
Patch
revision 2708 by artak, Mon Oct 5 05:59:08 2009 UTC | revision 2709 by artak, Mon Oct 5 06:11:58 2009 UTC | |
---|---|---|
# | Line 397 void Paso_Solver_solveAMG(Paso_Solver_AM | Line 397 void Paso_Solver_solveAMG(Paso_Solver_AM |
397 | for (i=0;i<amg->A->len;++i) { | for (i=0;i<amg->A->len;++i) { |
398 | temp->val[i]=amg->A->val[i]; | temp->val[i]=amg->A->val[i]; |
399 | } | } |
400 | Paso_MKL1(temp,x,b,verbose); | |
401 | Paso_SparseMatrix_free(temp); | Paso_SparseMatrix_free(temp); |
402 | #else | #else |
403 | Paso_Solver_solveJacobi(amg->GS,x,b); | Paso_Solver_solveJacobi(amg->GS,x,b); |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |