/[escript]/trunk/paso/src
ViewVC logotype

Index of /trunk/paso/src

Files shown:90
Directory revision: 2159 (of 7031)
Sticky Revision:


File Rev. Age (rev) Author Last log entry
 Parent Directory        
SparseMatrix.h  1811  14 years  ksteube   Copyright updated in all files
SparseMatrix.c  1811  14 years  ksteube   Copyright updated in all files
SharedComponents.c  1811  14 years  ksteube   Copyright updated in all files
Options_getSolver.c  1811  14 years  ksteube   Copyright updated in all files
SystemMatrix.c  1811  14 years  ksteube   Copyright updated in all files
Options_getPackage.c  1811  14 years  ksteube   Copyright updated in all files
PasoUtil.h  1811  14 years  ksteube   Copyright updated in all files
SystemMatrix_rowSum.c  1811  14 years  ksteube   Copyright updated in all files
SparseMatrix_addAbsRow.c  1811  14 years  ksteube   Copyright updated in all files
SystemMatrix_saveHB.c  1811  14 years  ksteube   Copyright updated in all files
Solver_applyBlockDiagonalMatrix.c  1811  14 years  ksteube   Copyright updated in all files
SparseMatrix_saveHB.c  1811  14 years  ksteube   Copyright updated in all files
SystemMatrix_saveMM.c  1811  14 years  ksteube   Copyright updated in all files
SolverFCT_reset.c  1811  14 years  ksteube   Copyright updated in all files
SCSL.h  1811  14 years  ksteube   Copyright updated in all files
SCSL.c  1811  14 years  ksteube   Copyright updated in all files
Solver_jacobi.c  1811  14 years  ksteube   Copyright updated in all files
Functions.c  1811  14 years  ksteube   Copyright updated in all files
Functions.h  1811  14 years  ksteube   Copyright updated in all files
SystemMatrixPattern.c  1811  14 years  ksteube   Copyright updated in all files
SCSL_iterative.c  1811  14 years  ksteube   Copyright updated in all files
Coupler.c  1811  14 years  ksteube   Copyright updated in all files
SCSL_direct.c  1811  14 years  ksteube   Copyright updated in all files
performance.c  1811  14 years  ksteube   Copyright updated in all files
performance.h  1811  14 years  ksteube   Copyright updated in all files
SparseMatrix_getSubmatrix.c  1811  14 years  ksteube   Copyright updated in all files
TRILINOS.h  1811  14 years  ksteube   Copyright updated in all files
GMRES2.c  1811  14 years  ksteube   Copyright updated in all files
Distribution.c  1811  14 years  ksteube   Copyright updated in all files
SparseMatrix_addRow.c  1811  14 years  ksteube   Copyright updated in all files
SystemMatrix_setValues.c  1811  14 years  ksteube   Copyright updated in all files
SparseMatrix_setValues.c  1811  14 years  ksteube   Copyright updated in all files
solve.c  1811  14 years  ksteube   Copyright updated in all files
MKL.c  1811  14 years  ksteube   Copyright updated in all files
SolverFCT_FluxControl.c  1811  14 years  ksteube   Copyright updated in all files
MKL.h  1811  14 years  ksteube   Copyright updated in all files
SystemMatrixPattern_unrollBlocks.c  1811  14 years  ksteube   Copyright updated in all files
Pattern_getSubpattern.c  1811  14 years  ksteube   Copyright updated in all files
SparseMatrix_nullifyRowsAndCols.c  1811  14 years  ksteube   Copyright updated in all files
Pattern_unrollBlocks.c  1859  14 years  gross   first version of testing for transport solver.
SystemMatrix_getSystemMatrixTypeId.c  1859  14 years  gross   first version of testing for transport solver.
SolverFCT.c  1859  14 years  gross   first version of testing for transport solver.
NewtonGMRES.c  1887  14 years  ksteube   Fixed two typos that stopped the test suite from running. Also, gcc 4.3.2 issue…
UMFPACK.h  1931  14 years  artak   Direct solver is added to solve_AMG. It is now working but I guess need optimiza…
SystemMatrix_nullifyRowsAndCols.c  1952  14 years  jfenwick   Fixed /* in a comment. The rank of a datapoint is now an unsigned int.
Solver_Function.c  1974  14 years  jfenwick   Changing ZERO and ONE in Solver.h to PASO_ZERO and PASO_ONE. Changed three stati…
TFQMR.c  1974  14 years  jfenwick   Changing ZERO and ONE in Solver.h to PASO_ZERO and PASO_ONE. Changed three stati…
Solver_ILU.c  1975  14 years  artak   Some variables are initialized to get rid of compiler warnings
Solver_GS.c  1975  14 years  artak   Some variables are initialized to get rid of compiler warnings
MINRES.c  1979  14 years  artak   warning removal
SparseMatrix_MatrixVector.c  1981  14 years  jfenwick   More warning removal.
Pattern_reduceBandwidth.c  1981  14 years  jfenwick   More warning removal.
PCG.c  1981  14 years  jfenwick   More warning removal.
UMFPACK.c  1981  14 years  jfenwick   More warning removal.
SystemMatrix_nullifyRows.c  1981  14 years  jfenwick   More warning removal.
mpi_C.h  1983  14 years  caltinay   Paso: Fixed compilation with OpenMPI
BiCGStab.c  1986  14 years  jfenwick   Warning removal
Paso.c  2025  14 years  jfenwick   __const on some strings
Common.h  2056  14 years  phornby   Prepare this file for the possibility of dynamic linkage.
SharedComponents.h  2068  14 years  phornby   Interim commit getting paso ready for becoming a shared library.
Coupler.h  2068  14 years  phornby   Interim commit getting paso ready for becoming a shared library.
Distribution.h  2070  14 years  phornby   Further preparation for sharable paso.
Pattern.h  2071  14 years  phornby   More preparation for making paso a dll.
Paso.h  2071  14 years  phornby   More preparation for making paso a dll.
Paso_MPI.h  2071  14 years  phornby   More preparation for making paso a dll.
SolverFCT.h  2073  14 years  phornby   Still working away at makeing paso sharable on windows.
SystemMatrixPattern.h  2074  14 years  phornby   Nearly there with dll'ing paso.
SConscript  2078  14 years  phornby   Two changes. 1. Move blocktimer from escript to esysUtils. 2. Make it possible …
SolverFCT_solve.c  2078  14 years  phornby   Two changes. 1. Move blocktimer from escript to esysUtils. 2. Make it possible …
Solver_SchurComplement.c  2080  14 years  caltinay   paso/SchurComplement: Fixed variable initialization for OpenMP parallelization. …
Solver_RILU.c  2100  14 years  gross   This commit cleans up the incompressible solver and adds a DarcyFlux solver in m…
Pattern_coupling.h  2107  14 years  artak   Current version of AMG uses ILU for relaxation, however it is not stable when sc…
mmio.h  2107  14 years  artak   Current version of AMG uses ILU for relaxation, however it is not stable when sc…
SystemMatrix.h  2107  14 years  artak   Current version of AMG uses ILU for relaxation, however it is not stable when sc…
Pattern_mis.c  2107  14 years  artak   Current version of AMG uses ILU for relaxation, however it is not stable when sc…
Pattern.c  2107  14 years  artak   Current version of AMG uses ILU for relaxation, however it is not stable when sc…
Options.h  2107  14 years  artak   Current version of AMG uses ILU for relaxation, however it is not stable when sc…
Solver_preconditioner.c  2107  14 years  artak   Current version of AMG uses ILU for relaxation, however it is not stable when sc…
Options_setDefaults.c  2107  14 years  artak   Current version of AMG uses ILU for relaxation, however it is not stable when sc…
GMRES.c  2108  14 years  gross   some minor changes to PCG and some extra suspicious characters.
Solver.h  2112  14 years  artak   Uses Jacobi as a smoother and beats any preconditioner in 2D(for some problems) …
Paso_MPI.c  2126  14 years  ksteube   fixed a logic mess I had made in Paso_MPIInfo_noError()
PasoUtil.c  2131  14 years  artak   Openmp bug is fixed in Paso_cum_sum and some printouts removed from Solver_AMG
Solver_AMG.c  2131  14 years  artak   Openmp bug is fixed in Paso_cum_sum and some printouts removed from Solver_AMG
mmio.c  2144  14 years  artak   Some bugs are fixed: FSCANF_CHECK is returned NULL does not matter what. There a…
Solver.c  2156  14 years  gross   some modifications to the iterative solver to make them easier to use. There ar…
Pattern_coupling.c  2159  14 years  artak   Numerous bags are fixed for loading MatrixMarket files.
SystemMatrix_MatrixVector.c  2159  14 years  artak   Numerous bags are fixed for loading MatrixMarket files.
SystemMatrix_borrowNormalization.c  2159  14 years  artak   Numerous bags are fixed for loading MatrixMarket files.
SystemMatrix_loadMM.c  2159  14 years  artak   Numerous bags are fixed for loading MatrixMarket files.

Properties

Name Value
svn:ignore *.pyc

  ViewVC Help
Powered by ViewVC 1.1.26