Parent Directory
|
Revision Log
|
Patch
revision 1886 by artak, Tue Oct 14 04:34:09 2008 UTC | revision 1887 by ksteube, Wed Oct 15 03:26:25 2008 UTC | |
---|---|---|
# | Line 79 Paso_Solver_AMG* Paso_Solver_getAMG(Paso | Line 79 Paso_Solver_AMG* Paso_Solver_getAMG(Paso |
79 | dim_t i,k,j,j0; | dim_t i,k,j,j0; |
80 | Paso_SparseMatrix * schur=NULL; | Paso_SparseMatrix * schur=NULL; |
81 | Paso_SparseMatrix * schur_withFillIn=NULL; | Paso_SparseMatrix * schur_withFillIn=NULL; |
schur_withFillIn=MEMALLOC(1,Paso_SparseMatrix); | ||
82 | double A11,A12,A13,A21,A22,A23,A31,A32,A33,D,time0,time1,time2; | double A11,A12,A13,A21,A22,A23,A31,A32,A33,D,time0,time1,time2; |
83 | schur_withFillIn=MEMALLOC(1,Paso_SparseMatrix); | |
84 | ||
85 | ||
86 | /* identify independend set of rows/columns */ | /* identify independend set of rows/columns */ |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |