/[escript]/trunk/finley/src/CPPAdapter/SystemMatrixAdapter.cpp
ViewVC logotype

Log of /trunk/finley/src/CPPAdapter/SystemMatrixAdapter.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Sticky Revision:
(Current path doesn't exist after revision 3674)

Revision 1887 - (view) (annotate) - [select for diffs]
Modified Wed Oct 15 03:26:25 2008 UTC (14 years, 5 months ago) by ksteube
File length: 11769 byte(s)
Diff to previous 1823
Fixed two typos that stopped the test suite from running.

Also, gcc 4.3.2 issued several warnings not seen before:
ignoring the return value of fscanf and using the wrong format
with printf.


Revision 1823 - (view) (annotate) - [select for diffs]
Modified Wed Oct 1 05:56:05 2008 UTC (14 years, 5 months ago) by artak
File length: 12086 byte(s)
Diff to previous 1819
GS preconditioner now works for block_size 2 and 3 as well. Sweep parameter introdiced, but not working yet

Revision 1819 - (view) (annotate) - [select for diffs]
Modified Tue Sep 30 05:58:06 2008 UTC (14 years, 6 months ago) by artak
File length: 12098 byte(s)
Diff to previous 1811
Firs version of symmetric Gauss-Seidel preconditioner with coloring

Revision 1811 - (view) (annotate) - [select for diffs]
Modified Thu Sep 25 23:11:13 2008 UTC (14 years, 6 months ago) by ksteube
File length: 12002 byte(s)
Diff to previous 1787
Copyright updated in all files


Revision 1787 - (view) (annotate) - [select for diffs]
Modified Mon Sep 15 01:36:34 2008 UTC (14 years, 6 months ago) by artak
File length: 12037 byte(s)
Diff to previous 1703
MINRES solver is added to escript. Additional 16 tests are added to run_simplesolve for MINRES and TFQMR solvers

Revision 1703 - (view) (annotate) - [select for diffs]
Modified Thu Aug 14 05:34:25 2008 UTC (14 years, 7 months ago) by artak
File length: 11978 byte(s)
Diff to previous 1639
TFQMR solver is added to PASO solver. It is not parallelised yet.

Revision 1639 - (view) (annotate) - [select for diffs]
Modified Mon Jul 14 08:55:25 2008 UTC (14 years, 8 months ago) by gross
File length: 11921 byte(s)
Diff to previous 1628


Revision 1628 - (view) (annotate) - [select for diffs]
Modified Fri Jul 11 13:12:46 2008 UTC (14 years, 8 months ago) by phornby
File length: 11624 byte(s)
Diff to previous 1552

Merge in /branches/windows_from_1456_trunk_1620_merged_in branch.

You will find a preserved pre-merge trunk in tags under tags/trunk_at_1625.
That will be useful for diffing & checking on my stupidity.

Here is a list of the conflicts and their resolution at this
point in time.


=================================================================================
(LLWS == looks like white space).

finley/src/Assemble_addToSystemMatrix.c - resolve to branch - unused var. may be wrong.....
finley/src/CPPAdapter/SystemMatrixAdapter.cpp - resolve to branch - LLWS
finley/src/CPPAdapter/MeshAdapter.cpp - resolve to branch - LLWS
paso/src/PCG.c - resolve to branch - unused var fixes.
paso/src/SolverFCT.c - resolve to branch - LLWS
paso/src/FGMRES.c - resolve to branch - LLWS
paso/src/Common.h - resolve to trunk version. It's omp.h's include... not sure it's needed,
but for the sake of saftey.....
paso/src/Functions.c - resolve to branch version, indentation/tab removal and return error
on bad unimplemented Paso_FunctionCall.
paso/src/SolverFCT_solve.c - resolve to branch version, unused vars
paso/src/SparseMatrix_MatrixVector.c - resolve to branch version, unused vars.
escript/src/Utils.cpp - resloved to branch, needs WinSock2.h
escript/src/DataExpanded.cpp - resolved to branch version - LLWS
escript/src/DataFactory.cpp - resolve to branch version
=================================================================================

This currently passes tests on linux (debian), but is not checked on windows or Altix yet.

This checkin is to make a trunk I can check out for windows to do tests on it.

Known outstanding problem is in the operator=() method of exceptions
causing warning messages on the intel compilers.

May the God of doughnuts have mercy on my soul.



Revision 1552 - (view) (annotate) - [select for diffs]
Modified Thu May 8 08:52:41 2008 UTC (14 years, 10 months ago) by gross
File length: 11718 byte(s)
Diff to previous 1388
some changes to make the implementatiopn of a upwind MPI version easier

Revision 1388 - (view) (annotate) - [select for diffs]
Modified Fri Jan 11 07:45:58 2008 UTC (15 years, 2 months ago) by trankine
File length: 11421 byte(s)
Diff to previous 1387
And get the *(&(*&(* name right

Revision 1387 - (view) (annotate) - [select for diffs]
Modified Fri Jan 11 07:45:26 2008 UTC (15 years, 2 months ago) by trankine
Original Path: temp/finley/src/CPPAdapter/SystemMatrixAdapter.cpp
File length: 11421 byte(s)
Diff to previous 1384
Restore the trunk that existed before the windows changes were committed to the (now moved to branches) old trunk.

Revision 1384 - (view) (annotate) - [select for diffs]
Modified Fri Jan 11 02:29:38 2008 UTC (15 years, 2 months ago) by phornby
Original Path: temp_trunk_copy/finley/src/CPPAdapter/SystemMatrixAdapter.cpp
File length: 11421 byte(s)
Diff to previous 1365
Make a temp copy of the trunk before checking in the windows changes



Revision 1365 - (view) (annotate) - [select for diffs]
Modified Mon Dec 17 07:28:23 2007 UTC (15 years, 3 months ago) by gross
File length: 11421 byte(s)
Diff to previous 1364
some cosmetics.

Revision 1364 - (view) (annotate) - [select for diffs]
Modified Mon Dec 17 07:22:45 2007 UTC (15 years, 3 months ago) by gross
File length: 12482 byte(s)
Diff to previous 1339
finley interface to paso's transport solver added.

Revision 1339 - (view) (annotate) - [select for diffs]
Modified Wed Nov 7 01:53:12 2007 UTC (15 years, 4 months ago) by ksteube
File length: 11279 byte(s)
Diff to previous 1312
Modified scons target release_src to include lib/ and include/ since
their presence is required for a build.  Modified
mydomain.print_mesh_info(True) to include more useful info about a
distributed domain.  Added mypde.getOperator().print_matrix_info(True)
to tell about a distributed matrix.



Revision 1312 - (view) (annotate) - [select for diffs]
Modified Mon Sep 24 06:18:44 2007 UTC (15 years, 6 months ago) by ksteube
File length: 8623 byte(s)
Diff to previous 1141
The MPI branch is hereby closed. All future work should be in trunk.

Previously in revision 1295 I merged the latest changes to trunk into trunk-mpi-branch.
In this revision I copied all files from trunk-mpi-branch over the corresponding
trunk files. I did not use 'svn merge', it was a copy.


Revision 1141 - (view) (annotate) - [select for diffs]
Modified Tue May 15 04:24:51 2007 UTC (15 years, 10 months ago) by gross
File length: 9016 byte(s)
Diff to previous 971
Some changes to make things run on windows. There is still a problem with netcdf an long file names on windows but there is the suspicion that this is a bigger problem related to boost (compiler options). In fact runs with large numbers of iteration/time steps tend to create seg faults. 

Revision 971 - (view) (annotate) - [select for diffs]
Modified Wed Feb 14 04:40:49 2007 UTC (16 years, 1 month ago) by ksteube
File length: 9022 byte(s)
Diff to previous 969
Had to undo commit to new MPI branch. The changes went into the original and
not the branch. The files committed here are exactly the same as revision 969.



Revision 969 - (view) (annotate) - [select for diffs]
Modified Tue Feb 13 23:02:23 2007 UTC (16 years, 1 month ago) by ksteube
File length: 9177 byte(s)
Diff to previous 817
Parallelization using MPI for solution of implicit problems.

Parallelization for explicit problems has already been accomplished in
the main SVN branch.

This is incomplete and is not ready for use.



Revision 817 - (view) (annotate) - [select for diffs]
Modified Sat Aug 26 03:08:52 2006 UTC (16 years, 7 months ago) by ksteube
File length: 9022 byte(s)
Diff to previous 757
Can now compile and run with MPI on shake71



Revision 757 - (view) (annotate) - [select for diffs]
Modified Mon Jun 26 13:12:56 2006 UTC (16 years, 9 months ago) by woo409
File length: 8982 byte(s)
Diff to previous 472
+ Merge of intelc_win32 branch (revision 741:755) with trunk. Tested on iVEC altix (run_tests and py_tests all pass)


Revision 472 - (view) (annotate) - [select for diffs]
Modified Fri Jan 27 01:50:59 2006 UTC (17 years, 2 months ago) by jgs
File length: 8830 byte(s)
Diff to previous 471
rationalise all #includes


Revision 471 - (view) (annotate) - [select for diffs]
Modified Fri Jan 27 01:33:02 2006 UTC (17 years, 2 months ago) by jgs
File length: 9052 byte(s)
Diff to previous 467
reorganise finley src tree to remove inc dir and src/finley directory


Revision 467 - (view) (annotate) - [select for diffs]
Modified Wed Jan 25 05:43:46 2006 UTC (17 years, 2 months ago) by jgs
Original Path: trunk/finley/src/finley/CPPAdapter/SystemMatrixAdapter.cpp
File length: 9052 byte(s)
Diff to previous 430
adjustments to includes to allow for new paso src tree structure

Revision 430 - (view) (annotate) - [select for diffs]
Modified Wed Jan 11 06:40:50 2006 UTC (17 years, 2 months ago) by gross
Original Path: trunk/finley/src/finley/CPPAdapter/SystemMatrixAdapter.cpp
File length: 9062 byte(s)
Diff to previous 203
ILU has been replicated is called RILU (recursive ILU) now. ILU will now be reimplemented.

Revision 203 - (view) (annotate) - [select for diffs]
Modified Wed Nov 23 04:36:15 2005 UTC (17 years, 4 months ago) by jgs
Original Path: trunk/finley/src/finley/CPPAdapter/SystemMatrixAdapter.cpp
File length: 8954 byte(s)
Diff to previous 201
adjust include file names to allow for new finley source tree structure


Revision 201 - (view) (annotate) - [select for diffs]
Modified Wed Nov 23 04:10:21 2005 UTC (17 years, 4 months ago) by jgs
Original Path: trunk/finley/src/finley/CPPAdapter/SystemMatrixAdapter.cpp
File length: 9008 byte(s)
Diff to previous 155
copy finleyC and CPPAdapter to finley and finley/CPPAdapter to
facilitate scons builds


Revision 155 - (view) (annotate) - [select for diffs]
Modified Wed Nov 9 02:02:19 2005 UTC (17 years, 4 months ago) by jgs
File length: 9008 byte(s)
Diff to previous 153
move all directories from trunk/esys2 into trunk and remove esys2


Revision 153 - (view) (annotate) - [select for diffs]
Modified Tue Oct 25 01:51:20 2005 UTC (17 years, 5 months ago) by jgs
Original Path: trunk/esys2/finley/src/CPPAdapter/SystemMatrixAdapter.cpp
File length: 9008 byte(s)
Diff to previous 150
Merge of development branch dev-02 back to main trunk on 2005-10-25


Revision 150 - (view) (annotate) - [select for diffs]
Modified Thu Sep 15 03:44:45 2005 UTC (17 years, 6 months ago) by jgs
Original Path: trunk/esys2/finley/src/CPPAdapter/SystemMatrixAdapter.cpp
File length: 9765 byte(s)
Diff to previous 149
Merge of development branch dev-02 back to main trunk on 2005-09-15


Revision 149 - (view) (annotate) - [select for diffs]
Modified Thu Sep 1 03:31:39 2005 UTC (17 years, 7 months ago) by jgs
Original Path: trunk/esys2/finley/src/CPPAdapter/SystemMatrixAdapter.cpp
File length: 4800 byte(s)
Diff to previous 123
Merge of development branch dev-02 back to main trunk on 2005-09-01


Revision 123 - (view) (annotate) - [select for diffs]
Modified Fri Jul 8 04:08:13 2005 UTC (17 years, 8 months ago) by jgs
Original Path: trunk/esys2/finley/src/CPPAdapter/SystemMatrixAdapter.cpp
File length: 5112 byte(s)
Diff to previous 108
Merge of development branch back to main trunk on 2005-07-08


Revision 108 - (view) (annotate) - [select for diffs]
Modified Thu Jan 27 06:21:59 2005 UTC (18 years, 2 months ago) by jgs
Original Path: trunk/esys2/finley/src/CPPAdapter/SystemMatrixAdapter.cpp
File length: 4816 byte(s)
Diff to previous 102
*** empty log message ***


Revision 102 - (view) (annotate) - [select for diffs]
Modified Wed Dec 15 07:08:39 2004 UTC (18 years, 3 months ago) by jgs
Original Path: trunk/esys2/finley/src/CPPAdapter/SystemMatrixAdapter.cpp
File length: 4619 byte(s)
Diff to previous 100
*** empty log message ***


Revision 100 - (view) (annotate) - [select for diffs]
Modified Wed Dec 15 03:48:48 2004 UTC (18 years, 3 months ago) by jgs
Original Path: trunk/esys2/finley/src/CPPAdapter/SystemMatrixAdapter.cpp
File length: 3933 byte(s)
Diff to previous 97
*** empty log message ***


Revision 97 - (view) (annotate) - [select for diffs]
Modified Tue Dec 14 05:39:33 2004 UTC (18 years, 3 months ago) by jgs
Original Path: trunk/esys2/finley/src/CPPAdapter/SystemMatrixAdapter.cpp
File length: 4619 byte(s)
Diff to previous 82
*** empty log message ***


Revision 82 - (view) (annotate) - [select for diffs]
Added Tue Oct 26 06:53:54 2004 UTC (18 years, 5 months ago) by jgs
Original Path: trunk/esys2/finley/src/CPPAdapter/SystemMatrixAdapter.cpp
File length: 3933 byte(s)
Initial revision


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.26