| #
442648ef
|
| 04-Oct-2007 |
Lisandro Dalcin <dalcinl@gmail.com> |
merge
Hg-commit: 8b955b66410cbc923a4e1233fdeaca7fbf3e5d5d
|
| #
7adad957
|
| 03-Oct-2007 |
Lisandro Dalcin <dalcinl@gmail.com> |
changes for solving the strict aliasing issue in PetscObject and derived
Hg-commit: 278faecc91564f5495fa9f7d48380d547995fa45
|
| #
823e7f9c
|
| 30-Jul-2007 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Merge.
Hg-commit: 87e316ba2724836f5390b8c890f9dee19e9c35ea
|
| #
0802e0e8
|
| 10-Jul-2007 |
bcordonn <bcordonn@hookshot.mcs.anl.gov> |
Commit after a merge
Hg-commit: 27d386e23e9f55709fe4259d452de253e8d187ea
|
| #
d0051c2c
|
| 07-Jul-2007 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 6fb2e2031f541698c18b941059a70518bfdac344
|
| #
2ef6adf6
|
| 06-Jul-2007 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 1c3afdd77376c2f1a3f6c814cb3554fcc98760b5
|
| #
38f2d2fd
|
| 06-Jul-2007 |
Lisandro Dalcin <dalcinl@gmail.com> |
initial changes for better memory loggin on objects
Hg-commit: 0ef7914e13d41d173ef1ba2552c26bd9f41bc807
|
| #
d61a99e3
|
| 15-Feb-2007 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: fa9857583eaa6543ce96d4a5dc10e72c05c9ec03
|
| #
90f1c854
|
| 15-Feb-2007 |
Hong Zhang <hzhang@mcs.anl.gov> |
add pc->setfromoptionscalled to bjacobi replace PCSetOperators() by KSPSetOperators() for pc_redundant
Hg-commit: d3d30f6c036c86d6a13de2653a6c0171b214afd7
|
| #
9dfb5993
|
| 11-Jan-2007 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Merge.
Hg-commit: 5b002539f7bb6e94c232479a607bbe05d6885922
|
| #
f61bfb57
|
| 27-Nov-2006 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 88fee7d2fa183025fe76764cedd4a71dffcdf185
|
| #
b9147fbb
|
| 23-Nov-2006 |
dalcinl <dalcinl@trantor.ceride.gov.ar> |
moved many implementation headers to include/private
Hg-commit: aa99826eaac01bf46b6b3b0207d0ecd69d3393cb
|
| #
5e45c6bb
|
| 18-Sep-2006 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: d993bb95b9a28fc97e0ded9563c316540b683a1d
|
| #
6029c235
|
| 18-Sep-2006 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Merge.
Hg-commit: 17ef89a89b5377b81fb5c60d492533c99ddb41e2
|
| #
51f519a2
|
| 18-Sep-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
bug fix for PetscBinaryRead when filename passed in bug fixes for fieldsplit preconditioner enhancement to PetscOptionsGetIntArray() to support 0-23 notation added symmetric_multiplicative to fieldsp
bug fix for PetscBinaryRead when filename passed in bug fixes for fieldsplit preconditioner enhancement to PetscOptionsGetIntArray() to support 0-23 notation added symmetric_multiplicative to fieldsplit minor cleanup
Hg-commit: 4f04561d24dfb0b158d6ddfdd5949da977f645be
show more ...
|
| #
059926c8
|
| 23-Mar-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.4191 bsmith@barrysmith-57.mcs.anl.gov|ChangeSet|20060323210328|22090 ChangeSet 1.4191 06/03/23 15:03:28 bsmith@barrysmith-57.mcs.anl.gov +0 -0 Merge bk://petsc@petsc.bkbits.net/pet
bk-changeset-1.4191 bsmith@barrysmith-57.mcs.anl.gov|ChangeSet|20060323210328|22090 ChangeSet 1.4191 06/03/23 15:03:28 bsmith@barrysmith-57.mcs.anl.gov +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into barrysmith-57.mcs.anl.gov:/Users/bsmith/Src/petsc-dev
Hg-commit: 75f60158a4e21ad6615cc7fb6878f08289b93dd7
show more ...
|
| #
5b5bc046
|
| 23-Mar-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.4180.1.1 bsmith@barrysmith-57.mcs.anl.gov|ChangeSet|20060323210304|18048 ChangeSet 1.4180.1.1 06/03/23 15:03:04 bsmith@barrysmith-57.mcs.anl.gov +9 -0 minor cleanup added -mat_fa
bk-changeset-1.4180.1.1 bsmith@barrysmith-57.mcs.anl.gov|ChangeSet|20060323210304|18048 ChangeSet 1.4180.1.1 06/03/23 15:03:04 bsmith@barrysmith-57.mcs.anl.gov +9 -0 minor cleanup added -mat_factor_dump_on_error to help track down problems factoring certain matrices.
src/sys/fileio/mprint.c 1.53 06/03/23 15:03:00 bsmith@barrysmith-57.mcs.anl.gov +29 -0 wrapper for snprintf()
src/mat/matimpl.h 1.103 06/03/23 15:03:00 bsmith@barrysmith-57.mcs.anl.gov +8 -14 put error call for zero pivot directly into MatLUCheckShift_inline() instead of after each time it is called
src/mat/impls/csr/inode/inode.c 1.63 06/03/23 15:03:00 bsmith@barrysmith-57.mcs.anl.gov +18 -54 put zero pivot error call directly into MatLUCheckShift_inline() macro instead of after each time it is used
src/mat/impls/aij/seq/aijfact.c 1.137 06/03/23 15:03:00 bsmith@barrysmith-57.mcs.anl.gov +29 -13 tool to dump matrix on failed numerical factorization
src/ksp/ksp/interface/itfunc.c 1.80 06/03/23 15:03:00 bsmith@barrysmith-57.mcs.anl.gov +1 -1 duplicated wrong vector for rectangular matrices
src/ksp/ksp/interface/iterativ.c 1.45 06/03/23 15:03:00 bsmith@barrysmith-57.mcs.anl.gov +1 -1 missing error check
src/dm/da/utils/fdda.c 1.59 06/03/23 15:03:00 bsmith@barrysmith-57.mcs.anl.gov +4 -4 strange declaration of dfill, should be one d
include/petsc.h 1.162 06/03/23 15:02:59 bsmith@barrysmith-57.mcs.anl.gov +3 -2 Petsc wrapper for snprintf()
src/ksp/pc/impls/bjacobi/bjacobi.c 1.55 06/03/21 13:55:06 bsmith@barrys-computer.local +2 -5 replace outdated PetscMalloc(2*something...) with PetscMalloc/Free2()
Hg-commit: b1a53faf9034c82d9fb6c8162d8a4847fe58d779
show more ...
|
| #
4ad98210
|
| 12-Mar-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.4136 bsmith@barrys-computer.local|ChangeSet|20060312035849|20103 ChangeSet 1.4136 06/03/11 21:58:49 bsmith@barrys-computer.local +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev
bk-changeset-1.4136 bsmith@barrys-computer.local|ChangeSet|20060312035849|20103 ChangeSet 1.4136 06/03/11 21:58:49 bsmith@barrys-computer.local +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into barrys-computer.local:/Users/bsmith/Src/petsc-dev
Hg-commit: 384cb11d7f51f57656d3f6062982b01ace29d09e
show more ...
|
| #
d7ee0231
|
| 12-Mar-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.4132.1.2 bsmith@barrys-computer.local|ChangeSet|20060312033302|20136 ChangeSet 1.4132.1.2 06/03/11 21:33:02 bsmith@barrys-computer.local +15 -0 nightly build fixes including fix re
bk-changeset-1.4132.1.2 bsmith@barrys-computer.local|ChangeSet|20060312033302|20136 ChangeSet 1.4132.1.2 06/03/11 21:33:02 bsmith@barrys-computer.local +15 -0 nightly build fixes including fix related to vecscatter
src/snes/examples/tutorials/output/ex3_4.out 1.3 06/03/11 21:32:58 bsmith@barrys-computer.local +1 -1 nightly build fixes
src/mat/impls/rowbs/mpi/mpirowbs.c 1.90 06/03/11 21:32:58 bsmith@barrys-computer.local +3 -4 nightly build fixes
src/mat/impls/aij/seq/aijfact.c 1.134 06/03/11 21:32:58 bsmith@barrys-computer.local +1 -1 nightly build fixes
src/ksp/pc/impls/fieldsplit/fieldsplit.c 1.32 06/03/11 21:32:58 bsmith@barrys-computer.local +1 -1 nightly build fixes
src/ksp/pc/impls/factor/factor.c 1.10 06/03/11 21:32:58 bsmith@barrys-computer.local +0 -6 nightly build fixes
src/ksp/pc/impls/bjacobi/bjacobi.c 1.54 06/03/11 21:32:58 bsmith@barrys-computer.local +1 -1 nightly build fixes
src/ksp/pc/impls/asm/asm.c 1.55 06/03/11 21:32:58 bsmith@barrys-computer.local +1 -1 nightly build fixes
src/ksp/pc/examples/tutorials/ex2.c 1.16 06/03/11 21:32:58 bsmith@barrys-computer.local +1 -1 nightly build fixes
src/ksp/pc/examples/tutorials/ex1.c 1.14 06/03/11 21:32:58 bsmith@barrys-computer.local +2 -2 nightly build fixes
src/ksp/ksp/examples/tutorials/makefile 1.96 06/03/11 21:32:58 bsmith@barrys-computer.local +3 -3 nightly build fixes
src/ksp/ksp/examples/tests/makefile 1.36 06/03/11 21:32:57 bsmith@barrys-computer.local +2 -2 nightly build fixes
src/snes/examples/tutorials/ex3.c 1.18 06/03/11 21:24:52 bsmith@barrys-computer.local +2 -2 don't take the chance of dividing by zero
src/mat/impls/aij/mpi/mpiaij.c 1.272 06/03/11 15:37:32 bsmith@barrys-computer.local +5 -4 cannot use requests inside the VecScatter data structures because they many have import information in them already, like persistent sends and receives
src/vec/vec/utils/vpscat.c 1.82 06/03/11 14:17:56 bsmith@barrys-computer.local +36 -0 some compilers complain about enumerated value not used in switch statement
src/vec/vec/utils/vpscat.h 1.6 06/03/11 14:14:20 bsmith@barrys-computer.local +2 -2 uninitialized logging variable
src/vec/vec/utils/vpscat.h 1.5 06/03/11 14:05:14 bsmith@barrys-computer.local +3 -3 don't need args when undefining macro
src/vec/vec/utils/vpscat.h 1.4 06/03/11 14:03:46 bsmith@barrys-computer.local +1 -0 some system want a cr on the last undef
Hg-commit: 9198c90cc4d91588bf2cb65da540ef00268ee96c
show more ...
|
| #
e3441917
|
| 22-Jan-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3974 barrysmith@barry-smiths-computer.local|ChangeSet|20060122000355|15814 ChangeSet 1.3974 06/01/21 18:03:55 barrysmith@barry-smiths-computer.local +0 -0 Merge bk://petsc@petsc.bk
bk-changeset-1.3974 barrysmith@barry-smiths-computer.local|ChangeSet|20060122000355|15814 ChangeSet 1.3974 06/01/21 18:03:55 barrysmith@barry-smiths-computer.local +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into barry-smiths-computer.local:/Users/barrysmith/petsc-dev
Hg-commit: bf9ada140acb6451502417660197fcdb2b0d2b3e
show more ...
|
| #
05b42c5f
|
| 22-Jan-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3972.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20060122000257|17256 ChangeSet 1.3972.1.1 06/01/21 18:02:57 barrysmith@barry-smiths-computer.local +65 -0 Many files:
bk-changeset-1.3972.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20060122000257|17256 ChangeSet 1.3972.1.1 06/01/21 18:02:57 barrysmith@barry-smiths-computer.local +65 -0 Many files: remove if not null test around all PetscFree()
src/vec/vec/utils/vscat.c 1.51 06/01/21 17:13:04 barrysmith@barry-smiths-computer.local +2 -2 remove if not null test around all PetscFree()
src/vec/vec/utils/vpscat.c 1.59 06/01/21 17:13:04 barrysmith@barry-smiths-computer.local +4 -4 remove if not null test around all PetscFree()
src/vec/vec/utils/vecstash.c 1.20 06/01/21 17:13:03 barrysmith@barry-smiths-computer.local +16 -32 remove if not null test around all PetscFree()
src/vec/vec/interface/vector.c 1.156 06/01/21 17:13:03 barrysmith@barry-smiths-computer.local +1 -3 remove if not null test around all PetscFree()
src/vec/vec/impls/seq/dvec2.c 1.41 06/01/21 17:13:03 barrysmith@barry-smiths-computer.local +1 -1 remove if not null test around all PetscFree()
src/vec/vec/impls/seq/bvec2.c 1.83 06/01/21 17:13:03 barrysmith@barry-smiths-computer.local +1 -1 remove if not null test around all PetscFree()
src/vec/vec/impls/mpi/pdvec.c 1.73 06/01/21 17:13:02 barrysmith@barry-smiths-computer.local +1 -1 remove if not null test around all PetscFree()
src/vec/is/utils/isltog.c 1.46 06/01/21 17:13:02 barrysmith@barry-smiths-computer.local +5 -5 remove if not null test around all PetscFree()
src/vec/is/utils/iscoloring.c 1.40 06/01/21 17:13:01 barrysmith@barry-smiths-computer.local +1 -3 remove if not null test around all PetscFree()
src/sys/viewer/impls/mathematica/mathematica.c 1.41 06/01/21 17:13:01 barrysmith@barry-smiths-computer.local +2 -6 remove if not null test around all PetscFree()
src/sys/viewer/impls/hdf4/hdf4v.c 1.20 06/01/21 17:13:00 barrysmith@barry-smiths-computer.local +4 -6 remove if not null test around all PetscFree()
src/sys/plog/plog.c 1.78 06/01/21 17:13:00 barrysmith@barry-smiths-computer.local +4 -8 remove if not null test around all PetscFree()
src/sys/plog/classLog.c 1.30 06/01/21 17:13:00 barrysmith@barry-smiths-computer.local +1 -3 remove if not null test around all PetscFree()
src/sys/objects/inherit.c 1.47 06/01/21 17:12:59 barrysmith@barry-smiths-computer.local +7 -21 remove if not null test around all PetscFree()
src/sys/objects/aoptions.c 1.44 06/01/21 17:12:59 barrysmith@barry-smiths-computer.local +2 -2 remove if not null test around all PetscFree()
src/snes/interface/snesut.c 1.25 06/01/21 17:12:58 barrysmith@barry-smiths-computer.local +1 -1 remove if not null test around all PetscFree()
src/snes/interface/snes.c 1.102 06/01/21 17:12:53 barrysmith@barry-smiths-computer.local +2 -2 remove if not null test around all PetscFree()
src/mat/utils/matstash.c 1.27 06/01/21 17:12:52 barrysmith@barry-smiths-computer.local +12 -24 remove if not null test around all PetscFree()
src/mat/utils/gcreate.c 1.48 06/01/21 17:12:52 barrysmith@barry-smiths-computer.local +3 -4 remove if not null test around all PetscFree()
src/mat/partition/impls/scotch/scotch.c 1.17 06/01/21 17:12:52 barrysmith@barry-smiths-computer.local +2 -6 remove if not null test around all PetscFree()
src/mat/partition/partition.c 1.32 06/01/21 17:12:51 barrysmith@barry-smiths-computer.local +4 -12 remove if not null test around all PetscFree()
src/mat/partition/impls/party/party.c 1.15 06/01/21 17:12:51 barrysmith@barry-smiths-computer.local +2 -4 remove if not null test around all PetscFree()
src/mat/partition/impls/jostle/jostle.c 1.12 06/01/21 17:12:51 barrysmith@barry-smiths-computer.local +3 -8 remove if not null test around all PetscFree()
src/mat/partition/impls/chaco/chaco.c 1.16 06/01/21 17:12:51 barrysmith@barry-smiths-computer.local +2 -7 remove if not null test around all PetscFree()
src/mat/matfd/fdmatrix.c 1.39 06/01/21 17:12:51 barrysmith@barry-smiths-computer.local +5 -5 remove if not null test around all PetscFree()
src/mat/interface/matrix.c 1.211 06/01/21 17:12:50 barrysmith@barry-smiths-computer.local +2 -6 remove if not null test around all PetscFree()
src/mat/impls/sbaij/seq/sbaijfact2.c 1.69 06/01/21 17:12:50 barrysmith@barry-smiths-computer.local +1 -1 remove if not null test around all PetscFree()
src/mat/impls/sbaij/seq/sbaij.c 1.157 06/01/21 17:12:50 barrysmith@barry-smiths-computer.local +11 -14 remove if not null test around all PetscFree()
src/mat/impls/sbaij/mpi/sbaijov.c 1.43 06/01/21 17:12:50 barrysmith@barry-smiths-computer.local +1 -1 remove if not null test around all PetscFree()
src/mat/impls/sbaij/mpi/mpisbaij.c 1.140 06/01/21 17:12:49 barrysmith@barry-smiths-computer.local +10 -12 remove if not null test around all PetscFree()
src/mat/impls/rowbs/mpi/mpirowbs.c 1.87 06/01/21 17:12:49 barrysmith@barry-smiths-computer.local +3 -3 remove if not null test around all PetscFree()
src/mat/impls/dense/seq/dense.c 1.94 06/01/21 17:12:49 barrysmith@barry-smiths-computer.local +5 -7 remove if not null test around all PetscFree()
src/mat/impls/dense/mpi/mpidense.c 1.74 06/01/21 17:12:49 barrysmith@barry-smiths-computer.local +5 -5 remove if not null test around all PetscFree()
src/mat/impls/bdiag/seq/bdiag3.c 1.30 06/01/21 17:12:48 barrysmith@barry-smiths-computer.local +1 -1 remove if not null test around all PetscFree()
src/mat/impls/bdiag/seq/bdiag.c 1.57 06/01/21 17:12:48 barrysmith@barry-smiths-computer.local +2 -2 remove if not null test around all PetscFree()
src/mat/impls/bdiag/mpi/mpibdiag.c 1.56 06/01/21 17:12:48 barrysmith@barry-smiths-computer.local +1 -1 remove if not null test around all PetscFree()
src/mat/impls/baij/seq/baij.c 1.145 06/01/21 17:12:47 barrysmith@barry-smiths-computer.local +11 -11 remove if not null test around all PetscFree()
src/mat/impls/baij/mpi/mpibaij.c 1.109 06/01/21 17:12:47 barrysmith@barry-smiths-computer.local +12 -14 remove if not null test around all PetscFree()
src/mat/impls/aij/seq/lusol/lusol.c 1.42 06/01/21 17:12:47 barrysmith@barry-smiths-computer.local +0 -1 remove if not null test around all PetscFree()
src/mat/impls/aij/seq/crl/crl.c 1.18 06/01/21 17:12:47 barrysmith@barry-smiths-computer.local +2 -3 remove if not null test around all PetscFree()
src/mat/impls/aij/seq/aij.c 1.251 06/01/21 17:12:46 barrysmith@barry-smiths-computer.local +6 -6 remove if not null test around all PetscFree()
src/mat/impls/aij/mpi/mumps/mumps.c 1.103 06/01/21 17:12:46 barrysmith@barry-smiths-computer.local +2 -6 remove if not null test around all PetscFree()
src/mat/impls/aij/mpi/mpiptap.c 1.28 06/01/21 17:12:46 barrysmith@barry-smiths-computer.local +3 -3 remove if not null test around all PetscFree()
src/mat/impls/aij/mpi/mpimatmatmult.c 1.13 06/01/21 17:12:46 barrysmith@barry-smiths-computer.local +4 -4 remove if not null test around all PetscFree()
src/mat/impls/aij/mpi/crl/mcrl.c 1.11 06/01/21 17:12:46 barrysmith@barry-smiths-computer.local +2 -7 remove if not null test around all PetscFree()
src/mat/impls/aij/mpi/mpiaij.c 1.267 06/01/21 17:12:45 barrysmith@barry-smiths-computer.local +8 -10 remove if not null test around all PetscFree()
src/mat/impls/adj/mpi/mpiadj.c 1.54 06/01/21 17:12:45 barrysmith@barry-smiths-computer.local +2 -2 remove if not null test around all PetscFree()
src/mat/examples/tests/ex92.c 1.13 06/01/21 17:12:44 barrysmith@barry-smiths-computer.local +1 -1 remove if not null test around all PetscFree()
src/ksp/pc/interface/pcset.c 1.28 06/01/21 17:12:44 barrysmith@barry-smiths-computer.local +1 -1 remove if not null test around all PetscFree()
src/ksp/pc/impls/shell/shellpc.c 1.35 06/01/21 17:12:43 barrysmith@barry-smiths-computer.local +1 -1 remove if not null test around all PetscFree()
src/ksp/pc/impls/is/pcis.c 1.29 06/01/21 17:12:43 barrysmith@barry-smiths-computer.local +1 -1 remove if not null test around all PetscFree()
src/ksp/pc/impls/is/nn/nn.c 1.35 06/01/21 17:12:43 barrysmith@barry-smiths-computer.local +2 -2 remove if not null test around all PetscFree()
src/ksp/pc/impls/fieldsplit/fieldsplit.c 1.31 06/01/21 17:12:43 barrysmith@barry-smiths-computer.local +1 -1 remove if not null test around all PetscFree()
src/ksp/pc/impls/bjacobi/bjacobi.c 1.53 06/01/21 17:12:42 barrysmith@barry-smiths-computer.local +6 -6 remove if not null test around all PetscFree()
src/ksp/pc/impls/asm/asm.c 1.54 06/01/21 17:12:42 barrysmith@barry-smiths-computer.local +3 -3 remove if not null test around all PetscFree()
src/ksp/ksp/interface/iterativ.c 1.44 06/01/21 17:12:42 barrysmith@barry-smiths-computer.local +1 -4 remove if not null test around all PetscFree()
src/ksp/ksp/impls/gmres/lgmres/lgmres.c 1.48 06/01/21 17:12:42 barrysmith@barry-smiths-computer.local +10 -11 remove if not null test around all PetscFree()
src/ksp/ksp/impls/gmres/fgmres/fgmres.c 1.58 06/01/21 17:12:42 barrysmith@barry-smiths-computer.local +12 -16 remove if not null test around all PetscFree()
src/ksp/ksp/impls/gmres/gmres.c 1.69 06/01/21 17:12:41 barrysmith@barry-smiths-computer.local +8 -25 remove if not null test around all PetscFree()
src/dm/mesh/mesh.c 1.53 06/01/21 17:12:40 barrysmith@barry-smiths-computer.local +1 -1 remove if not null test around all PetscFree()
src/dm/da/utils/sliced.c 1.25 06/01/21 17:12:39 barrysmith@barry-smiths-computer.local +1 -1 remove if not null test around all PetscFree()
src/dm/da/src/dadestroy.c 1.25 06/01/21 17:12:39 barrysmith@barry-smiths-computer.local +18 -42 remove if not null test around all PetscFree()
src/dm/da/examples/tests/ex3.c 1.7 06/01/21 17:12:39 barrysmith@barry-smiths-computer.local +1 -1 remove if not null test around all PetscFree()
src/dm/ao/interface/aodata.c 1.20 06/01/21 17:12:38 barrysmith@barry-smiths-computer.local +1 -1 remove if not null test around all PetscFree()
src/contrib/ysmp/ex1.c 1.10 06/01/21 17:12:37 barrysmith@barry-smiths-computer.local +2 -1 remove if not null test around all PetscFree()
Hg-commit: b4af67b5c981881d35552a72f29068911e24b525
show more ...
|
| #
1a3a1b0f
|
| 12-Dec-2005 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.3866 knepley@khan.(none)|ChangeSet|20051212164950|23300 ChangeSet 1.3866 05/12/12 10:49:50 knepley@khan.(none) +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into khan.(none)
bk-changeset-1.3866 knepley@khan.(none)|ChangeSet|20051212164950|23300 ChangeSet 1.3866 05/12/12 10:49:50 knepley@khan.(none) +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into khan.(none):/PETSc3/petsc/petsc-dev
Hg-commit: bc56e9fbaf23edfb2b40b7853e3c73389b90967f
show more ...
|
| #
92c61be3
|
| 12-Dec-2005 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.3860.1.1 knepley@khan.(none)|ChangeSet|20051212164523|21749 ChangeSet 1.3860.1.1 05/12/12 10:45:23 knepley@khan.(none) +1 -0 Small fix
src/ksp/pc/impls/bjacobi/bjacobi.c 1.5
bk-changeset-1.3860.1.1 knepley@khan.(none)|ChangeSet|20051212164523|21749 ChangeSet 1.3860.1.1 05/12/12 10:45:23 knepley@khan.(none) +1 -0 Small fix
src/ksp/pc/impls/bjacobi/bjacobi.c 1.52 05/12/12 10:45:20 knepley@khan.(none) +3 -1 Now print type as well in error message - Should probably do this everywhere
Hg-commit: 2689585c467c8ab83f1cb2d67af0330cfb9e1ca7
show more ...
|
| #
3703d4ef
|
| 20-Nov-2005 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.3760 balay@asterix.mcs.anl.gov|ChangeSet|20051120205407|20678 ChangeSet 1.3760 05/11/20 14:54:07 balay@asterix.mcs.anl.gov +3 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into
bk-changeset-1.3760 balay@asterix.mcs.anl.gov|ChangeSet|20051120205407|20678 ChangeSet 1.3760 05/11/20 14:54:07 balay@asterix.mcs.anl.gov +3 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into asterix.mcs.anl.gov:/home/balay/bk-rep/petsc-dev
src/sys/objects/pinit.c 1.71 05/11/20 14:54:05 balay@asterix.mcs.anl.gov +0 -0 SCCS merged
src/sys/plog/plog.c 1.74 05/11/20 14:52:43 balay@asterix.mcs.anl.gov +0 -0 Auto merged
include/petsc.h 1.151 05/11/20 14:52:43 balay@asterix.mcs.anl.gov +0 -0 Auto merged
Hg-commit: af92b546532741e149ef8d83a52f38a5b2b41a81
show more ...
|
| #
e8e7597c
|
| 19-Nov-2005 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.3755.2.3 balay@asterix.mcs.anl.gov|ChangeSet|20051119221629|61165 ChangeSet 1.3755.2.3 05/11/19 16:16:29 balay@asterix.mcs.anl.gov +5 -0 --with-logging=0 fixes [first run]
src/s
bk-changeset-1.3755.2.3 balay@asterix.mcs.anl.gov|ChangeSet|20051119221629|61165 ChangeSet 1.3755.2.3 05/11/19 16:16:29 balay@asterix.mcs.anl.gov +5 -0 --with-logging=0 fixes [first run]
src/sys/objects/pinit.c 1.69.1.2 05/11/19 16:16:27 balay@asterix.mcs.anl.gov +1 -1 --with-logging=0 fixes [first run]
src/mat/impls/baij/seq/baij2.c 1.36 05/11/19 16:16:27 balay@asterix.mcs.anl.gov +3 -1 --with-logging=0 fixes [first run]
src/mat/impls/aij/seq/csrperm/csrperm.c 1.26 05/11/19 16:16:27 balay@asterix.mcs.anl.gov +4 -4 --with-logging=0 fixes [first run]
src/ksp/pc/impls/bjacobi/bjacobi.c 1.51 05/11/19 16:16:27 balay@asterix.mcs.anl.gov +4 -1 --with-logging=0 fixes [first run]
include/petsclog.h 1.60 05/11/19 16:16:27 balay@asterix.mcs.anl.gov +2 -0 --with-logging=0 fixes [first run]
Hg-commit: 809a39620bbfd287a00a9a658d4b04eea11e2801
show more ...
|