| 59dc3fab | 30-Apr-2003 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.988.3.6 balay@smash.mcs.anl.gov|ChangeSet|20030430022403|13283 ChangeSet 1.988.3.6 03/04/29 21:24:03 balay@smash.mcs.anl.gov +2 -0 fix MatLoad() logging bug
src/mat/utils/matio.
bk-changeset-1.988.3.6 balay@smash.mcs.anl.gov|ChangeSet|20030430022403|13283 ChangeSet 1.988.3.6 03/04/29 21:24:03 balay@smash.mcs.anl.gov +2 -0 fix MatLoad() logging bug
src/mat/utils/matio.c 1.12 03/04/29 21:23:59 balay@smash.mcs.anl.gov +5 -1 fix MatLoad() logging bug
include/petscversion.h 1.73 03/04/29 21:23:59 balay@smash.mcs.anl.gov +2 -2 fix MatLoad() logging bug
Hg-commit: b61836e6a8d158aca8a0b339dc6848cb830d2892
show more ...
|
| 24f910e3 | 29-Mar-2003 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.1123.1.1 hzhang@compbio.mcs.anl.gov|ChangeSet|20030329025309|51221 ChangeSet 1.1123.1.1 03/03/28 20:53:09 hzhang@compbio.mcs.anl.gov +4 -0 add MatAXPYGetxtoy_Private() for all MatA
bk-changeset-1.1123.1.1 hzhang@compbio.mcs.anl.gov|ChangeSet|20030329025309|51221 ChangeSet 1.1123.1.1 03/03/28 20:53:09 hzhang@compbio.mcs.anl.gov +4 -0 add MatAXPYGetxtoy_Private() for all MatAXPY().
src/mat/matimpl.h 1.23 03/03/28 20:31:30 hzhang@compbio.mcs.anl.gov +1 -0 *** empty log message ***
src/mat/impls/aij/seq/aij.c 1.75 03/03/28 20:30:52 hzhang@compbio.mcs.anl.gov +0 -36 *** empty log message ***
src/mat/utils/axpy.c 1.8 03/03/28 20:30:05 hzhang@compbio.mcs.anl.gov +37 -0 *** empty log message ***
src/mat/impls/aij/mpi/mpiaij.c 1.60 03/03/28 20:24:18 hzhang@compbio.mcs.anl.gov +2 -3 *** empty log message ***
src/mat/impls/aij/seq/aij.c 1.74 03/03/27 17:44:08 hzhang@compbio.mcs.anl.gov +38 -23 *** empty log message ***
src/mat/impls/aij/mpi/mpiaij.c 1.59 03/03/27 17:44:02 hzhang@compbio.mcs.anl.gov +9 -31 *** empty log message ***
Hg-commit: 1f2393707f7c0330dbdc132dfbb65de9b5a7c406
show more ...
|
| efdaee17 | 09-Jan-2003 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.922.2.1 hzhang@compbio.mcs.anl.gov|ChangeSet|20030109220610|62357 ChangeSet 1.922.2.1 03/01/09 16:06:10 hzhang@compbio.mcs.anl.gov +3 -0 nightly build bug fix.
src/mat/impls/sba
bk-changeset-1.922.2.1 hzhang@compbio.mcs.anl.gov|ChangeSet|20030109220610|62357 ChangeSet 1.922.2.1 03/01/09 16:06:10 hzhang@compbio.mcs.anl.gov +3 -0 nightly build bug fix.
src/mat/impls/sbaij/seq/sbaijfact2.c 1.16 03/01/09 16:03:43 hzhang@compbio.mcs.anl.gov +1 -1 *** empty log message ***
src/mat/impls/aij/seq/matmatmult.c 1.34 03/01/09 16:00:16 hzhang@compbio.mcs.anl.gov +0 -1 *** empty log message ***
src/mat/impls/sbaij/seq/sbaijfact2.c 1.15 03/01/09 10:15:18 hzhang@compbio.mcs.anl.gov +1 -1 *** empty log message ***
src/mat/utils/matio.c 1.11 03/01/09 09:29:39 hzhang@compbio.mcs.anl.gov +2 -0 *** empty log message ***
Hg-commit: fe3a214e06aa664d5e9cc72f07a9cdd8bcc3695c
show more ...
|
| 106f7b34 | 02-Jan-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.901.1.1 bsmith@terra.mcs.anl.gov|ChangeSet|20030102203320|47254 ChangeSet 1.901.1.1 03/01/02 14:33:20 bsmith@terra.mcs.anl.gov +8 -0 fixes and matlab binary petsc matrices and vect
bk-changeset-1.901.1.1 bsmith@terra.mcs.anl.gov|ChangeSet|20030102203320|47254 ChangeSet 1.901.1.1 03/01/02 14:33:20 bsmith@terra.mcs.anl.gov +8 -0 fixes and matlab binary petsc matrices and vectors
src/sys/src/error/errtrace.c 1.6 03/01/02 14:33:19 bsmith@terra.mcs.anl.gov +1 -1 better error message for malloc zero
bin/matlab/PetscBinaryWrite.m 1.3 03/01/02 14:33:19 bsmith@terra.mcs.anl.gov +12 -1 writing petsc binary files
bin/matlab/PetscBinaryRead.m 1.5 03/01/01 16:26:15 bsmith@terra.mcs.anl.gov +6 -2 *** empty log message ***
src/mat/utils/zerodiag.c 1.4 03/01/01 13:55:58 bsmith@terra.mcs.anl.gov +9 -3 Check that matrix is of type SeqAIJ else generate error
bin/matlab/PetscBinaryWrite.m 1.2 02/12/31 20:13:38 bsmith@terra.mcs.anl.gov +17 -39 works, or seems to on a trivial test matrix
bin/matlab/PetscBinaryRead.m 1.4 02/12/31 19:04:53 bsmith@terra.mcs.anl.gov +1 -1 fixed function name in file, that is ignored bvy matlab anyways
src/sys/src/objects/init.c 1.22 02/12/31 18:39:30 bsmith@terra.mcs.anl.gov +1 -1 fix check of unitialized variable found by victor with purify
bin/matlab/PetscBinaryWrite.m 1.1 02/12/31 17:55:38 bsmith@terra.mcs.anl.gov +47 -0
bin/matlab/PetscBinaryWrite.m 1.0 02/12/31 17:55:38 bsmith@terra.mcs.anl.gov +0 -0 BitKeeper file /sandbox/bsmith/petsc/bin/matlab/PetscBinaryWrite.m
include/petscerror.h 1.16 02/12/22 21:53:45 bsmith@terra.mcs.anl.gov +1 -0 *** empty log message ***
src/sys/src/memory/mtr.c 1.13 02/12/22 21:53:36 bsmith@terra.mcs.anl.gov +1 -4 *** empty log message ***
src/sys/src/memory/mal.c 1.14 02/12/22 21:52:52 bsmith@terra.mcs.anl.gov +1 -0 *** empty log message ***
Hg-commit: 99c119a6a4da00d13ba29fd71ed082bdcc1f5d2e
show more ...
|
| ccae9161 | 07-Nov-2002 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.866.1.18 bsmith@terra.mcs.anl.gov|ChangeSet|20021107220135|45876 ChangeSet 1.866.1.18 02/11/07 16:01:35 bsmith@terra.mcs.anl.gov +5 -0 removed unused variables introduced when fixi
bk-changeset-1.866.1.18 bsmith@terra.mcs.anl.gov|ChangeSet|20021107220135|45876 ChangeSet 1.866.1.18 02/11/07 16:01:35 bsmith@terra.mcs.anl.gov +5 -0 removed unused variables introduced when fixing Sun MPI bug report
src/sys/src/objects/init.c 1.20 02/11/07 16:01:34 bsmith@terra.mcs.anl.gov +1 -0 fix for ad petscmax/min stuff with Sun reported bug
src/snes/interface/snes.c 1.24 02/11/07 15:59:35 bsmith@terra.mcs.anl.gov +1 -1 exp10 doesn't always exist
src/mat/utils/matstash.c 1.5 02/11/07 15:58:42 bsmith@terra.mcs.anl.gov +2 -2 removed unused variables introduced when fixing Sun MPI bug report
src/mat/impls/sbaij/seq/sbaijfact.c 1.15 02/11/07 15:57:43 bsmith@terra.mcs.anl.gov +1 -1 unused variable
src/vec/utils/vecstash.c 1.5 02/11/07 15:56:43 bsmith@terra.mcs.anl.gov +2 -2 removed two unused variables introduced by Sun MPI bug fix
Hg-commit: f57db38e41225a38d5c054f313af171ea916883f
show more ...
|
| c1dc657d | 06-Nov-2002 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.866.1.14 bsmith@terra.mcs.anl.gov|ChangeSet|20021106213528|45496 ChangeSet 1.866.1.14 02/11/06 15:35:28 bsmith@terra.mcs.anl.gov +10 -0 fix for bug reported by Sun with PetscMaxSum
bk-changeset-1.866.1.14 bsmith@terra.mcs.anl.gov|ChangeSet|20021106213528|45496 ChangeSet 1.866.1.14 02/11/06 15:35:28 bsmith@terra.mcs.anl.gov +10 -0 fix for bug reported by Sun with PetscMaxSum_Op
src/vec/utils/vecstash.c 1.4 02/11/06 15:35:27 bsmith@terra.mcs.anl.gov +17 -22 fix for bug reported by Sun with PetscMaxSum_Op
src/sles/pc/impls/asm/asm.c 1.9 02/11/06 15:35:27 bsmith@terra.mcs.anl.gov +1 -1 fix for bug reported by Sun with PetscMaxSum_Op
src/mat/utils/matstash.c 1.4 02/11/06 15:35:27 bsmith@terra.mcs.anl.gov +19 -24 fix for bug reported by Sun with PetscMaxSum_Op
src/mat/impls/rowbs/mpi/mpirowbs.c 1.9 02/11/06 15:35:27 bsmith@terra.mcs.anl.gov +25 -38 fix for bug reported by Sun with PetscMaxSum_Op
src/mat/impls/dense/mpi/mpidense.c 1.12 02/11/06 15:35:27 bsmith@terra.mcs.anl.gov +8 -13 fix for bug reported by Sun with PetscMaxSum_Op
src/mat/impls/dense/mpi/mmdense.c 1.5 02/11/06 15:35:27 bsmith@terra.mcs.anl.gov +17 -25 fix for bug reported by Sun with PetscMaxSum_Op
src/mat/impls/bdiag/mpi/mpibdiag.c 1.10 02/11/06 15:35:27 bsmith@terra.mcs.anl.gov +8 -13 fix for bug reported by Sun with PetscMaxSum_Op
src/mat/impls/baij/mpi/mpibaij.c 1.15 02/11/06 15:35:27 bsmith@terra.mcs.anl.gov +8 -13 fix for bug reported by Sun with PetscMaxSum_Op
src/mat/impls/aij/mpi/mpiaij.c 1.39 02/11/06 15:35:27 bsmith@terra.mcs.anl.gov +8 -13 fix for bug reported by Sun with PetscMaxSum_Op
src/vec/utils/vpscat.c 1.9 02/11/06 14:15:33 bsmith@terra.mcs.anl.gov +34 -49 fix for snum Sun bug reoport
Hg-commit: 4e6fe8ed77a35fa038c1facef4856ed5733e9695
show more ...
|
| be477f9e | 14-Sep-2002 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.796.12.1 bsmith@terra.mcs.anl.gov|ChangeSet|20020914143709|53889 ChangeSet 1.796.12.1 02/09/14 09:37:09 bsmith@terra.mcs.anl.gov +15 -0 use /*M for docs not /*S cause S tries to st
bk-changeset-1.796.12.1 bsmith@terra.mcs.anl.gov|ChangeSet|20020914143709|53889 ChangeSet 1.796.12.1 02/09/14 09:37:09 bsmith@terra.mcs.anl.gov +15 -0 use /*M for docs not /*S cause S tries to stick in synopsis
src/sles/pc/impls/sor/sor.c 1.9 02/09/14 09:37:08 bsmith@terra.mcs.anl.gov +2 -2 use /*M for docs not /*S cause S tries to stick in synopsis
src/sles/pc/impls/sles/pcsles.c 1.6 02/09/14 09:37:08 bsmith@terra.mcs.anl.gov +2 -2 use /*M for docs not /*S cause S tries to stick in synopsis
src/sles/pc/impls/shell/shellpc.c 1.7 02/09/14 09:37:08 bsmith@terra.mcs.anl.gov +2 -2 use /*M for docs not /*S cause S tries to stick in synopsis
src/sles/pc/impls/none/none.c 1.5 02/09/14 09:37:08 bsmith@terra.mcs.anl.gov +2 -2 use /*M for docs not /*S cause S tries to stick in synopsis
src/sles/pc/impls/mat/pcmat.c 1.5 02/09/14 09:37:08 bsmith@terra.mcs.anl.gov +2 -2 use /*M for docs not /*S cause S tries to stick in synopsis
src/sles/pc/impls/lu/lu.c 1.12 02/09/14 09:37:08 bsmith@terra.mcs.anl.gov +2 -2 use /*M for docs not /*S cause S tries to stick in synopsis
src/sles/pc/impls/jacobi/jacobi.c 1.6 02/09/14 09:37:08 bsmith@terra.mcs.anl.gov +2 -2 use /*M for docs not /*S cause S tries to stick in synopsis
src/sles/pc/impls/hypre/hyppilut.c 1.29 02/09/14 09:37:07 bsmith@terra.mcs.anl.gov +2 -2 use /*M for docs not /*S cause S tries to stick in synopsis
src/sles/pc/impls/eisens/eisen.c 1.10 02/09/14 09:37:07 bsmith@terra.mcs.anl.gov +2 -2 use /*M for docs not /*S cause S tries to stick in synopsis
src/sles/pc/impls/composite/composite.c 1.6 02/09/14 09:37:07 bsmith@terra.mcs.anl.gov +2 -2 use /*M for docs not /*S cause S tries to stick in synopsis
src/sles/pc/impls/cholesky/cholesky.c 1.13 02/09/14 09:37:07 bsmith@terra.mcs.anl.gov +2 -2 use /*M for docs not /*S cause S tries to stick in synopsis
src/sles/pc/impls/bjacobi/bjacobi.c 1.11 02/09/14 09:37:07 bsmith@terra.mcs.anl.gov +2 -2 use /*M for docs not /*S cause S tries to stick in synopsis
src/sles/pc/impls/asm/asm.c 1.8 02/09/14 09:37:07 bsmith@terra.mcs.anl.gov +2 -2 use /*M for docs not /*S cause S tries to stick in synopsis
src/vec/utils/vecio.c 1.12 02/09/13 22:50:52 bsmith@terra.mcs.anl.gov +3 -4 fix error introduced by adding ierr = PetscLogEnd cause now ierr is cleared so does not return error code
src/mat/utils/matio.c 1.10 02/09/13 22:32:14 bsmith@terra.mcs.anl.gov +6 -4 prefix for options in matlaod
Hg-commit: b3e45976fc2b2889f7279a7a87f949532713b53b
show more ...
|
| c7cd70f7 | 11-Jul-2002 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.749 balay@shakey.mcs.anl.gov|ChangeSet|20020711195425|42255 ChangeSet 1.749 02/07/11 14:54:25 balay@shakey.mcs.anl.gov +8 -0 exclude esi properly when single precision is used (c++
bk-changeset-1.749 balay@shakey.mcs.anl.gov|ChangeSet|20020711195425|42255 ChangeSet 1.749 02/07/11 14:54:25 balay@shakey.mcs.anl.gov +8 -0 exclude esi properly when single precision is used (c++)
bmake/common/bopt_g_c++_single 1.1 02/07/11 14:54:25 balay@shakey.mcs.anl.gov +22 -0
bmake/common/bopt_O_c++_single 1.1 02/07/11 14:54:24 balay@shakey.mcs.anl.gov +19 -0
src/vec/interface/vector.c 1.29 02/07/11 14:54:24 balay@shakey.mcs.anl.gov +1 -1 exclude esi properly when single precision is used
src/vec/interface/vecregall.c 1.11 02/07/11 14:54:24 balay@shakey.mcs.anl.gov +1 -1 exclude esi properly when single precision is used
src/sles/pc/interface/pcset.c 1.5 02/07/11 14:54:24 balay@shakey.mcs.anl.gov +1 -1 exclude esi properly when single precision is used
src/mat/utils/matioall.c 1.10 02/07/11 14:54:24 balay@shakey.mcs.anl.gov +1 -1 exclude esi properly when single precision is used
src/mat/utils/gcreate.c 1.12 02/07/11 14:54:24 balay@shakey.mcs.anl.gov +1 -1 exclude esi properly when single precision is used
src/mat/interface/matregis.c 1.9 02/07/11 14:54:24 balay@shakey.mcs.anl.gov +1 -1 exclude esi properly when single precision is used
bmake/common/bopt_g_c++_single 1.0 02/07/11 14:54:24 balay@shakey.mcs.anl.gov +0 -0 BitKeeper file /sandbox/balay/petsc-dev/bmake/common/bopt_g_c++_single
bmake/common/bopt_O_c++_single 1.0 02/07/11 14:54:24 balay@shakey.mcs.anl.gov +0 -0 BitKeeper file /sandbox/balay/petsc-dev/bmake/common/bopt_O_c++_single
Hg-commit: 18bf07520ef0fdbd8ff4360927e12a01d9179118
show more ...
|
| 74282a02 | 13-May-2002 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.676 bsmith@terra.mcs.anl.gov|ChangeSet|20020513180116|04969 ChangeSet 1.676 02/05/13 13:01:16 bsmith@terra.mcs.anl.gov +7 -0 ramg + start of samg
src/contrib/lahaye/samg/makefil
bk-changeset-1.676 bsmith@terra.mcs.anl.gov|ChangeSet|20020513180116|04969 ChangeSet 1.676 02/05/13 13:01:16 bsmith@terra.mcs.anl.gov +7 -0 ramg + start of samg
src/contrib/lahaye/samg/makefile 1.5 02/05/13 13:01:16 bsmith@terra.mcs.anl.gov +1 -0 needs c++
src/contrib/lahaye/ramg/petscfunc.c 1.8 02/05/13 13:01:16 bsmith@terra.mcs.anl.gov +0 -17 don't
bmake/linux_pgi/variables 1.6 02/05/13 13:01:16 bsmith@terra.mcs.anl.gov +3 -3 change to use pgf90
src/contrib/lahaye/ramg/petscfunc.h 1.4 02/05/10 15:22:24 bsmith@terra.mcs.anl.gov +0 -2 *** empty log message ***
src/contrib/lahaye/ramg/ramgpetsc.c 1.5 02/05/10 15:22:19 bsmith@terra.mcs.anl.gov +20 -5 fixes for pgi compiler warnings, plus more error messages for ramg errors
bmake/linux_gcc_pgf90/packages 1.22 02/05/10 15:10:05 bsmith@terra.mcs.anl.gov +3 -3 *** empty log message ***
src/mat/utils/matio.c 1.9 02/05/10 14:49:26 bsmith@terra.mcs.anl.gov +6 -1 option to indicate symmstric matrix
Hg-commit: a248bfce241407e9cbe8d6cdfc1b982359ea8138
show more ...
|
| eb9c0419 | 09-Apr-2002 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.601.2.1 Kris@buschel2000.attbi.com|ChangeSet|20020409233943|01316 ChangeSet 1.601.2.1 02/04/09 16:39:43 Kris@buschel2000.attbi.com +7 -0 Dynamic calls to MatPtAP to support multipl
bk-changeset-1.601.2.1 Kris@buschel2000.attbi.com|ChangeSet|20020409233943|01316 ChangeSet 1.601.2.1 02/04/09 16:39:43 Kris@buschel2000.attbi.com +7 -0 Dynamic calls to MatPtAP to support multiple Mat types.
src/mat/impls/maij/maij.h 1.1 02/04/09 16:39:41 Kris@buschel2000.attbi.com +19 -0
src/mat/impls/aij/seq/matptap.c 1.1 02/04/09 16:39:41 Kris@buschel2000.attbi.com +377 -0
src/mat/impls/maij/maij.h 1.0 02/04/09 16:39:41 Kris@buschel2000.attbi.com +0 -0 BitKeeper file E:/Kris/petsc/src/mat/impls/maij/maij.h
src/mat/impls/aij/seq/matptap.c 1.0 02/04/09 16:39:41 Kris@buschel2000.attbi.com +0 -0 BitKeeper file E:/Kris/petsc/src/mat/impls/aij/seq/matptap.c
src/mat/utils/freespace.h 1.2 02/04/09 16:39:40 Kris@buschel2000.attbi.com +5 -0 Protect against multiple inclusions.
src/mat/impls/maij/maij.c 1.4 02/04/09 16:39:40 Kris@buschel2000.attbi.com +1 -14 Separate header info.
src/mat/impls/aij/seq/matmatmult.c 1.32 02/04/09 16:39:40 Kris@buschel2000.attbi.com +0 -256 MatPtAP separated from MatMatMult
src/mat/impls/aij/seq/makefile 1.12.1.1 02/04/09 16:39:40 Kris@buschel2000.attbi.com +2 -2 MatPtAP separated from MatMatMult
src/mat/impls/aij/seq/aij.c 1.35 02/04/09 16:39:40 Kris@buschel2000.attbi.com +2 -2 Bug Fix.
src/mat/impls/aij/seq/aij.c 1.34 02/04/09 16:33:32 Kris@buschel2000.attbi.com +2 -0 Dynamic PtAP operations.
src/mat/impls/aij/seq/aij.c 1.33 02/04/09 16:32:53 Kris@buschel2000.attbi.com +1 -0
Hg-commit: 584f6bd9d83c3b6052670a30358bf66f3ad40725
show more ...
|
| 70f19b1f | 06-Apr-2002 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.597 Kris@buschel2000.|ChangeSet|20020406204458|36727 ChangeSet 1.597 02/04/06 12:44:58 Kris@buschel2000. +7 -0 Reorganization of matmatmult.c. New files for free space management
bk-changeset-1.597 Kris@buschel2000.|ChangeSet|20020406204458|36727 ChangeSet 1.597 02/04/06 12:44:58 Kris@buschel2000. +7 -0 Reorganization of matmatmult.c. New files for free space management moved to mat/utils. New file for symbolic transpose for SeqAIJ. Two matrix routines have two mattype suffixes.
src/mat/utils/freespace.h 1.1 02/04/06 12:44:57 Kris@buschel2000. +15 -0
src/mat/utils/freespace.c 1.1 02/04/06 12:44:57 Kris@buschel2000. +44 -0
src/mat/impls/aij/seq/symtranspose.c 1.1 02/04/06 12:44:57 Kris@buschel2000. +152 -0
src/mat/utils/freespace.h 1.0 02/04/06 12:44:57 Kris@buschel2000. +0 -0 BitKeeper file e:/Kris/petsc/src/mat/utils/freespace.h
src/mat/utils/freespace.c 1.0 02/04/06 12:44:57 Kris@buschel2000. +0 -0 BitKeeper file e:/Kris/petsc/src/mat/utils/freespace.c
src/mat/impls/aij/seq/symtranspose.c 1.0 02/04/06 12:44:57 Kris@buschel2000. +0 -0 BitKeeper file e:/Kris/petsc/src/mat/impls/aij/seq/symtranspose.c
src/mat/utils/makefile 1.5 02/04/06 12:44:56 Kris@buschel2000. +3 -3 Moved free space linked list management to utils dir.
src/mat/impls/aij/seq/matmatmult.c 1.30 02/04/06 12:44:56 Kris@buschel2000. +3 -3 Changed calling sequence for MakeSpaceContiguous -- output last.
src/mat/impls/aij/seq/makefile 1.12 02/04/06 12:44:56 Kris@buschel2000. +4 -2 New file for symbolic transpose routines.
src/mat/impls/aij/seq/aij.h 1.7 02/04/06 12:44:56 Kris@buschel2000. +3 -0 Add prototypes for SymbolicTranspose routines.
src/mat/impls/aij/seq/matmatmult.c 1.29 02/04/06 12:30:38 Kris@buschel2000. +22 -213
Hg-commit: 5e01c7f14f70ab613955ebf81a3afd970d460ff0
show more ...
|
| a2fc510e | 28-Mar-2002 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.559 bsmith@terra.mcs.anl.gov|ChangeSet|20020328205636|27016 ChangeSet 1.559 02/03/28 14:56:36 bsmith@terra.mcs.anl.gov +14 -0 better hyperlinks for users manual
src/sles/example
bk-changeset-1.559 bsmith@terra.mcs.anl.gov|ChangeSet|20020328205636|27016 ChangeSet 1.559 02/03/28 14:56:36 bsmith@terra.mcs.anl.gov +14 -0 better hyperlinks for users manual
src/sles/examples/tutorials/makefile 1.17 02/03/28 14:56:34 bsmith@terra.mcs.anl.gov +5 -1 new esi example
src/sles/examples/tutorials/ex26.c 1.2 02/03/28 14:56:31 bsmith@terra.mcs.anl.gov +19 -108 new esi example
docs/tex/manual/part2.tex 1.21 02/03/28 14:56:31 bsmith@terra.mcs.anl.gov +1 -1 better hyperlinks for users manual
docs/tex/manual/gettinginfo.tex 1.5 02/03/28 14:56:31 bsmith@terra.mcs.anl.gov +1 -1 better hyperlinks for users manual
src/mat/utils/gcreate.c 1.11 02/03/28 14:56:29 bsmith@terra.mcs.anl.gov +4 -0 better hyperlinks for users manual
bmake/linux/packages 1.17 02/03/28 14:56:29 bsmith@terra.mcs.anl.gov +3 -3 removed trilinus
makefile 1.48 02/03/28 14:56:28 bsmith@terra.mcs.anl.gov +3 -6 better hyperlinks for users manual
docs/tex/manual/manual.tex 1.9 02/03/28 14:56:28 bsmith@terra.mcs.anl.gov +4 -7 better hyperlinks for users manual
docs/tex/manual/makefile 1.15 02/03/28 14:44:20 bsmith@terra.mcs.anl.gov +1 -1 *** empty log message ***
docs/tex/manual/makefile 1.14 02/03/28 14:42:33 bsmith@terra.mcs.anl.gov +3 -3 *** empty log message ***
maint/getpdflabels.py 1.4 02/03/28 14:29:15 bsmith@terra.mcs.anl.gov +4 -5 *** empty log message ***
maint/mapnameslatex.py 1.5 02/03/28 14:07:00 bsmith@terra.mcs.anl.gov +60 -5 *** empty log message ***
maint/getpdflabels.py 1.3 02/03/28 14:06:49 bsmith@terra.mcs.anl.gov +7 -6 *** empty log message ***
docs/tex/manual/part1.tex 1.12 02/03/28 14:06:26 bsmith@terra.mcs.anl.gov +54 -54 *** empty log message ***
docs/tex/manual/part2.tex 1.20 02/03/28 14:06:18 bsmith@terra.mcs.anl.gov +1152 -1150 *** empty log message ***
docs/tex/manual/makefile 1.13 02/03/28 14:06:04 bsmith@terra.mcs.anl.gov +8 -27 *** empty log message ***
docs/tex/manual/makefile 1.12 02/03/28 13:46:15 bsmith@terra.mcs.anl.gov +13 -6 *** empty log message ***
bmake/solaris/packages 1.11 02/03/28 10:53:24 bsmith@terra.mcs.anl.gov +1 -1 *** empty log message ***
maint/mapnameslatex.py 1.4 02/03/27 20:33:41 bsmith@terra.mcs.anl.gov +5 -1 *** empty log message ***
maint/mapnameslatex.py 1.3 02/03/27 20:31:40 bsmith@terra.mcs.anl.gov +14 -27 *** empty log message ***
maint/mapnameslatex.py 1.2 02/03/27 20:15:16 bsmith@terra.mcs.anl.gov +10 -3 *** empty log message ***
maint/mapnameslatex.py 1.1 02/03/27 19:53:29 bsmith@terra.mcs.anl.gov +161 -0
maint/mapnameslatex.py 1.0 02/03/27 19:53:29 bsmith@terra.mcs.anl.gov +0 -0 BitKeeper file /sandbox/bsmith/petsc/maint/mapnameslatex.py
docs/tex/manual/part2.tex 1.19 02/03/27 15:57:28 bsmith@terra.mcs.anl.gov +236 -236 *** empty log message ***
docs/tex/manual/part1.tex 1.11 02/03/27 15:57:20 bsmith@terra.mcs.anl.gov +1 -1 *** empty log message ***
docs/tex/manual/part1.tex 1.10 02/03/27 15:03:11 bsmith@terra.mcs.anl.gov +42 -42 *** empty log message ***
docs/tex/manual/gettinginfo.tex 1.4 02/03/27 15:00:57 bsmith@terra.mcs.anl.gov +6 -6 *** empty log message ***
maint/getpdflabels.py 1.2 02/03/27 14:50:32 bsmith@terra.mcs.anl.gov +43 -44 *** empty log message ***
maint/getpdflabels.py 1.1 02/03/27 10:52:55 bsmith@terra.mcs.anl.gov +74 -0
maint/getpdflabels.py 1.0 02/03/27 10:52:54 bsmith@terra.mcs.anl.gov +0 -0 BitKeeper file /sandbox/bsmith/petsc/maint/getpdflabels.py
bmake/linux/packages 1.16 02/03/27 10:22:33 bsmith@terra.mcs.anl.gov +2 -2 removed cca usage
src/sles/examples/tutorials/makefile 1.16 02/03/27 10:15:17 bsmith@terra.mcs.anl.gov +1 -1 *** empty log message ***
src/sles/examples/tutorials/ex26.c 1.1 02/03/26 22:19:52 bsmith@terra.mcs.anl.gov +232 -0
src/sles/examples/tutorials/ex26.c 1.0 02/03/26 22:19:52 bsmith@terra.mcs.anl.gov +0 -0 BitKeeper file /sandbox/bsmith/petsc/src/sles/examples/tutorials/ex26.c
maint/xclude 1.10 02/03/26 16:15:28 bsmith@terra.mcs.anl.gov +0 -1 *** empty log message ***
Hg-commit: 1aecee0c7c3920d11cba5eea279f86340e169573
show more ...
|
| d9157b3b | 26-Mar-2002 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.548.1.1 bsmith@terra.mcs.anl.gov|ChangeSet|20020326152302|50152 ChangeSet 1.548.1.1 02/03/26 09:23:02 bsmith@terra.mcs.anl.gov +13 -0 esi and bug fixes
src/mat/matimpl.h 1.1
bk-changeset-1.548.1.1 bsmith@terra.mcs.anl.gov|ChangeSet|20020326152302|50152 ChangeSet 1.548.1.1 02/03/26 09:23:02 bsmith@terra.mcs.anl.gov +13 -0 esi and bug fixes
src/mat/matimpl.h 1.15 02/03/26 09:23:02 bsmith@terra.mcs.anl.gov +1 -0 moe esi support
include/esi/petsc/solveriterative.h 1.2 02/03/26 09:23:02 bsmith@terra.mcs.anl.gov +94 -71 esi
include/esi/petsc/preconditioner.h 1.15 02/03/26 09:23:02 bsmith@terra.mcs.anl.gov +2 -0 more esi
src/sles/esi/esles.c 1.2 02/03/25 22:52:43 bsmith@terra.mcs.anl.gov +112 -75 *** empty log message ***
include/esi/petsc/matrix.h 1.17 02/03/25 20:26:22 bsmith@terra.mcs.anl.gov +3 -3 *** empty log message ***
src/sles/esi/makefile 1.2 02/03/25 19:33:57 bsmith@terra.mcs.anl.gov +4 -4 *** empty log message ***
src/sles/esi/makefile 1.1 02/03/25 17:16:48 bsmith@terra.mcs.anl.gov +23 -0
src/sles/esi/esles.c 1.1 02/03/25 17:16:48 bsmith@terra.mcs.anl.gov +180 -0
src/sles/esi/makefile 1.0 02/03/25 17:16:48 bsmith@terra.mcs.anl.gov +0 -0 BitKeeper file /sandbox/bsmith/petsc/src/sles/esi/makefile
src/sles/esi/esles.c 1.0 02/03/25 17:16:48 bsmith@terra.mcs.anl.gov +0 -0 BitKeeper file /sandbox/bsmith/petsc/src/sles/esi/esles.c
include/esi/petsc/preconditioner.h 1.14 02/03/25 15:21:53 bsmith@terra.mcs.anl.gov +0 -1 removed unused maps
include/esi/petsc/solveriterative.h 1.1 02/03/25 15:15:51 bsmith@terra.mcs.anl.gov +147 -0
include/esi/petsc/solveriterative.h 1.0 02/03/25 15:15:50 bsmith@terra.mcs.anl.gov +0 -0 BitKeeper file /sandbox/bsmith/petsc/include/esi/petsc/solveriterative.h
src/mat/impls/esi/mesi.c 1.21 02/03/25 14:04:07 bsmith@terra.mcs.anl.gov +20 -0 *** empty log message ***
src/sles/pc/impls/esi/pesi.c 1.8 02/03/25 14:04:02 bsmith@terra.mcs.anl.gov +2 -1 *** empty log message ***
include/esi/petsc/matrix.h 1.16 02/03/25 13:00:55 bsmith@terra.mcs.anl.gov +1 -1 *** empty log message ***
include/esi/petsc/matrix.h 1.15 02/03/25 13:00:02 bsmith@terra.mcs.anl.gov +1 -0 *** empty log message ***
include/esi/petsc/preconditioner.h 1.13 02/03/25 12:47:51 bsmith@terra.mcs.anl.gov +2 -0 added esi::petsc::preconditioner is also a esi::solver
src/sles/pc/esi/epreconditioner.c 1.16 02/03/25 12:47:43 bsmith@terra.mcs.anl.gov +3 -0 added esi::petsc::preconditioner is also a esi::solver
docs/tex/manual/part2.tex 1.18 02/03/25 12:24:25 bsmith@terra.mcs.anl.gov +8 -0 *** empty log message ***
src/sles/pc/impls/esi/pesi.c 1.7 02/03/25 12:21:47 bsmith@terra.mcs.anl.gov +2 -1 completed petscesi preconditioner type
src/mat/utils/matioall.c 1.9 02/03/25 12:17:26 bsmith@terra.mcs.anl.gov +1 -0 *** empty log message ***
src/mat/impls/esi/mesi.c 1.20 02/03/25 12:17:12 bsmith@terra.mcs.anl.gov +3 -2 *** empty log message ***
src/vec/impls/shared/shvec.c 1.13 02/03/25 12:06:09 bsmith@terra.mcs.anl.gov +2 -0 veccreate_seq does not have c++ name manglin
src/vec/impls/shared/shvec.c 1.12 02/03/25 12:04:40 bsmith@terra.mcs.anl.gov +5 -3 fixed veccreate_shared for nonshared memory machine; calling sequence had never been fixed after change to dynamic loading of matrices ?
src/vec/impls/esi/ebvec1.c 1.23 02/03/24 23:11:22 bsmith@terra.mcs.anl.gov +2 -1 finishes vector type of petscesi
Hg-commit: 9b157ba1f822b6eea4bc22676403e234c85213eb
show more ...
|
| f8ab6608 | 27-Feb-2002 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.490.1.8 balay@shakey.mcs.anl.gov|ChangeSet|20020227214356|06455 ChangeSet 1.490.1.8 02/02/27 15:43:56 balay@shakey.mcs.anl.gov +7 -0 documentation updates
src/vec/utils/vinv.c
bk-changeset-1.490.1.8 balay@shakey.mcs.anl.gov|ChangeSet|20020227214356|06455 ChangeSet 1.490.1.8 02/02/27 15:43:56 balay@shakey.mcs.anl.gov +7 -0 documentation updates
src/vec/utils/vinv.c 1.10 02/02/27 15:43:56 balay@shakey.mcs.anl.gov +1 -1 update level info.
src/vec/interface/vector.c 1.25 02/02/27 15:43:56 balay@shakey.mcs.anl.gov +1 -1 change level info for VecSetFromOptions()
src/vec/interface/veccreate.c 1.13 02/02/27 15:43:56 balay@shakey.mcs.anl.gov +5 -1 Update VecCreate() man page with info about VecSetType() and VecSetFromOptions()
src/sys/src/plog/plog.c 1.24 02/02/27 15:43:56 balay@shakey.mcs.anl.gov +1 -1 fix bad info message
src/mat/utils/gcreate.c 1.10 02/02/27 15:43:56 balay@shakey.mcs.anl.gov +1 -1 typo fix
src/dm/da/src/dalocal.c 1.6 02/02/27 15:43:56 balay@shakey.mcs.anl.gov +8 -1 update doc for DA with VecStride*()
src/dm/da/src/dagetarray.c 1.5 02/02/27 15:43:56 balay@shakey.mcs.anl.gov +1 -1 typo fix
Hg-commit: 4d16d553c25f841ad0c40723802dedc00b0a8c77
show more ...
|
| 5d10bc3a | 10-Dec-2001 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.354.1.2 bsmith@terra.mcs.anl.gov|ChangeSet|20011210165350|64730 ChangeSet 1.354.1.2 01/12/10 10:53:50 bsmith@terra.mcs.anl.gov +7 -0 nightly build fixes bug
src/ts/examples/tu
bk-changeset-1.354.1.2 bsmith@terra.mcs.anl.gov|ChangeSet|20011210165350|64730 ChangeSet 1.354.1.2 01/12/10 10:53:50 bsmith@terra.mcs.anl.gov +7 -0 nightly build fixes bug
src/ts/examples/tutorials/ex5.c 1.5 01/12/10 10:52:03 bsmith@terra.mcs.anl.gov +3 -3 *** empty log message ***
src/ts/examples/tutorials/ex3.c 1.5 01/12/10 10:51:10 bsmith@terra.mcs.anl.gov +4 -4 *** empty log message ***
src/mat/examples/tests/ex30.c 1.5 01/12/10 10:47:45 bsmith@terra.mcs.anl.gov +1 -0 *** empty log message ***
src/mat/utils/matioall.c 1.8 01/12/10 10:44:01 bsmith@terra.mcs.anl.gov +1 -1 *** empty log message ***
src/mat/interface/matregis.c 1.8 01/12/10 10:42:58 bsmith@terra.mcs.anl.gov +1 -1 *** empty log message ***
include/esi/petsc/object.h 1.8 01/12/10 10:30:54 bsmith@terra.mcs.anl.gov +1 -0 *** empty log message ***
bmake/IRIX/petscfix.h 1.6 01/12/10 10:17:16 bsmith@terra.mcs.anl.gov +2 -2 take out the MPI_Comm stuff
Hg-commit: daba147d4a00375d568f45a597411764cdc4b8b3
show more ...
|
| c1ef491b | 03-Dec-2001 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.295.1.3 bsmith@terra.mcs.anl.gov|ChangeSet|20011203205539|43509 ChangeSet 1.295.1.3 01/12/03 14:55:39 bsmith@terra.mcs.anl.gov +50 -0 chaged petsc-have_namespace to petsc_have_cxx_
bk-changeset-1.295.1.3 bsmith@terra.mcs.anl.gov|ChangeSet|20011203205539|43509 ChangeSet 1.295.1.3 01/12/03 14:55:39 bsmith@terra.mcs.anl.gov +50 -0 chaged petsc-have_namespace to petsc_have_cxx_namespace
src/vec/interface/vector.c 1.21 01/12/03 14:55:39 bsmith@terra.mcs.anl.gov +1 -1 chaged petsc-have_namespace to petsc_have_cxx_namespace
src/vec/interface/vecregall.c 1.10 01/12/03 14:55:39 bsmith@terra.mcs.anl.gov +1 -1 chaged petsc-have_namespace to petsc_have_cxx_namespace
src/vec/impls/esi/makefile 1.7 01/12/03 14:55:39 bsmith@terra.mcs.anl.gov +1 -1 chaged petsc-have_namespace to petsc_have_cxx_namespace
src/vec/esi/makefile 1.10 01/12/03 14:55:39 bsmith@terra.mcs.anl.gov +1 -1 chaged petsc-have_namespace to petsc_have_cxx_namespace
src/sys/src/esi/makefile 1.8 01/12/03 14:55:39 bsmith@terra.mcs.anl.gov +1 -1 chaged petsc-have_namespace to petsc_have_cxx_namespace
src/sles/pc/impls/esi/makefile 1.4 01/12/03 14:55:38 bsmith@terra.mcs.anl.gov +1 -1 chaged petsc-have_namespace to petsc_have_cxx_namespace
src/sles/pc/esi/makefile 1.7 01/12/03 14:55:38 bsmith@terra.mcs.anl.gov +1 -1 chaged petsc-have_namespace to petsc_have_cxx_namespace
src/mat/utils/matioall.c 1.7 01/12/03 14:55:38 bsmith@terra.mcs.anl.gov +1 -1 chaged petsc-have_namespace to petsc_have_cxx_namespace
src/mat/utils/gcreate.c 1.9 01/12/03 14:55:38 bsmith@terra.mcs.anl.gov +1 -1 chaged petsc-have_namespace to petsc_have_cxx_namespace
src/mat/interface/matregis.c 1.7 01/12/03 14:55:38 bsmith@terra.mcs.anl.gov +1 -1 chaged petsc-have_namespace to petsc_have_cxx_namespace
src/mat/impls/esi/makefile 1.9 01/12/03 14:55:38 bsmith@terra.mcs.anl.gov +1 -1 chaged petsc-have_namespace to petsc_have_cxx_namespace
src/mat/esi/makefile 1.9 01/12/03 14:55:38 bsmith@terra.mcs.anl.gov +1 -1 chaged petsc-have_namespace to petsc_have_cxx_namespace
bmake/win64_intel/petscconf.h 1.13 01/12/03 14:55:38 bsmith@terra.mcs.anl.gov +1 -1 chaged petsc-have_namespace to petsc_have_cxx_namespace
bmake/win32_ms_wmpi/petscconf.h 1.14 01/12/03 14:55:38 bsmith@terra.mcs.anl.gov +1 -1 chaged petsc-have_namespace to petsc_have_cxx_namespace
bmake/win32_ms_mpipro/petscconf.h 1.14 01/12/03 14:55:38 bsmith@terra.mcs.anl.gov +1 -1 chaged petsc-have_namespace to petsc_have_cxx_namespace
bmake/win32_ms_mpich/petscconf.h 1.15 01/12/03 14:55:37 bsmith@terra.mcs.anl.gov +1 -1 chaged petsc-have_namespace to petsc_have_cxx_namespace
bmake/win32_ms/petscconf.h 1.14 01/12/03 14:55:37 bsmith@terra.mcs.anl.gov +1 -1 chaged petsc-have_namespace to petsc_have_cxx_namespace
bmake/win32_intel/petscconf.h 1.13 01/12/03 14:55:37 bsmith@terra.mcs.anl.gov +1 -1 chaged petsc-have_namespace to petsc_have_cxx_namespace
bmake/win32_gnu/petscconf.h 1.17 01/12/03 14:55:37 bsmith@terra.mcs.anl.gov +1 -1 chaged petsc-have_namespace to petsc_have_cxx_namespace
bmake/win32_borland/petscconf.h 1.16 01/12/03 14:55:37 bsmith@terra.mcs.anl.gov +1 -1 chaged petsc-have_namespace to petsc_have_cxx_namespace
bmake/t3e/petscconf.h 1.16 01/12/03 14:55:37 bsmith@terra.mcs.anl.gov +1 -1 chaged petsc-have_namespace to petsc_have_cxx_namespace
bmake/solaris_x86/petscconf.h 1.15 01/12/03 14:55:37 bsmith@terra.mcs.anl.gov +1 -1 chaged petsc-have_namespace to petsc_have_cxx_namespace
bmake/solaris_uni/petscconf.h 1.17 01/12/03 14:55:36 bsmith@terra.mcs.anl.gov +1 -1 chaged petsc-have_namespace to petsc_have_cxx_namespace
bmake/solaris_lam/petscconf.h 1.17 01/12/03 14:55:36 bsmith@terra.mcs.anl.gov +1 -1 chaged petsc-have_namespace to petsc_have_cxx_namespace
bmake/solaris_gnu/petscconf.h 1.18 01/12/03 14:55:36 bsmith@terra.mcs.anl.gov +1 -1 chaged petsc-have_namespace to petsc_have_cxx_namespace
bmake/solaris64/petscconf.h 1.17 01/12/03 14:55:36 bsmith@terra.mcs.anl.gov +1 -1 chaged petsc-have_namespace to petsc_have_cxx_namespace
bmake/solaris/petscconf.h 1.17 01/12/03 14:55:36 bsmith@terra.mcs.anl.gov +1 -1 chaged petsc-have_namespace to petsc_have_cxx_namespace
bmake/macx/petscconf.h 1.13 01/12/03 14:55:36 bsmith@terra.mcs.anl.gov +1 -1 chaged petsc-have_namespace to petsc_have_cxx_namespace
bmake/linux_superludist/petscconf.h 1.12 01/12/03 14:55:36 bsmith@terra.mcs.anl.gov +1 -1 chaged petsc-have_namespace to petsc_have_cxx_namespace
bmake/linux_pgi/petscconf.h 1.16 01/12/03 14:55:36 bsmith@terra.mcs.anl.gov +1 -1 chaged petsc-have_namespace to petsc_have_cxx_namespace
bmake/linux_intel/petscconf.h 1.16 01/12/03 14:55:36 bsmith@terra.mcs.anl.gov +1 -1 chaged petsc-have_namespace to petsc_have_cxx_namespace
bmake/linux_gcc_pgf90/petscconf.h 1.18 01/12/03 14:55:35 bsmith@terra.mcs.anl.gov +1 -1 chaged petsc-have_namespace to petsc_have_cxx_namespace
bmake/linux_alpha_dec/petscconf.h 1.15 01/12/03 14:55:35 bsmith@terra.mcs.anl.gov +1 -1 chaged petsc-have_namespace to petsc_have_cxx_namespace
bmake/linux_alpha/petscconf.h 1.18 01/12/03 14:55:35 bsmith@terra.mcs.anl.gov +1 -1 chaged petsc-have_namespace to petsc_have_cxx_namespace
bmake/linux_absoft/petscconf.h 1.18 01/12/03 14:55:35 bsmith@terra.mcs.anl.gov +1 -1 chaged petsc-have_namespace to petsc_have_cxx_namespace
bmake/linux64_intel/petscconf.h 1.16 01/12/03 14:55:35 bsmith@terra.mcs.anl.gov +1 -1 chaged petsc-have_namespace to petsc_have_cxx_namespace
bmake/linux64/petscconf.h 1.18 01/12/03 14:55:35 bsmith@terra.mcs.anl.gov +1 -1 chaged petsc-have_namespace to petsc_have_cxx_namespace
bmake/linux/petscconf.h 1.16 01/12/03 14:55:35 bsmith@terra.mcs.anl.gov +1 -1 chaged petsc-have_namespace to petsc_have_cxx_namespace
bmake/hpux64/petscconf.h 1.16 01/12/03 14:55:35 bsmith@terra.mcs.anl.gov +1 -1 chaged petsc-have_namespace to petsc_have_cxx_namespace
bmake/hpux/petscconf.h 1.16 01/12/03 14:55:35 bsmith@terra.mcs.anl.gov +1 -1 chaged petsc-have_namespace to petsc_have_cxx_namespace
bmake/freebsd/petscconf.h 1.19 01/12/03 14:55:35 bsmith@terra.mcs.anl.gov +1 -1 chaged petsc-have_namespace to petsc_have_cxx_namespace
bmake/beos/petscconf.h 1.17 01/12/03 14:55:34 bsmith@terra.mcs.anl.gov +1 -1 chaged petsc-have_namespace to petsc_have_cxx_namespace
bmake/ascired/petscconf.h 1.12 01/12/03 14:55:34 bsmith@terra.mcs.anl.gov +1 -1 chaged petsc-have_namespace to petsc_have_cxx_namespace
bmake/alpha_uni/petscconf.h 1.17 01/12/03 14:55:34 bsmith@terra.mcs.anl.gov +1 -1 chaged petsc-have_namespace to petsc_have_cxx_namespace
bmake/alpha_gnu/petscconf.h 1.19 01/12/03 14:55:34 bsmith@terra.mcs.anl.gov +1 -1 chaged petsc-have_namespace to petsc_have_cxx_namespace
bmake/alpha/petscconf.h 1.17 01/12/03 14:55:34 bsmith@terra.mcs.anl.gov +1 -1 chaged petsc-have_namespace to petsc_have_cxx_namespace
bmake/UXPV/petscconf.h 1.17 01/12/03 14:55:34 bsmith@terra.mcs.anl.gov +1 -1 chaged petsc-have_namespace to petsc_have_cxx_namespace
bmake/IRIX_gnu/petscconf.h 1.18 01/12/03 14:55:34 bsmith@terra.mcs.anl.gov +1 -1 chaged petsc-have_namespace to petsc_have_cxx_namespace
bmake/IRIX64/petscconf.h 1.16 01/12/03 14:55:34 bsmith@terra.mcs.anl.gov +1 -1 chaged petsc-have_namespace to petsc_have_cxx_namespace
bmake/IRIX/petscconf.h 1.16 01/12/03 14:55:34 bsmith@terra.mcs.anl.gov +1 -1 chaged petsc-have_namespace to petsc_have_cxx_namespace
Hg-commit: 5a96093aba7ac5fa0154c11c435e324a49986d97
show more ...
|
| b4bc8727 | 03-Dec-2001 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.295.1.2 bsmith@terra.mcs.anl.gov|ChangeSet|20011203194144|43550 ChangeSet 1.295.1.2 01/12/03 13:41:44 bsmith@terra.mcs.anl.gov +50 -0 compile esi stuff only if compiler supports na
bk-changeset-1.295.1.2 bsmith@terra.mcs.anl.gov|ChangeSet|20011203194144|43550 ChangeSet 1.295.1.2 01/12/03 13:41:44 bsmith@terra.mcs.anl.gov +50 -0 compile esi stuff only if compiler supports namespaces
src/vec/interface/vector.c 1.20 01/12/03 13:41:43 bsmith@terra.mcs.anl.gov +1 -1 added flag for if C++ supports namespace
src/vec/interface/vecregall.c 1.9 01/12/03 13:41:43 bsmith@terra.mcs.anl.gov +1 -1 added flag for if C++ supports namespace
src/vec/impls/esi/makefile 1.6 01/12/03 13:41:43 bsmith@terra.mcs.anl.gov +1 -0 added flag for if C++ supports namespace
src/vec/esi/makefile 1.9 01/12/03 13:41:43 bsmith@terra.mcs.anl.gov +1 -0 added flag for if C++ supports namespace
src/sys/src/esi/makefile 1.7 01/12/03 13:41:43 bsmith@terra.mcs.anl.gov +1 -0 added flag for if C++ supports namespace
src/sles/pc/impls/esi/makefile 1.3 01/12/03 13:41:43 bsmith@terra.mcs.anl.gov +1 -0 added flag for if C++ supports namespace
src/sles/pc/esi/makefile 1.6 01/12/03 13:41:43 bsmith@terra.mcs.anl.gov +1 -0 added flag for if C++ supports namespace
src/mat/utils/matioall.c 1.6 01/12/03 13:41:42 bsmith@terra.mcs.anl.gov +1 -1 added flag for if C++ supports namespace
src/mat/utils/gcreate.c 1.8 01/12/03 13:41:42 bsmith@terra.mcs.anl.gov +1 -1 added flag for if C++ supports namespace
src/mat/interface/matregis.c 1.6 01/12/03 13:41:42 bsmith@terra.mcs.anl.gov +1 -1 added flag for if C++ supports namespace
src/mat/impls/esi/makefile 1.8 01/12/03 13:41:42 bsmith@terra.mcs.anl.gov +1 -0 added flag for if C++ supports namespace
src/mat/esi/makefile 1.8 01/12/03 13:41:42 bsmith@terra.mcs.anl.gov +1 -0 added flag for if C++ supports namespace
bmake/win64_intel/petscconf.h 1.12 01/12/03 13:41:42 bsmith@terra.mcs.anl.gov +1 -0 added flag for if C++ supports namespace
bmake/win32_ms_wmpi/petscconf.h 1.13 01/12/03 13:41:42 bsmith@terra.mcs.anl.gov +1 -0 added flag for if C++ supports namespace
bmake/win32_ms_mpipro/petscconf.h 1.13 01/12/03 13:41:42 bsmith@terra.mcs.anl.gov +1 -0 added flag for if C++ supports namespace
bmake/win32_ms_mpich/petscconf.h 1.14 01/12/03 13:41:42 bsmith@terra.mcs.anl.gov +1 -0 added flag for if C++ supports namespace
bmake/win32_ms/petscconf.h 1.13 01/12/03 13:41:42 bsmith@terra.mcs.anl.gov +1 -0 added flag for if C++ supports namespace
bmake/win32_intel/petscconf.h 1.12 01/12/03 13:41:42 bsmith@terra.mcs.anl.gov +1 -0 added flag for if C++ supports namespace
bmake/win32_gnu/petscconf.h 1.16 01/12/03 13:41:42 bsmith@terra.mcs.anl.gov +1 -0 added flag for if C++ supports namespace
bmake/win32_borland/petscconf.h 1.15 01/12/03 13:41:42 bsmith@terra.mcs.anl.gov +1 -0 added flag for if C++ supports namespace
bmake/t3e/petscconf.h 1.15 01/12/03 13:41:41 bsmith@terra.mcs.anl.gov +1 -0 added flag for if C++ supports namespace
bmake/solaris_x86/petscconf.h 1.14 01/12/03 13:41:41 bsmith@terra.mcs.anl.gov +1 -0 added flag for if C++ supports namespace
bmake/solaris_uni/petscconf.h 1.16 01/12/03 13:41:41 bsmith@terra.mcs.anl.gov +1 -0 added flag for if C++ supports namespace
bmake/solaris_lam/petscconf.h 1.16 01/12/03 13:41:41 bsmith@terra.mcs.anl.gov +1 -0 added flag for if C++ supports namespace
bmake/solaris_gnu/petscconf.h 1.17 01/12/03 13:41:41 bsmith@terra.mcs.anl.gov +1 -0 added flag for if C++ supports namespace
bmake/solaris64/petscconf.h 1.16 01/12/03 13:41:41 bsmith@terra.mcs.anl.gov +1 -0 added flag for if C++ supports namespace
bmake/solaris/petscconf.h 1.16 01/12/03 13:41:41 bsmith@terra.mcs.anl.gov +1 -0 added flag for if C++ supports namespace
bmake/macx/petscconf.h 1.12 01/12/03 13:41:41 bsmith@terra.mcs.anl.gov +1 -0 added flag for if C++ supports namespace
bmake/linux_superludist/petscconf.h 1.11 01/12/03 13:41:40 bsmith@terra.mcs.anl.gov +1 -0 added flag for if C++ supports namespace
bmake/linux_pgi/petscconf.h 1.15 01/12/03 13:41:40 bsmith@terra.mcs.anl.gov +1 -0 added flag for if C++ supports namespace
bmake/linux_intel/petscconf.h 1.15 01/12/03 13:41:40 bsmith@terra.mcs.anl.gov +1 -0 added flag for if C++ supports namespace
bmake/linux_gcc_pgf90/petscconf.h 1.17 01/12/03 13:41:40 bsmith@terra.mcs.anl.gov +1 -0 added flag for if C++ supports namespace
bmake/linux_alpha_dec/petscconf.h 1.14 01/12/03 13:41:40 bsmith@terra.mcs.anl.gov +1 -0 added flag for if C++ supports namespace
bmake/linux_alpha/petscconf.h 1.17 01/12/03 13:41:40 bsmith@terra.mcs.anl.gov +1 -0 added flag for if C++ supports namespace
bmake/linux_absoft/petscconf.h 1.17 01/12/03 13:41:40 bsmith@terra.mcs.anl.gov +1 -1 added flag for if C++ supports namespace
bmake/linux64_intel/petscconf.h 1.15 01/12/03 13:41:40 bsmith@terra.mcs.anl.gov +1 -0 added flag for if C++ supports namespace
bmake/linux64/petscconf.h 1.17 01/12/03 13:41:39 bsmith@terra.mcs.anl.gov +1 -0 added flag for if C++ supports namespace
bmake/hpux64/petscconf.h 1.15 01/12/03 13:41:39 bsmith@terra.mcs.anl.gov +1 -0 added flag for if C++ supports namespace
bmake/hpux/petscconf.h 1.15 01/12/03 13:41:39 bsmith@terra.mcs.anl.gov +1 -0 added flag for if C++ supports namespace
bmake/freebsd/petscconf.h 1.18 01/12/03 13:41:39 bsmith@terra.mcs.anl.gov +1 -0 added flag for if C++ supports namespace
bmake/beos/petscconf.h 1.16 01/12/03 13:41:39 bsmith@terra.mcs.anl.gov +1 -1 added flag for if C++ supports namespace
bmake/ascired/petscconf.h 1.11 01/12/03 13:41:39 bsmith@terra.mcs.anl.gov +1 -0 added flag for if C++ supports namespace
bmake/alpha_uni/petscconf.h 1.16 01/12/03 13:41:39 bsmith@terra.mcs.anl.gov +1 -0 added flag for if C++ supports namespace
bmake/alpha_gnu/petscconf.h 1.18 01/12/03 13:41:39 bsmith@terra.mcs.anl.gov +1 -0 added flag for if C++ supports namespace
bmake/alpha/petscconf.h 1.16 01/12/03 13:41:39 bsmith@terra.mcs.anl.gov +1 -0 added flag for if C++ supports namespace
bmake/UXPV/petscconf.h 1.16 01/12/03 13:41:39 bsmith@terra.mcs.anl.gov +1 -0 added flag for if C++ supports namespace
bmake/IRIX_gnu/petscconf.h 1.17 01/12/03 13:41:39 bsmith@terra.mcs.anl.gov +1 -0 added flag for if C++ supports namespace
bmake/IRIX64/petscconf.h 1.15 01/12/03 13:41:38 bsmith@terra.mcs.anl.gov +1 -1 added flag for if C++ supports namespace
bmake/IRIX/petscconf.h 1.15 01/12/03 13:41:38 bsmith@terra.mcs.anl.gov +4 -0 added flag for if C++ supports namespace
bmake/linux/petscconf.h 1.15 01/12/03 13:01:49 bsmith@terra.mcs.anl.gov +2 -0 *** empty log message ***
Hg-commit: 845e0d5057de728647c4d1620b773ccd47234f4c
show more ...
|
| 9f12381d | 01-Dec-2001 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.283.1.1 balay@shakey.mcs.anl.gov|ChangeSet|20011201033939|25834 ChangeSet 1.283.1.1 01/11/30 21:39:39 balay@shakey.mcs.anl.gov +4 -0 fix a couple of warnings with freebsd. compil
bk-changeset-1.283.1.1 balay@shakey.mcs.anl.gov|ChangeSet|20011201033939|25834 ChangeSet 1.283.1.1 01/11/30 21:39:39 balay@shakey.mcs.anl.gov +4 -0 fix a couple of warnings with freebsd. compiler here is really old version..
src/vec/is/examples/tests/ex2.c 1.4 01/11/30 21:39:39 balay@shakey.mcs.anl.gov +5 -5 null string causes warnings with SETERRQ
src/vec/is/examples/tests/ex1.c 1.4 01/11/30 21:39:39 balay@shakey.mcs.anl.gov +11 -11 null string causes warnings with SETERRQ
src/mat/utils/axpy.c 1.7 01/11/30 21:39:39 balay@shakey.mcs.anl.gov +1 -2 remove unused variables
bmake/freebsd/petscconf.h 1.17 01/11/30 21:39:39 balay@shakey.mcs.anl.gov +0 -1 __attribute__ causes grief with %A in printf - so removed
Hg-commit: 166617d092abb5fe85c12752c99b2dc5479f9550
show more ...
|
| 8dadbd76 | 30-Nov-2001 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.278 balay@shakey.mcs.anl.gov|ChangeSet|20011130211030|29096 ChangeSet 1.278 01/11/30 15:10:30 balay@shakey.mcs.anl.gov +1 -0 bug fix for undefined variables
src/mat/utils/axpy.c
bk-changeset-1.278 balay@shakey.mcs.anl.gov|ChangeSet|20011130211030|29096 ChangeSet 1.278 01/11/30 15:10:30 balay@shakey.mcs.anl.gov +1 -0 bug fix for undefined variables
src/mat/utils/axpy.c 1.6 01/11/30 15:10:29 balay@shakey.mcs.anl.gov +3 -2 bug fix for undefined variables
Hg-commit: 8c7045a60387bacbf9e272f6ac116873b2b2d0e6
show more ...
|
| 607cd303 | 30-Nov-2001 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.274.1.1 bsmith@terra.mcs.anl.gov|ChangeSet|20011130184615|29168 ChangeSet 1.274.1.1 01/11/30 12:46:15 bsmith@terra.mcs.anl.gov +14 -0 fixes for ESI without CCA
src/vec/impls/esi
bk-changeset-1.274.1.1 bsmith@terra.mcs.anl.gov|ChangeSet|20011130184615|29168 ChangeSet 1.274.1.1 01/11/30 12:46:15 bsmith@terra.mcs.anl.gov +14 -0 fixes for ESI without CCA
src/vec/impls/esi/ebvec1.c 1.16 01/11/30 12:46:14 bsmith@terra.mcs.anl.gov +7 -9
src/vec/esi/evector.c 1.15 01/11/30 12:46:14 bsmith@terra.mcs.anl.gov +4 -4
src/vec/esi/eindexspace.c 1.11 01/11/30 12:46:14 bsmith@terra.mcs.anl.gov +4 -4
src/snes/impls/test/snestest.c 1.5 01/11/30 12:46:14 bsmith@terra.mcs.anl.gov +1 -1
src/sles/examples/tutorials/makefile 1.10 01/11/30 12:46:14 bsmith@terra.mcs.anl.gov +1 -1
src/mat/utils/axpy.c 1.5 01/11/30 12:46:14 bsmith@terra.mcs.anl.gov +42 -26
src/mat/matimpl.h 1.12 01/11/30 12:46:14 bsmith@terra.mcs.anl.gov +2 -1
src/mat/impls/esi/mesi.c 1.12 01/11/30 12:46:14 bsmith@terra.mcs.anl.gov +2 -3
src/mat/impls/dense/seq/dense.c 1.11 01/11/30 12:46:14 bsmith@terra.mcs.anl.gov +1 -1
src/mat/examples/tests/ex49.c 1.4 01/11/30 12:46:13 bsmith@terra.mcs.anl.gov +1 -1
src/mat/examples/tests/ex2.c 1.5 01/11/30 12:46:13 bsmith@terra.mcs.anl.gov +1 -1
src/mat/esi/ematrix.c 1.11 01/11/30 12:46:13 bsmith@terra.mcs.anl.gov +4 -4
include/petscmat.h 1.16 01/11/30 12:46:13 bsmith@terra.mcs.anl.gov +1 -1
docs/tex/manual/part2.tex 1.9 01/11/30 12:46:13 bsmith@terra.mcs.anl.gov +1 -1
Hg-commit: a6755e076c14dc0ed95468c800d2d9d2158146c0
show more ...
|
| 064f8208 | 30-Nov-2001 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.257.1.1 bsmith@terra.mcs.anl.gov|ChangeSet|20011130151924|09861 ChangeSet 1.257.1.1 01/11/30 09:19:24 bsmith@terra.mcs.anl.gov +57 -0 put esi into petsc. change norm to nrm to prev
bk-changeset-1.257.1.1 bsmith@terra.mcs.anl.gov|ChangeSet|20011130151924|09861 ChangeSet 1.257.1.1 01/11/30 09:19:24 bsmith@terra.mcs.anl.gov +57 -0 put esi into petsc. change norm to nrm to prevent shadowing
src/vec/interface/vector.c 1.19 01/11/30 09:19:24 bsmith@terra.mcs.anl.gov +1 -1
src/vec/interface/vecregall.c 1.8 01/11/30 09:19:23 bsmith@terra.mcs.anl.gov +1 -1
src/vec/impls/esi/makefile 1.5 01/11/30 09:19:23 bsmith@terra.mcs.anl.gov +1 -2
src/vec/esi/makefile 1.8 01/11/30 09:19:23 bsmith@terra.mcs.anl.gov +1 -2
src/sys/src/esi/makefile 1.6 01/11/30 09:19:23 bsmith@terra.mcs.anl.gov +1 -2
src/sys/src/dll/dl.c 1.10 01/11/30 09:19:23 bsmith@terra.mcs.anl.gov +1 -1
src/sles/pc/interface/pcregis.c 1.6 01/11/30 09:19:23 bsmith@terra.mcs.anl.gov +0 -4
src/sles/pc/esi/makefile 1.5 01/11/30 09:19:23 bsmith@terra.mcs.anl.gov +1 -2
src/mat/utils/matioall.c 1.5 01/11/30 09:19:23 bsmith@terra.mcs.anl.gov +1 -1
src/mat/utils/gcreate.c 1.7 01/11/30 09:19:23 bsmith@terra.mcs.anl.gov +1 -1
src/mat/interface/matregis.c 1.5 01/11/30 09:19:23 bsmith@terra.mcs.anl.gov +2 -2
src/mat/esi/makefile 1.7 01/11/30 09:19:23 bsmith@terra.mcs.anl.gov +1 -2
maint/builddist 1.15.1.1 01/11/30 09:19:22 bsmith@terra.mcs.anl.gov +0 -2
docs/tex/manual/part2.tex 1.8 01/11/30 09:19:22 bsmith@terra.mcs.anl.gov +52 -48
docs/tex/manual/part1.tex 1.7 01/11/30 09:19:22 bsmith@terra.mcs.anl.gov +0 -2
docs/tex/manual/acknowl.tex 1.5 01/11/30 09:19:22 bsmith@terra.mcs.anl.gov +3 -2
bmake/linux/packages 1.9 01/11/30 09:19:20 bsmith@terra.mcs.anl.gov +0 -4 remove have_esi
bmake/common/variables 1.16 01/11/30 09:19:20 bsmith@terra.mcs.anl.gov +2 -2 remove have_esi
src/snes/impls/test/snestest.c 1.4 01/11/30 09:13:52 bsmith@terra.mcs.anl.gov +3 -3 *** empty log message ***
src/snes/impls/tr/tr.c 1.5 01/11/30 09:13:18 bsmith@terra.mcs.anl.gov +15 -15 *** empty log message ***
src/snes/mf/snesmfjdef.c 1.6 01/11/30 09:11:17 bsmith@terra.mcs.anl.gov +6 -6 *** empty log message ***
src/snes/interface/snes.c 1.11 01/11/30 09:10:35 bsmith@terra.mcs.anl.gov +9 -10 *** empty log message ***
src/mat/impls/baij/mpi/mpibaij.c 1.8 01/11/30 09:08:25 bsmith@terra.mcs.anl.gov +4 -4 *** empty log message ***
src/mat/impls/bdiag/mpi/mpibdiag.c 1.7 01/11/30 09:07:35 bsmith@terra.mcs.anl.gov +6 -6 *** empty log message ***
src/mat/impls/bdiag/seq/bdiag3.c 1.7 01/11/30 09:07:02 bsmith@terra.mcs.anl.gov +6 -6 *** empty log message ***
src/mat/impls/aij/seq/aij.c 1.14 01/11/30 09:06:11 bsmith@terra.mcs.anl.gov +6 -6 *** empty log message ***
src/mat/impls/dense/mpi/mpidense.c 1.7 01/11/30 09:05:31 bsmith@terra.mcs.anl.gov +7 -7 *** empty log message ***
src/mat/impls/dense/seq/dense.c 1.9 01/11/30 09:04:55 bsmith@terra.mcs.anl.gov +6 -6 changed norm to nrm to prevoide name shadowing
src/mat/interface/matrix.c 1.19 01/11/30 09:03:54 bsmith@terra.mcs.anl.gov +4 -4 changed norm to nrm to provide shadowing with math.h beasty
src/vec/utils/vinv.c 1.9 01/11/30 09:02:49 bsmith@terra.mcs.anl.gov +11 -11 changed norm to nrm to deal with namespace problem on silly mandrake math.h
src/mat/impls/esi/makefile 1.7 01/11/30 00:30:35 bsmith@terra.mcs.anl.gov +1 -2 *** empty log message ***
src/mat/interface/matrix.c 1.18 01/11/30 00:12:09 bsmith@terra.mcs.anl.gov +1 -1 *** empty log message ***
bmake/common/rules 1.17 01/11/29 23:28:53 bsmith@terra.mcs.anl.gov +0 -28 *** empty log message ***
bmake/linux_gcc_pgf90/packages 1.12 01/11/29 22:44:33 bsmith@terra.mcs.anl.gov +2 -1 *** empty log message ***
include/esi/scalarTraits.h 1.1 01/11/29 22:25:51 bsmith@terra.mcs.anl.gov +154 -0
include/esi/ordinalTraits.h 1.1 01/11/29 22:25:51 bsmith@terra.mcs.anl.gov +35 -0
include/esi/basicTypes.h 1.1 01/11/29 22:25:51 bsmith@terra.mcs.anl.gov +165 -0
include/esi/VectorReplaceAccess.h 1.1 01/11/29 22:25:51 bsmith@terra.mcs.anl.gov +65 -0
include/esi/Vector.h 1.1 01/11/29 22:25:51 bsmith@terra.mcs.anl.gov +269 -0
include/esi/SolverIterative.h 1.1 01/11/29 22:25:51 bsmith@terra.mcs.anl.gov +51 -0
include/esi/Solver.h 1.1 01/11/29 22:25:51 bsmith@terra.mcs.anl.gov +41 -0
include/esi/scalarTraits.h 1.0 01/11/29 22:25:51 bsmith@terra.mcs.anl.gov +0 -0 BitKeeper file /sandbox/bsmith/petsc/include/esi/scalarTraits.h
include/esi/ordinalTraits.h 1.0 01/11/29 22:25:51 bsmith@terra.mcs.anl.gov +0 -0 BitKeeper file /sandbox/bsmith/petsc/include/esi/ordinalTraits.h
include/esi/basicTypes.h 1.0 01/11/29 22:25:51 bsmith@terra.mcs.anl.gov +0 -0 BitKeeper file /sandbox/bsmith/petsc/include/esi/basicTypes.h
include/esi/VectorReplaceAccess.h 1.0 01/11/29 22:25:51 bsmith@terra.mcs.anl.gov +0 -0 BitKeeper file /sandbox/bsmith/petsc/include/esi/VectorReplaceAccess.h
include/esi/Vector.h 1.0 01/11/29 22:25:51 bsmith@terra.mcs.anl.gov +0 -0 BitKeeper file /sandbox/bsmith/petsc/include/esi/Vector.h
include/esi/SolverIterative.h 1.0 01/11/29 22:25:51 bsmith@terra.mcs.anl.gov +0 -0 BitKeeper file /sandbox/bsmith/petsc/include/esi/SolverIterative.h
include/esi/Solver.h 1.0 01/11/29 22:25:51 bsmith@terra.mcs.anl.gov +0 -0 BitKeeper file /sandbox/bsmith/petsc/include/esi/Solver.h
include/esi/Properties.h 1.1 01/11/29 22:25:51 bsmith@terra.mcs.anl.gov +185 -0
include/esi/PreconditionerTranspose.h 1.1 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +50 -0
include/esi/Preconditioner.h 1.1 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +77 -0
include/esi/OperatorTranspose.h 1.1 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +34 -0
include/esi/Operator.h 1.1 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +36 -0
include/esi/Object.h 1.1 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +232 -0
include/esi/MatrixRowWriteAccess.h 1.1 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +177 -0
include/esi/MatrixRowReadAccess.h 1.1 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +139 -0
include/esi/MatrixRowPointerAccess.h 1.1 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +184 -0
include/esi/MatrixData.h 1.1 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +48 -0
include/esi/MatrixColWriteAccess.h 1.1 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +184 -0
include/esi/MatrixColReadAccess.h 1.1 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +141 -0
include/esi/MatrixColPointerAccess.h 1.1 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +182 -0
include/esi/MPI_traits.h 1.1 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +57 -0
include/esi/IndexSpace.h 1.1 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +221 -0
include/esi/ESI.h 1.1 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +68 -0
include/esi/Properties.h 1.0 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +0 -0 BitKeeper file /sandbox/bsmith/petsc/include/esi/Properties.h
include/esi/PreconditionerTranspose.h 1.0 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +0 -0 BitKeeper file /sandbox/bsmith/petsc/include/esi/PreconditionerTranspose.h
include/esi/Preconditioner.h 1.0 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +0 -0 BitKeeper file /sandbox/bsmith/petsc/include/esi/Preconditioner.h
include/esi/OperatorTranspose.h 1.0 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +0 -0 BitKeeper file /sandbox/bsmith/petsc/include/esi/OperatorTranspose.h
include/esi/Operator.h 1.0 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +0 -0 BitKeeper file /sandbox/bsmith/petsc/include/esi/Operator.h
include/esi/Object.h 1.0 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +0 -0 BitKeeper file /sandbox/bsmith/petsc/include/esi/Object.h
include/esi/MatrixRowWriteAccess.h 1.0 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +0 -0 BitKeeper file /sandbox/bsmith/petsc/include/esi/MatrixRowWriteAccess.h
include/esi/MatrixRowReadAccess.h 1.0 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +0 -0 BitKeeper file /sandbox/bsmith/petsc/include/esi/MatrixRowReadAccess.h
include/esi/MatrixRowPointerAccess.h 1.0 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +0 -0 BitKeeper file /sandbox/bsmith/petsc/include/esi/MatrixRowPointerAccess.h
include/esi/MatrixData.h 1.0 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +0 -0 BitKeeper file /sandbox/bsmith/petsc/include/esi/MatrixData.h
include/esi/MatrixColWriteAccess.h 1.0 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +0 -0 BitKeeper file /sandbox/bsmith/petsc/include/esi/MatrixColWriteAccess.h
include/esi/MatrixColReadAccess.h 1.0 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +0 -0 BitKeeper file /sandbox/bsmith/petsc/include/esi/MatrixColReadAccess.h
include/esi/MatrixColPointerAccess.h 1.0 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +0 -0 BitKeeper file /sandbox/bsmith/petsc/include/esi/MatrixColPointerAccess.h
include/esi/MPI_traits.h 1.0 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +0 -0 BitKeeper file /sandbox/bsmith/petsc/include/esi/MPI_traits.h
include/esi/IndexSpace.h 1.0 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +0 -0 BitKeeper file /sandbox/bsmith/petsc/include/esi/IndexSpace.h
include/esi/ESI.h 1.0 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +0 -0 BitKeeper file /sandbox/bsmith/petsc/include/esi/ESI.h
include/esi/Argv.h 1.1 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +61 -0
include/esi/Argv.h 1.0 01/11/29 22:25:49 bsmith@terra.mcs.anl.gov +0 -0 BitKeeper file /sandbox/bsmith/petsc/include/esi/Argv.h
Hg-commit: d9d6c6cefae516ab31281b22724992262a3bcb28
show more ...
|
| 325e03ae | 27-Nov-2001 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.215 bsmith@terra.mcs.anl.gov|ChangeSet|20011127165857|08627 ChangeSet 1.215 01/11/27 10:58:57 bsmith@terra.mcs.anl.gov +20 -0 fixed order of includes for petscconf.h
src/fortran
bk-changeset-1.215 bsmith@terra.mcs.anl.gov|ChangeSet|20011127165857|08627 ChangeSet 1.215 01/11/27 10:58:57 bsmith@terra.mcs.anl.gov +20 -0 fixed order of includes for petscconf.h
src/fortran/custom/zda.c 1.5 01/11/27 10:57:58 bsmith@terra.mcs.anl.gov +1 -1 *** empty log message ***
src/fortran/custom/zmat.c 1.9 01/11/27 10:57:39 bsmith@terra.mcs.anl.gov +1 -1 *** empty log message ***
src/dm/da/utils/fdda.c 1.5 01/11/27 10:56:20 bsmith@terra.mcs.anl.gov +3 -3 *** empty log message ***
src/dm/ao/impls/basic/aodatabasic.c 1.6 01/11/27 10:55:34 bsmith@terra.mcs.anl.gov +1 -1 *** empty log message ***
src/ts/impls/implicit/pvode/petscpvode.c 1.5 01/11/27 10:55:03 bsmith@terra.mcs.anl.gov +0 -1 *** empty log message ***
src/snes/mf/wp.c 1.5 01/11/27 10:54:20 bsmith@terra.mcs.anl.gov +1 -1 *** empty log message ***
src/snes/mf/snesmfj.c 1.7 01/11/27 10:54:01 bsmith@terra.mcs.anl.gov +1 -1 *** empty log message ***
src/snes/mf/snesmfjdef.c 1.5 01/11/27 10:53:32 bsmith@terra.mcs.anl.gov +1 -1 *** empty log message ***
src/mat/matfd/fdmatrix.c 1.6 01/11/27 10:52:52 bsmith@terra.mcs.anl.gov +0 -1 *** empty log message ***
src/mat/utils/gcreate.c 1.6 01/11/27 10:52:27 bsmith@terra.mcs.anl.gov +1 -1 *** empty log message ***
src/mat/utils/matio.c 1.8 01/11/27 10:51:43 bsmith@terra.mcs.anl.gov +0 -1 *** empty log message ***
src/mat/impls/adic/matadic.c 1.10 01/11/27 10:51:23 bsmith@terra.mcs.anl.gov +1 -1 fixed petscconf.h
src/mat/impls/sbaij/seq/sro.c 1.4 01/11/27 10:50:32 bsmith@terra.mcs.anl.gov +1 -1 fixed petscconf.h
src/mat/impls/adj/mpi/mpiadj.c 1.6 01/11/27 10:50:03 bsmith@terra.mcs.anl.gov +1 -1 fixed petscconf.h crap
src/mat/impls/baij/seq/baij.c 1.10 01/11/27 10:49:20 bsmith@terra.mcs.anl.gov +1 -1 fixed petscconf.h
src/mat/impls/bdiag/seq/bdiag3.c 1.6 01/11/27 10:48:47 bsmith@terra.mcs.anl.gov +1 -1 fixed petscconf.h crap
src/mat/interface/mhas.c 1.4 01/11/27 10:47:49 bsmith@terra.mcs.anl.gov +0 -1 fixed petscocnf.h crap
src/vec/impls/mpi/pmap.c 1.7 01/11/27 10:47:17 bsmith@terra.mcs.anl.gov +0 -1 fix petscconf.h crap
src/vec/utils/vinv.c 1.6 01/11/27 10:46:21 bsmith@terra.mcs.anl.gov +1 -2 fixed petscconf.h nonsense
src/vec/utils/vpscat.c 1.5 01/11/27 10:45:49 bsmith@terra.mcs.anl.gov +1 -1 moved petscsys.h to after petscconf.h loaded
Hg-commit: f519f5ce01e182ba7e85bc33b51235c198c416df
show more ...
|
| 552e946d | 25-Oct-2001 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.115 bsmith@terra.mcs.anl.gov|ChangeSet|20011025150428|49013 ChangeSet 1.115 01/10/25 10:04:28 bsmith@terra.mcs.anl.gov +20 -0 changed vec_cookie and mat_cookie to vec_file_cookie a
bk-changeset-1.115 bsmith@terra.mcs.anl.gov|ChangeSet|20011025150428|49013 ChangeSet 1.115 01/10/25 10:04:28 bsmith@terra.mcs.anl.gov +20 -0 changed vec_cookie and mat_cookie to vec_file_cookie and mat_file_cookie for vector and matrix binary io. With Matt's change to dynamic setting of **_COOKIE we have to hardwire the cookies for file writing back to their old values.
src/mat/impls/dense/seq/dense.c 1.6 01/10/25 10:02:31 bsmith@terra.mcs.anl.gov +3 -3 changed mat_cookie to mat_file_cookie for binary matrix io
src/mat/impls/dense/mpi/mpidense.c 1.6 01/10/25 10:02:23 bsmith@terra.mcs.anl.gov +1 -1 changed mat_cookie to mat_file_cookie for binary matrix io
src/mat/impls/aij/seq/aij.c 1.8 01/10/25 10:01:52 bsmith@terra.mcs.anl.gov +2 -2 /*$Id: mpiaij.c,v 1.344 2001/08/10 03:30:48 bsmith Exp $*/
src/mat/impls/aij/mpi/mpiaij.c 1.6 01/10/25 10:01:38 bsmith@terra.mcs.anl.gov +1 -1 changed mat_cookie to mat_file_cookie for binary matrix io
src/mat/impls/rowbs/mpi/mpirowbs.c 1.5 01/10/25 10:01:27 bsmith@terra.mcs.anl.gov +1 -1 changed mat_cookie to mat_file_cookie for binary matrix io
src/mat/impls/bdiag/seq/bdiag.c 1.6 01/10/25 10:01:20 bsmith@terra.mcs.anl.gov +1 -1 changed mat_cookie to mat_file_cookie for binary matrix io
src/mat/impls/bdiag/seq/bdiag3.c 1.5 01/10/25 10:01:15 bsmith@terra.mcs.anl.gov +1 -1 changed mat_cookie to mat_file_cookie for binary matrix io
src/mat/impls/bdiag/mpi/mpibdiag.c 1.6 01/10/25 10:01:09 bsmith@terra.mcs.anl.gov +1 -1 changed mat_cookie to mat_file_cookie for binary matrix io
src/mat/impls/baij/seq/baij.c 1.8 01/10/25 10:01:02 bsmith@terra.mcs.anl.gov +2 -2 changed mat_cookie to mat_file_cookie for binary matrix io
src/mat/impls/baij/mpi/mpibaij.c 1.7 01/10/25 10:00:55 bsmith@terra.mcs.anl.gov +1 -1 changed mat_cookie to mat_file_cookie for binary matrix io
src/mat/impls/sbaij/seq/sbaij.c 1.10 01/10/25 10:00:50 bsmith@terra.mcs.anl.gov +2 -2 changed mat_cookie to mat_file_cookie for binary matrix io
src/mat/impls/sbaij/mpi/mpisbaij.c 1.6 01/10/25 10:00:41 bsmith@terra.mcs.anl.gov +1 -1 changed mat_cookie to mat_file_cookie for binary matrix io
src/mat/impls/esi/mesi.c 1.9 01/10/25 10:00:15 bsmith@terra.mcs.anl.gov +1 -1 esi additions
src/mat/utils/matio.c 1.7 01/10/25 09:59:59 bsmith@terra.mcs.anl.gov +1 -1 changed mat_cookie to mat_file_cookie for binary matrix io
include/petscmat.h 1.14 01/10/25 09:59:31 bsmith@terra.mcs.anl.gov +1 -0 added mat_file_cookie
src/vec/utils/vecio.c 1.9 01/10/25 09:59:12 bsmith@terra.mcs.anl.gov +3 -3 changed vec_cookie to vec_file_cookie for binary vector io
src/vec/interface/vector.c 1.12 01/10/25 09:59:02 bsmith@terra.mcs.anl.gov +1 -1 changed vec_cookie to vec_file_cookie for binary vector io
src/vec/interface/veccreate.c 1.10 01/10/25 09:58:51 bsmith@terra.mcs.anl.gov +1 -1 changed vec_cookie to vec_file_cookie for binary vector io
src/sys/src/viewer/impls/socket/matlab/readinvecs.c 1.5 01/10/25 09:57:05 bsmith@terra.mcs.anl.gov +1 -1 changed vec_cookie to vec_file_cookie for binary vector io
include/petscvec.h 1.18 01/10/25 09:56:26 bsmith@terra.mcs.anl.gov +1 -0 added vec_file_cookie
Hg-commit: 72f241aba6cbdcc0bfc0a0660fb154fb13664823
show more ...
|
| c5d1e632 | 25-Oct-2001 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.114 bsmith@terra.mcs.anl.gov|ChangeSet|20011025043343|49116 ChangeSet 1.114 01/10/24 23:33:43 bsmith@terra.mcs.anl.gov +3 -0 esi + comment out mpe problem do
src/mat/utils/matio
bk-changeset-1.114 bsmith@terra.mcs.anl.gov|ChangeSet|20011025043343|49116 ChangeSet 1.114 01/10/24 23:33:43 bsmith@terra.mcs.anl.gov +3 -0 esi + comment out mpe problem do
src/mat/utils/matioall.c 1.4 01/10/24 23:33:43 bsmith@terra.mcs.anl.gov +4 -0 load for esi matrices
src/mat/impls/esi/mesi.c 1.8 01/10/24 23:33:43 bsmith@terra.mcs.anl.gov +187 -0 esi
src/sys/src/plog/plogmpe.c 1.4 01/10/24 23:29:22 bsmith@terra.mcs.anl.gov +2 -2 commented out use of petsc_log_user_event_high until code fixed for new dynamic event log registering for mpe
Hg-commit: db4b5ed3ee50f8329ad2f49ee465b21429aec4e7
show more ...
|
| f07836f3 | 24-Oct-2001 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.112 bsmith@terra.mcs.anl.gov|ChangeSet|20011024212157|11907 ChangeSet 1.112 01/10/24 16:21:57 bsmith@terra.mcs.anl.gov +11 -0 merge with Matt's change of file permissions and loggi
bk-changeset-1.112 bsmith@terra.mcs.anl.gov|ChangeSet|20011024212157|11907 ChangeSet 1.112 01/10/24 16:21:57 bsmith@terra.mcs.anl.gov +11 -0 merge with Matt's change of file permissions and logging
src/vec/impls/esi/ebvec1.c 1.13 01/10/24 16:21:54 bsmith@terra.mcs.anl.gov +4 -5 hmmm?
include/petscmat.h 1.13 01/10/24 16:21:54 bsmith@terra.mcs.anl.gov +0 -0 accepted Matt's changes
src/vec/impls/esi/ebvec1.c 1.9.1.3 01/10/24 16:15:30 bsmith@terra.mcs.anl.gov +0 -0 Change mode to -rw-rw-r--
src/vec/examples/tutorials/ex1.c 1.6 01/10/24 16:15:26 bsmith@terra.mcs.anl.gov +0 -0 Auto merged
src/vec/examples/tutorials/ex1.c 1.3.1.2 01/10/24 16:15:25 bsmith@terra.mcs.anl.gov +0 -0 Change mode to -rw-rw-r--
src/vec/esi/evector.c 1.9 01/10/24 16:15:19 bsmith@terra.mcs.anl.gov +0 -0 Auto merged
src/vec/esi/evector.c 1.6.1.3 01/10/24 16:15:18 bsmith@terra.mcs.anl.gov +0 -0 Change mode to -rw-rw-r--
src/vec/esi/eindexspace.c 1.8 01/10/24 16:15:13 bsmith@terra.mcs.anl.gov +0 -0 Auto merged
src/mat/utils/gcreate.c 1.5 01/10/24 16:15:12 bsmith@terra.mcs.anl.gov +0 -0 Auto merged
src/mat/utils/gcreate.c 1.1.1.2 01/10/24 16:15:10 bsmith@terra.mcs.anl.gov +0 -0 Change mode to -rw-rw-r--
src/mat/impls/esi/mesi.c 1.7 01/10/24 16:14:59 bsmith@terra.mcs.anl.gov +0 -0 Auto merged
src/mat/impls/esi/mesi.c 1.4.1.3 01/10/24 16:14:58 bsmith@terra.mcs.anl.gov +0 -0 Change mode to -rw-rw-r--
src/mat/impls/aij/seq/aijnode.c 1.5 01/10/24 16:14:51 bsmith@terra.mcs.anl.gov +0 -0 Auto merged
src/mat/impls/aij/seq/aijnode.c 1.2.1.2 01/10/24 16:14:49 bsmith@terra.mcs.anl.gov +0 -0 Change mode to -rw-rw-r--
src/mat/esi/ematrix.c 1.6 01/10/24 16:14:43 bsmith@terra.mcs.anl.gov +0 -0 Auto merged
src/mat/esi/ematrix.c 1.3.1.3 01/10/24 16:14:42 bsmith@terra.mcs.anl.gov +0 -0 Change mode to -rw-rw-r--
include/esi/petsc/matrix.h 1.8 01/10/24 16:14:32 bsmith@terra.mcs.anl.gov +0 -0 Auto merged
include/esi/petsc/matrix.h 1.7 01/10/24 16:14:30 bsmith@terra.mcs.anl.gov +0 -0 Change mode to -rw-rw-r--
include/esi/petsc/indexspace.h 1.6 01/10/24 16:14:08 bsmith@terra.mcs.anl.gov +0 -0 Auto merged
include/petscmat.h 1.7.1.2 01/10/24 16:14:07 bsmith@terra.mcs.anl.gov +0 -0 Change mode to -rw-rw-r--
Hg-commit: 5b25170e4fe0b2773f074f1501b25f1b61babe5d
show more ...
|