Parent Directory
|
Revision Log
|
Patch
revision 1938 by artak, Mon Oct 27 05:03:12 2008 UTC | revision 1939 by artak, Tue Oct 28 03:47:08 2008 UTC | |
---|---|---|
# | Line 112 struct Paso_Solver_AMG { | Line 112 struct Paso_Solver_AMG { |
112 | double* x_C; | double* x_C; |
113 | double* b_C; | double* b_C; |
114 | Paso_SparseMatrix * A; | Paso_SparseMatrix * A; |
115 | Paso_Solver_GS* GS; | |
116 | struct Paso_Solver_AMG * AMG_of_Schur; | struct Paso_Solver_AMG * AMG_of_Schur; |
117 | }; | }; |
118 | typedef struct Paso_Solver_AMG Paso_Solver_AMG; | typedef struct Paso_Solver_AMG Paso_Solver_AMG; |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |