| #
ebf431f0
|
| 03-Nov-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
stupid auto-commit
Hg-commit: fe91c54287e1274930c87d2b27aa01009ec739a1
|
| #
32166013
|
| 03-Nov-2006 |
Matthew Knepley <knepley@mcs.anl.gov> |
New helper functions for tags
Hg-commit: b96f5c5c6ea9fd443974d45cf22e38005d463907
|
| #
543ee6c0
|
| 03-Aug-2006 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 6c1bd2be1580632bf07b0ca6a7ae4aa4174e510f
|
| #
c59c76c3
|
| 03-Aug-2006 |
Satish Balay <balay@mcs.anl.gov> |
user either 'long' or 'long long' for PetscFortranAddr
Hg-commit: cc605788ae240426e4d0fa362d547b1c612873f0
|
| #
66cd746e
|
| 22-Jul-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
manually merged incomplete error check with support for PETSC_DEFAULT
Hg-commit: b4a88b87cf3055af31b5af8010db6d5c798b00a9
|
| #
5297d158
|
| 18-Jul-2006 |
Matthew Knepley <knepley@mcs.anl.gov> |
Hg-commit: 3b2cd1aefaaf3d9f5c16a58897f9b7783b78eb7e
|
| #
d62b3f3c
|
| 17-Jul-2006 |
Satish Balay <balay@mcs.anl.gov> |
move PETSC_EXTERN_CXX_BEGIN etc to private/xximpl.h files
Hg-commit: 4bf8df581a53dc48d220a20fbaa34b86b21ddc66
|
| #
a2840b43
|
| 14-Jul-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
automerge
Hg-commit: f36580f2c7205effeee8d018a27bb1c9e97fa58d
|
| #
f86e92e0
|
| 13-Jul-2006 |
Matthew Knepley <knepley@mcs.anl.gov> |
Added PetscObjectCreateGeneric Mesh additions Added python processor for log_summary (preliminary) Added check for cxxabi.h Generic naming functions Use static allocators Destroy Sifter obj
Added PetscObjectCreateGeneric Mesh additions Added python processor for log_summary (preliminary) Added check for cxxabi.h Generic naming functions Use static allocators Destroy Sifter objects correctly (I think)
Hg-commit: 5600b9fe9f7852629ddc8dcba4623fab96c33c8e
show more ...
|
| #
8e7bb5d9
|
| 10-Jun-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
automerge
Hg-commit: 3c253b5b5580c0087a18667fd81ffc1f9806b605
|
| #
2b7a858e
|
| 09-Jun-2006 |
Matthew Knepley <knepley@mcs.anl.gov> |
Fixed clash with _T in C++ polymorphism
Hg-commit: 5900a7e6aaa666ee4fb88e56fd7ec4e1db6e3a21
|
| #
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 ...
|
| #
877810dc
|
| 06-Feb-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.4021 bsmith@harley.mcs.anl.gov|ChangeSet|20060206015404|61007 ChangeSet 1.4021 06/02/05 19:54:04 bsmith@harley.mcs.anl.gov +30 -0 Many files: missing ierr on PetscFree() and re
bk-changeset-1.4021 bsmith@harley.mcs.anl.gov|ChangeSet|20060206015404|61007 ChangeSet 1.4021 06/02/05 19:54:04 bsmith@harley.mcs.anl.gov +30 -0 Many files: missing ierr on PetscFree() and redundant zeroing of pointer passed to PetscFree()
src/snes/utils/damgsnes.c 1.82 06/02/05 19:53:52 bsmith@harley.mcs.anl.gov +2 -1 missing ierr on PetscFree() and redundant zeroing of pointer passed to PetscFree()
src/snes/examples/tutorials/makefile 1.58 06/02/05 19:53:52 bsmith@harley.mcs.anl.gov +6 -0 missing ierr on PetscFree() and redundant zeroing of pointer passed to PetscFree()
src/snes/examples/tutorials/ex4tu.c 1.2 06/02/05 19:53:52 bsmith@harley.mcs.anl.gov +1 -1 missing ierr on PetscFree() and redundant zeroing of pointer passed to PetscFree()
src/snes/examples/tutorials/ex19tu.c 1.2 06/02/05 19:53:52 bsmith@harley.mcs.anl.gov +17 -29 missing ierr on PetscFree() and redundant zeroing of pointer passed to PetscFree()
src/mat/impls/adic/nladic.c 1.19 06/02/05 19:53:52 bsmith@harley.mcs.anl.gov +11 -4 missing ierr on PetscFree() and redundant zeroing of pointer passed to PetscFree()
src/ksp/ksp/impls/gmres/gmres.c 1.70 06/02/05 19:53:52 bsmith@harley.mcs.anl.gov +0 -10 missing ierr on PetscFree() and redundant zeroing of pointer passed to PetscFree()
src/ksp/ksp/impls/gmres/fgmres/fgmres.c 1.59 06/02/05 19:53:52 bsmith@harley.mcs.anl.gov +0 -2 missing ierr on PetscFree() and redundant zeroing of pointer passed to PetscFree()
src/contrib/oberman/tns_q2q1/biquadinput.c 1.5 06/02/05 19:53:52 bsmith@harley.mcs.anl.gov +1 -1 missing ierr on PetscFree() and redundant zeroing of pointer passed to PetscFree()
src/contrib/oberman/tns_q2q1/appload.c 1.4 06/02/05 19:53:52 bsmith@harley.mcs.anl.gov +2 -2 missing ierr on PetscFree() and redundant zeroing of pointer passed to PetscFree()
src/contrib/oberman/quasigeo_q1/input.c 1.5 06/02/05 19:53:52 bsmith@harley.mcs.anl.gov +10 -9 missing ierr on PetscFree() and redundant zeroing of pointer passed to PetscFree()
src/contrib/oberman/quasigeo_q1/appload.c 1.4 06/02/05 19:53:52 bsmith@harley.mcs.anl.gov +2 -2 missing ierr on PetscFree() and redundant zeroing of pointer passed to PetscFree()
src/contrib/oberman/ns_q2q1/biquadinput8.c 1.5 06/02/05 19:53:52 bsmith@harley.mcs.anl.gov +10 -9 missing ierr on PetscFree() and redundant zeroing of pointer passed to PetscFree()
src/contrib/oberman/ns_q2q1/biquadinput.c 1.5 06/02/05 19:53:52 bsmith@harley.mcs.anl.gov +9 -9 missing ierr on PetscFree() and redundant zeroing of pointer passed to PetscFree()
src/contrib/oberman/ns_q2q1/appload.c 1.4 06/02/05 19:53:52 bsmith@harley.mcs.anl.gov +2 -2 missing ierr on PetscFree() and redundant zeroing of pointer passed to PetscFree()
src/contrib/oberman/ns_q1q1/main.c 1.7 06/02/05 19:53:51 bsmith@harley.mcs.anl.gov +7 -7 missing ierr on PetscFree() and redundant zeroing of pointer passed to PetscFree()
src/contrib/oberman/ns_q1q1/appload.c 1.4 06/02/05 19:53:51 bsmith@harley.mcs.anl.gov +5 -5 missing ierr on PetscFree() and redundant zeroing of pointer passed to PetscFree()
src/contrib/oberman/ns_q1q1/appcreate.c 1.5 06/02/05 19:53:51 bsmith@harley.mcs.anl.gov +2 -2 missing ierr on PetscFree() and redundant zeroing of pointer passed to PetscFree()
src/contrib/oberman/ns_q1q0_penalty/penaltyinput.c 1.4 06/02/05 19:53:51 bsmith@harley.mcs.anl.gov +9 -9 missing ierr on PetscFree() and redundant zeroing of pointer passed to PetscFree()
src/contrib/oberman/ns_q1q0_penalty/appload.c 1.4 06/02/05 19:53:51 bsmith@harley.mcs.anl.gov +2 -2 missing ierr on PetscFree() and redundant zeroing of pointer passed to PetscFree()
src/contrib/oberman/ns_q1q0/appload.c 1.4 06/02/05 19:53:51 bsmith@harley.mcs.anl.gov +2 -2 missing ierr on PetscFree() and redundant zeroing of pointer passed to PetscFree()
src/contrib/oberman/burgers_vertex_based_q1/main.c 1.16 06/02/05 19:53:51 bsmith@harley.mcs.anl.gov +2 -2 missing ierr on PetscFree() and redundant zeroing of pointer passed to PetscFree()
src/contrib/oberman/burgers_df_based_q1/appload.c 1.11 06/02/05 19:53:51 bsmith@harley.mcs.anl.gov +1 -1 missing ierr on PetscFree() and redundant zeroing of pointer passed to PetscFree()
src/contrib/helmholtz_2/ex12.c 1.11 06/02/05 19:53:51 bsmith@harley.mcs.anl.gov +84 -84 missing ierr on PetscFree() and redundant zeroing of pointer passed to PetscFree()
src/apps/2/ex1.c 1.6 06/02/05 19:53:51 bsmith@harley.mcs.anl.gov +3 -3 missing ierr on PetscFree() and redundant zeroing of pointer passed to PetscFree()
src/apps/2/appload.c 1.4 06/02/05 19:53:51 bsmith@harley.mcs.anl.gov +1 -1 missing ierr on PetscFree() and redundant zeroing of pointer passed to PetscFree()
src/apps/1/ex2.c 1.7 06/02/05 19:53:51 bsmith@harley.mcs.anl.gov +3 -3 missing ierr on PetscFree() and redundant zeroing of pointer passed to PetscFree()
src/apps/1/ex1.c 1.5 06/02/05 19:53:51 bsmith@harley.mcs.anl.gov +1 -1 missing ierr on PetscFree() and redundant zeroing of pointer passed to PetscFree()
src/apps/1/appload.c 1.4 06/02/05 19:53:51 bsmith@harley.mcs.anl.gov +1 -1 missing ierr on PetscFree() and redundant zeroing of pointer passed to PetscFree()
include/petsc.h 1.161 06/02/05 19:53:51 bsmith@harley.mcs.anl.gov +1 -1 missing ierr on PetscFree() and redundant zeroing of pointer passed to PetscFree()
bmake/common/rules 1.182 06/02/05 19:53:51 bsmith@harley.mcs.anl.gov +1 -0 missing ierr on PetscFree() and redundant zeroing of pointer passed to PetscFree()
Hg-commit: 280964c7c4104ca0b63909b473573a7cf1823d6e
show more ...
|
| #
6cf91177
|
| 08-Jan-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3927 barrysmith@barry-smiths-computer.local|ChangeSet|20060108031511|00210 ChangeSet 1.3927 06/01/07 21:15:11 barrysmith@barry-smiths-computer.local +128 -0 Many files: removed
bk-changeset-1.3927 barrysmith@barry-smiths-computer.local|ChangeSet|20060108031511|00210 ChangeSet 1.3927 06/01/07 21:15:11 barrysmith@barry-smiths-computer.local +128 -0 Many files: removed verbose from PetscInfo and -info
src/vec/vec/utils/vscat.c 1.48 06/01/07 21:10:42 barrysmith@barry-smiths-computer.local +18 -18 removed verbose from PetscInfo and -info
src/vec/vec/utils/vpscat.c 1.56 06/01/07 21:10:42 barrysmith@barry-smiths-computer.local +13 -13 removed verbose from PetscInfo and -info
src/vec/vec/utils/comb.c 1.32 06/01/07 21:10:40 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/vec/vec/interface/vector.c 1.152 06/01/07 21:10:40 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/vec/vec/interface/rvector.c 1.153 06/01/07 21:10:39 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/vec/vec/interface/dlregisvec.c 1.33 06/01/07 21:10:39 barrysmith@barry-smiths-computer.local +4 -4 removed verbose from PetscInfo and -info
src/vec/vec/impls/mpi/pdvec.c 1.68 06/01/07 21:10:37 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/vec/is/utils/isltog.c 1.44 06/01/07 21:10:27 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/vec/is/utils/iscoloring.c 1.37 06/01/07 21:10:26 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/ts/interface/tsfd.c 1.18 06/01/07 21:10:22 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/ts/interface/dlregists.c 1.28 06/01/07 21:10:22 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/sys/viewer/interface/dlregispetsc.c 1.31 06/01/07 21:10:03 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/sys/viewer/impls/socket/send.c 1.37 06/01/07 21:10:01 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/sys/viewer/impls/matlab/vmatlab.c 1.29 06/01/07 21:10:00 barrysmith@barry-smiths-computer.local +4 -4 removed verbose from PetscInfo and -info
src/sys/viewer/impls/binary/binv.c 1.58 06/01/07 21:09:59 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/sys/viewer/impls/ascii/vcreatea.c 1.22 06/01/07 21:09:58 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/sys/verbose/verboseinfo.c 1.36 06/01/07 21:09:57 barrysmith@barry-smiths-computer.local +36 -36 removed verbose from PetscInfo and -info
src/sys/utils/random.c 1.31 06/01/07 21:09:56 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/sys/utils/fhost.c 1.24 06/01/07 21:09:55 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/sys/plog/plogmpe.c 1.20 06/01/07 21:09:53 barrysmith@barry-smiths-computer.local +4 -4 removed verbose from PetscInfo and -info
src/sys/plog/plog.c 1.77 06/01/07 21:09:53 barrysmith@barry-smiths-computer.local +3 -3 removed verbose from PetscInfo and -info
src/sys/objects/tagm.c 1.35 06/01/07 21:09:52 barrysmith@barry-smiths-computer.local +7 -7 removed verbose from PetscInfo and -info
src/sys/objects/pinit.c 1.73 06/01/07 21:09:51 barrysmith@barry-smiths-computer.local +7 -7 removed verbose from PetscInfo and -info
src/sys/objects/options.c 1.64 06/01/07 21:09:50 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/sys/objects/init.c 1.62 06/01/07 21:09:50 barrysmith@barry-smiths-computer.local +8 -8 removed verbose from PetscInfo and -info
src/sys/matlabengine/matlab.c 1.46 06/01/07 21:09:48 barrysmith@barry-smiths-computer.local +12 -12 removed verbose from PetscInfo and -info
src/sys/ftn-custom/zutils.c 1.4 06/01/07 21:09:48 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/sys/ftn-custom/zstart.c 1.43 06/01/07 21:09:48 barrysmith@barry-smiths-computer.local +4 -4 removed verbose from PetscInfo and -info
src/sys/fileio/mpiuopen.c 1.26 06/01/07 21:09:46 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/sys/fileio/ftest.c 1.38 06/01/07 21:09:45 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/sys/fileio/fretrieve.c 1.31 06/01/07 21:09:45 barrysmith@barry-smiths-computer.local +3 -3 removed verbose from PetscInfo and -info
src/sys/draw/impls/x/xcolor.c 1.15 06/01/07 21:09:35 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/sys/dll/dl.c 1.40 06/01/07 21:09:32 barrysmith@barry-smiths-computer.local +12 -12 removed verbose from PetscInfo and -info
src/snes/utils/damgsnes.c 1.80 06/01/07 21:09:28 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/snes/mf/snesmfj.c 1.61 06/01/07 21:09:28 barrysmith@barry-smiths-computer.local +3 -3 removed verbose from PetscInfo and -info
src/snes/interface/noise/snesnoise.c 1.23 06/01/07 21:09:27 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/snes/interface/noise/snesmfj2.c 1.32 06/01/07 21:09:27 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/snes/interface/snesut.c 1.23 06/01/07 21:09:26 barrysmith@barry-smiths-computer.local +7 -7 removed verbose from PetscInfo and -info
src/snes/interface/snesj2.c 1.17 06/01/07 21:09:26 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/snes/interface/snes.c 1.100 06/01/07 21:09:26 barrysmith@barry-smiths-computer.local +3 -3 removed verbose from PetscInfo and -info
src/snes/interface/dlregissnes.c 1.28 06/01/07 21:09:26 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/snes/impls/tr/tr.c 1.35 06/01/07 21:09:25 barrysmith@barry-smiths-computer.local +14 -14 removed verbose from PetscInfo and -info
src/snes/impls/ls/ls.c 1.69 06/01/07 21:09:24 barrysmith@barry-smiths-computer.local +26 -26 removed verbose from PetscInfo and -info
src/mat/utils/multequal.c 1.12 06/01/07 21:09:13 barrysmith@barry-smiths-computer.local +4 -4 removed verbose from PetscInfo and -info
src/mat/utils/matstash.c 1.22 06/01/07 21:09:13 barrysmith@barry-smiths-computer.local +3 -3 removed verbose from PetscInfo and -info
src/mat/utils/gcreate.c 1.44 06/01/07 21:09:12 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/mat/utils/compressedrow.c 1.14 06/01/07 21:09:12 barrysmith@barry-smiths-computer.local +5 -5 removed verbose from PetscInfo and -info
src/mat/matfd/fdmatrix.c 1.37 06/01/07 21:09:09 barrysmith@barry-smiths-computer.local +3 -3 removed verbose from PetscInfo and -info
src/mat/interface/matrix.c 1.206 06/01/07 21:09:08 barrysmith@barry-smiths-computer.local +5 -5 removed verbose from PetscInfo and -info
src/mat/interface/dlregismat.c 1.36 06/01/07 21:09:07 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/mat/impls/sbaij/seq/sbaijfact2.c 1.66 06/01/07 21:09:06 barrysmith@barry-smiths-computer.local +27 -27 removed verbose from PetscInfo and -info
src/mat/impls/sbaij/seq/sbaijfact.c 1.92 06/01/07 21:09:05 barrysmith@barry-smiths-computer.local +31 -31 removed verbose from PetscInfo and -info
src/mat/impls/sbaij/seq/sbaij.c 1.153 06/01/07 21:09:05 barrysmith@barry-smiths-computer.local +12 -12 removed verbose from PetscInfo and -info
src/mat/impls/sbaij/mpi/mpisbaij.c 1.136 06/01/07 21:09:03 barrysmith@barry-smiths-computer.local +5 -5 removed verbose from PetscInfo and -info
src/mat/impls/rowbs/mpi/mpirowbs.c 1.80 06/01/07 21:09:03 barrysmith@barry-smiths-computer.local +8 -8 removed verbose from PetscInfo and -info
src/mat/impls/rowbs/mpi/cholbs.c 1.17 06/01/07 21:09:02 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/mat/impls/dense/seq/dense.c 1.90 06/01/07 21:09:01 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/mat/impls/dense/mpi/plapack/plapack.c 1.11 06/01/07 21:09:00 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/mat/impls/dense/mpi/mpidense.c 1.70 06/01/07 21:08:59 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/mat/impls/csr/inode/inode.c 1.55 06/01/07 21:08:59 barrysmith@barry-smiths-computer.local +7 -7 removed verbose from PetscInfo and -info
src/mat/impls/bdiag/seq/bdiag2.c 1.26 06/01/07 21:08:58 barrysmith@barry-smiths-computer.local +4 -4 removed verbose from PetscInfo and -info
src/mat/impls/bdiag/seq/bdiag.c 1.53 06/01/07 21:08:58 barrysmith@barry-smiths-computer.local +3 -3 removed verbose from PetscInfo and -info
src/mat/impls/bdiag/mpi/mpibdiag.c 1.52 06/01/07 21:08:57 barrysmith@barry-smiths-computer.local +3 -3 removed verbose from PetscInfo and -info
src/mat/impls/baij/seq/baijfact3.c 1.27 06/01/07 21:08:56 barrysmith@barry-smiths-computer.local +6 -6 removed verbose from PetscInfo and -info
src/mat/impls/baij/seq/baijfact2.c 1.53 06/01/07 21:08:56 barrysmith@barry-smiths-computer.local +35 -35 removed verbose from PetscInfo and -info
src/mat/impls/baij/seq/baijfact.c 1.37 06/01/07 21:08:55 barrysmith@barry-smiths-computer.local +14 -14 removed verbose from PetscInfo and -info
src/mat/impls/baij/seq/baij.c 1.141 06/01/07 21:08:55 barrysmith@barry-smiths-computer.local +6 -6 removed verbose from PetscInfo and -info
src/mat/impls/baij/mpi/mpibaij.c 1.105 06/01/07 21:08:53 barrysmith@barry-smiths-computer.local +14 -14 removed verbose from PetscInfo and -info
src/mat/impls/baij/mpi/baijov.c 1.35 06/01/07 21:08:53 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/mat/impls/aij/seq/umfpack/umfpack.c 1.48 06/01/07 21:08:52 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/mat/impls/aij/seq/superlu/superlu.c 1.84 06/01/07 21:08:52 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/mat/impls/aij/seq/matlab/aijmatlab.c 1.47 06/01/07 21:08:52 barrysmith@barry-smiths-computer.local +3 -3 removed verbose from PetscInfo and -info
src/mat/impls/aij/seq/lusol/lusol.c 1.40 06/01/07 21:08:51 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/mat/impls/aij/seq/essl/essl.c 1.43 06/01/07 21:08:51 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/mat/impls/aij/seq/symtranspose.c 1.12 06/01/07 21:08:50 barrysmith@barry-smiths-computer.local +3 -3 removed verbose from PetscInfo and -info
src/mat/impls/aij/seq/crl/crl.c 1.15 06/01/07 21:08:50 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/mat/impls/aij/seq/matmatmult.c 1.89 06/01/07 21:08:49 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/mat/impls/aij/seq/aijfact.c 1.127 06/01/07 21:08:48 barrysmith@barry-smiths-computer.local +30 -30 removed verbose from PetscInfo and -info
src/mat/impls/aij/seq/aij.c 1.246 06/01/07 21:08:48 barrysmith@barry-smiths-computer.local +6 -6 removed verbose from PetscInfo and -info
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.119 06/01/07 21:08:48 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/mat/impls/aij/mpi/mumps/mumps.c 1.99 06/01/07 21:08:47 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/mat/impls/aij/mpi/crl/mcrl.c 1.8 06/01/07 21:08:47 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/mat/impls/aij/mpi/mpiptap.c 1.22 06/01/07 21:08:46 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/mat/impls/aij/mpi/mpiov.c 1.39 06/01/07 21:08:46 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/mat/impls/aij/mpi/mpiaij.c 1.260 06/01/07 21:08:46 barrysmith@barry-smiths-computer.local +4 -4 removed verbose from PetscInfo and -info
src/mat/impls/aij/mpi/mmaij.c 1.27 06/01/07 21:08:45 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/mat/impls/aij/mpi/fdmpiaij.c 1.15 06/01/07 21:08:45 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/mat/impls/adj/mpi/mpiadj.c 1.50 06/01/07 21:08:44 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/mat/color/color.c 1.25 06/01/07 21:08:28 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/ksp/pc/interface/precon.c 1.70 06/01/07 21:08:27 barrysmith@barry-smiths-computer.local +5 -5 removed verbose from PetscInfo and -info
src/ksp/pc/impls/tfs/pxxt.c 1.28 06/01/07 21:08:26 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/ksp/pc/impls/sor/sor.c 1.36 06/01/07 21:08:24 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/ksp/pc/impls/mg/mg.c 1.71 06/01/07 21:08:22 barrysmith@barry-smiths-computer.local +3 -3 removed verbose from PetscInfo and -info
src/ksp/pc/impls/jacobi/jacobi.c 1.22 06/01/07 21:08:21 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/ksp/pc/impls/hypre/hyppilut.c 1.83 06/01/07 21:08:20 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/ksp/pc/impls/fieldsplit/fieldsplit.c 1.29 06/01/07 21:08:19 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/ksp/pc/impls/factor/lu/lu.c 1.52 06/01/07 21:08:19 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/ksp/ksp/interface/itfunc.c 1.77 06/01/07 21:08:14 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/ksp/ksp/interface/iterativ.c 1.42 06/01/07 21:08:13 barrysmith@barry-smiths-computer.local +8 -8 removed verbose from PetscInfo and -info
src/ksp/ksp/interface/itcreate.c 1.71 06/01/07 21:08:13 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/ksp/ksp/interface/dlregisksp.c 1.31 06/01/07 21:08:13 barrysmith@barry-smiths-computer.local +4 -4 removed verbose from PetscInfo and -info
src/ksp/ksp/impls/symmlq/symmlq.c 1.28 06/01/07 21:08:12 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/ksp/ksp/impls/qcg/qcg.c 1.29 06/01/07 21:08:11 barrysmith@barry-smiths-computer.local +6 -6 removed verbose from PetscInfo and -info
src/ksp/ksp/impls/minres/minres.c 1.27 06/01/07 21:08:11 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/ksp/ksp/impls/gmres/lgmres/lgmres.c 1.46 06/01/07 21:08:10 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/ksp/ksp/impls/gmres/fgmres/fgmres.c 1.56 06/01/07 21:08:10 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/ksp/ksp/impls/gmres/gmres.c 1.67 06/01/07 21:08:09 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/ksp/ksp/impls/gmres/borthog2.c 1.26 06/01/07 21:08:09 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/ksp/ksp/impls/cr/cr.c 1.37 06/01/07 21:08:09 barrysmith@barry-smiths-computer.local +3 -3 removed verbose from PetscInfo and -info
src/ksp/ksp/impls/cg/cgne/cgne.c 1.33 06/01/07 21:08:08 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/ksp/ksp/impls/cg/cg.c 1.44 06/01/07 21:08:08 barrysmith@barry-smiths-computer.local +3 -3 removed verbose from PetscInfo and -info
src/ksp/ksp/examples/tutorials/ex10.c 1.59 06/01/07 21:07:59 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/ksp/ksp/examples/tests/ex27.c 1.3 06/01/07 21:07:56 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/docs/website/publications/index.html 1.36 06/01/07 21:07:49 barrysmith@barry-smiths-computer.local +5 -5 removed verbose from PetscInfo and -info
src/docs/website/documentation/changes/231.html 1.52 06/01/07 21:07:43 barrysmith@barry-smiths-computer.local +3 -0 removed verbose from PetscInfo and -info
src/docs/website/documentation/troubleshooting.html 1.32 06/01/07 21:07:41 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/docs/website/documentation/faq.html 1.30 06/01/07 21:07:40 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/docs/tex/manual/part2.tex 1.107 06/01/07 21:07:36 barrysmith@barry-smiths-computer.local +18 -18 removed verbose from PetscInfo and -info
src/dm/mesh/sieve/PreSieve.cxx 1.35 06/01/07 21:07:31 barrysmith@barry-smiths-computer.local +4 -4 removed verbose from PetscInfo and -info
src/dm/da/src/gr2.c 1.39 06/01/07 21:07:26 barrysmith@barry-smiths-computer.local +5 -5 removed verbose from PetscInfo and -info
src/dm/da/src/dasub.c 1.14 06/01/07 21:07:25 barrysmith@barry-smiths-computer.local +3 -3 removed verbose from PetscInfo and -info
src/dm/da/src/da2.c 1.75 06/01/07 21:07:24 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/dm/ao/interface/dlregisdm.c 1.31 06/01/07 21:07:19 barrysmith@barry-smiths-computer.local +3 -3 removed verbose from PetscInfo and -info
src/contrib/helmholtz_2/ex12.c 1.10 06/01/07 21:06:59 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
python/PETSc/utilities/libraryOptions.py 1.26 06/01/07 21:06:50 barrysmith@barry-smiths-computer.local +4 -4 removed verbose from PetscInfo and -info
include/petsclog.h 1.67 06/01/07 21:06:32 barrysmith@barry-smiths-computer.local +7 -7 removed verbose from PetscInfo and -info
include/petsc.h 1.160 06/01/07 21:06:30 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
bmake/common/rules 1.181 06/01/07 21:06:24 barrysmith@barry-smiths-computer.local +2 -3 removed verbose from PetscInfo and -info
Hg-commit: daa490f1b957c57dd6cd4d11f3dd6573777b4982
show more ...
|
| #
6a7a6130
|
| 17-Dec-2005 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.3884 knepley@khan.(none)|ChangeSet|20051217225715|16187 ChangeSet 1.3884 05/12/17 16:57:15 knepley@khan.(none) +2 -0 Small fix
include/private/petscimpl.h 1.61 05/12/17 16:5
bk-changeset-1.3884 knepley@khan.(none)|ChangeSet|20051217225715|16187 ChangeSet 1.3884 05/12/17 16:57:15 knepley@khan.(none) +2 -0 Small fix
include/private/petscimpl.h 1.61 05/12/17 16:57:12 knepley@khan.(none) +0 -2 No longer necessary
include/petsc.h 1.159 05/12/17 16:57:12 knepley@khan.(none) +0 -8 No longer necessary
Hg-commit: f9e2613d0c91983c9e4f3688996a5c19403b807d
show more ...
|
| #
12a54f56
|
| 17-Dec-2005 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.3881 balay@asterix.mcs.anl.gov|ChangeSet|20051217174030|17459 ChangeSet 1.3881 05/12/17 11:40:30 balay@asterix.mcs.anl.gov +3 -0 fixes to get compiles going
src/ksp/pc/impls/fac
bk-changeset-1.3881 balay@asterix.mcs.anl.gov|ChangeSet|20051217174030|17459 ChangeSet 1.3881 05/12/17 11:40:30 balay@asterix.mcs.anl.gov +3 -0 fixes to get compiles going
src/ksp/pc/impls/factor/ilu/ilu.c 1.64 05/12/17 11:40:27 balay@asterix.mcs.anl.gov +1 -1 fix typo
include/petscpc.h 1.81 05/12/17 11:40:27 balay@asterix.mcs.anl.gov +1 -0 add in missing prototype
include/petsc.h 1.158 05/12/17 11:40:27 balay@asterix.mcs.anl.gov +8 -0 add this back in - as it breaks compiles
Hg-commit: f0cd51b107c7cc68644febc5f57e7301ba5af068
show more ...
|
| #
99f44b25
|
| 17-Dec-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3879 barrysmith@barry-smiths-computer.local|ChangeSet|20051217040019|21769 ChangeSet 1.3879 05/12/16 22:00:19 barrysmith@barry-smiths-computer.local +0 -0 Merge bk://petsc@petsc.bk
bk-changeset-1.3879 barrysmith@barry-smiths-computer.local|ChangeSet|20051217040019|21769 ChangeSet 1.3879 05/12/16 22:00:19 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: b8e9a0cc906ba4ac89f2566d8e05d4796d0e894f
show more ...
|
| #
f621e05e
|
| 17-Dec-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3877.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20051217035925|21756 ChangeSet 1.3877.1.1 05/12/16 21:59:25 barrysmith@barry-smiths-computer.local +14 -0 Many files:
bk-changeset-1.3877.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20051217035925|21756 ChangeSet 1.3877.1.1 05/12/16 21:59:25 barrysmith@barry-smiths-computer.local +14 -0 Many files: cleanup comments and docs in include files petsclog.h, petscerror.h: clearer comments petscbt.h, petscbag.h: cleanup docs bag.c: listing of nonexisting bag entry type petscsys.h: formatting petscmath.h: outdated comment about PetscLogDouble petsc.h: improved comments
src/sys/viewer/interface/dlregispetsc.c 1.29 05/12/16 21:58:18 barrysmith@barry-smiths-computer.local +1 -1 cleanup comments and docs in include files
src/sys/verbose/verboseinfo.c 1.35 05/12/16 21:58:18 barrysmith@barry-smiths-computer.local +4 -4 cleanup comments and docs in include files
src/sys/objects/pinit.c 1.72 05/12/16 21:58:18 barrysmith@barry-smiths-computer.local +1 -1 cleanup comments and docs in include files
src/sys/objects/gcookie.c 1.10 05/12/16 21:58:18 barrysmith@barry-smiths-computer.local +1 -1 cleanup comments and docs in include files
src/dm/mesh/sieve/ALE.cxx 1.15 05/12/16 21:58:17 barrysmith@barry-smiths-computer.local +1 -1 cleanup comments and docs in include files
include/private/petscimpl.h 1.58 05/12/16 21:58:16 barrysmith@barry-smiths-computer.local +2 -2 cleanup comments and docs in include files
include/petsc.h 1.157 05/12/16 21:58:16 barrysmith@barry-smiths-computer.local +2 -2 cleanup comments and docs in include files
include/petsclog.h 1.65 05/12/16 21:52:58 barrysmith@barry-smiths-computer.local +4 -1 clearer comments
include/petscbt.h 1.17 05/12/16 21:49:45 barrysmith@barry-smiths-computer.local +7 -19 cleanup docs
include/petscbag.h 1.13 05/12/16 21:47:43 barrysmith@barry-smiths-computer.local +4 -10 cleanup docs
src/sys/bag/bag.c 1.27 05/12/16 21:47:35 barrysmith@barry-smiths-computer.local +14 -14 listing of nonexisting bag entry type
include/petscsys.h 1.49 05/12/16 21:41:27 barrysmith@barry-smiths-computer.local +11 -13 formatting
include/petscmath.h 1.29 05/12/16 21:33:17 barrysmith@barry-smiths-computer.local +0 -10 outdated comment about PetscLogDouble
include/petscerror.h 1.55 05/12/16 21:29:53 barrysmith@barry-smiths-computer.local +14 -3 clearer comments
include/petsc.h 1.156 05/12/16 21:22:59 barrysmith@barry-smiths-computer.local +31 -38 improved comments
Hg-commit: d0fe846556251e049a2ec3235832860816a008a8
show more ...
|
| #
0ce78c17
|
| 05-Dec-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3830 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20051205205104|56623 ChangeSet 1.3830 05/12/05 14:51:04 barrysmith@barrysmith-57.mcs.anl.gov +1 -0 Merge bk://petsc@petsc.bkbits
bk-changeset-1.3830 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20051205205104|56623 ChangeSet 1.3830 05/12/05 14:51:04 barrysmith@barrysmith-57.mcs.anl.gov +1 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into barrysmith-57.mcs.anl.gov:/Users/barrysmith/petsc-dev
include/petsc.h 1.155 05/12/05 14:50:59 barrysmith@barrysmith-57.mcs.anl.gov +0 -0 Auto merged
Hg-commit: 5342b7d1946e8468d5df1ec4e2550fc9714c4bd7
show more ...
|
| #
8699f5fc
|
| 05-Dec-2005 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.3825 balay@asterix.mcs.anl.gov|ChangeSet|20051205174332|08308 ChangeSet 1.3825 05/12/05 11:43:32 balay@asterix.mcs.anl.gov +2 -0 set __USE_FILE_OFFSET64 in configure [using --with-
bk-changeset-1.3825 balay@asterix.mcs.anl.gov|ChangeSet|20051205174332|08308 ChangeSet 1.3825 05/12/05 11:43:32 balay@asterix.mcs.anl.gov +2 -0 set __USE_FILE_OFFSET64 in configure [using --with-large-file-io option - enabled by default]
python/PETSc/Configure.py 1.354 05/12/05 11:43:28 balay@asterix.mcs.anl.gov +3 -3 set __USE_FILE_OFFSET64 in configure [using --with-large-file-io option - enabled by default]
include/petsc.h 1.153.1.1 05/12/05 11:43:28 balay@asterix.mcs.anl.gov +0 -7 set __USE_FILE_OFFSET64 in configure [using --with-large-file-io option - enabled by default]
Hg-commit: 986b41e97a6f4d413f914ce1226541c23066024f
show more ...
|
| #
03c60df9
|
| 04-Dec-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3813.1.15 barrysmith@116_196_103_66-wifi_hotspots.eng.telusmobility.com|ChangeSet|20051204224202|36922 ChangeSet 1.3813.1.15 05/12/04 16:42:02 barrysmith@116_196_103_66-wifi_hotspots
bk-changeset-1.3813.1.15 barrysmith@116_196_103_66-wifi_hotspots.eng.telusmobility.com|ChangeSet|20051204224202|36922 ChangeSet 1.3813.1.15 05/12/04 16:42:02 barrysmith@116_196_103_66-wifi_hotspots.eng.telusmobility.com +13 -0 added suppport for --with-precision=int
src/sys/plog/plog.c 1.76 05/12/04 16:41:48 barrysmith@116_196_103_66-wifi_hotspots.eng.telusmobility.com +9 -1 added suppport for --with-precision=int
src/sys/objects/ptype.c 1.19 05/12/04 16:41:48 barrysmith@116_196_103_66-wifi_hotspots.eng.telusmobility.com +2 -0 added suppport for --with-precision=int
src/sys/fileio/mprint.c 1.51 05/12/04 16:41:47 barrysmith@116_196_103_66-wifi_hotspots.eng.telusmobility.com +3 -1 added suppport for --with-precision=int
src/sys/draw/utils/hists.c 1.27 05/12/04 16:41:47 barrysmith@116_196_103_66-wifi_hotspots.eng.telusmobility.com +2 -2 added suppport for --with-precision=int
src/sys/draw/interface/dtri.c 1.13 05/12/04 16:41:46 barrysmith@116_196_103_66-wifi_hotspots.eng.telusmobility.com +18 -18 added suppport for --with-precision=int
src/snes/interface/snes.c 1.98 05/12/04 16:41:46 barrysmith@116_196_103_66-wifi_hotspots.eng.telusmobility.com +1 -1 added suppport for --with-precision=int
src/ksp/pc/interface/pcregis.c 1.40 05/12/04 16:41:45 barrysmith@116_196_103_66-wifi_hotspots.eng.telusmobility.com +2 -2 added suppport for --with-precision=int
src/ksp/pc/impls/redundant/redundant.c 1.27 05/12/04 16:41:45 barrysmith@116_196_103_66-wifi_hotspots.eng.telusmobility.com +4 -0 added suppport for --with-precision=int
src/ksp/pc/impls/factor/lu/lu.c 1.49 05/12/04 16:41:44 barrysmith@116_196_103_66-wifi_hotspots.eng.telusmobility.com +13 -4 added suppport for --with-precision=int
python/PETSc/utilities/languages.py 1.47 05/12/04 16:41:44 barrysmith@116_196_103_66-wifi_hotspots.eng.telusmobility.com +4 -2 added suppport for --with-precision=int
python/PETSc/packages/BlasLapack.py 1.146 05/12/04 16:41:43 barrysmith@116_196_103_66-wifi_hotspots.eng.telusmobility.com +8 -4 added suppport for --with-precision=int
include/petscmath.h 1.28 05/12/04 16:41:43 barrysmith@116_196_103_66-wifi_hotspots.eng.telusmobility.com +17 -1 added suppport for --with-precision=int
include/petsc.h 1.154 05/12/04 16:41:42 barrysmith@116_196_103_66-wifi_hotspots.eng.telusmobility.com +4 -0 added suppport for --with-precision=int
Hg-commit: c2fbb2a3efcebcdeec93e03a12f738f0f0640112
show more ...
|
| #
d1afa3b2
|
| 22-Nov-2005 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.3768 balay@asterix.mcs.anl.gov|ChangeSet|20051122194856|48765 ChangeSet 1.3768 05/11/22 13:48:56 balay@asterix.mcs.anl.gov +4 -0 petsc-dynamic fixes
src/sys/dll/reg.c 1.35 0
bk-changeset-1.3768 balay@asterix.mcs.anl.gov|ChangeSet|20051122194856|48765 ChangeSet 1.3768 05/11/22 13:48:56 balay@asterix.mcs.anl.gov +4 -0 petsc-dynamic fixes
src/sys/dll/reg.c 1.35 05/11/22 13:48:54 balay@asterix.mcs.anl.gov +10 -10 petsc-dynamic fixes
python/PETSc/utilities/dynamicLibraries.py 1.16 05/11/22 13:48:54 balay@asterix.mcs.anl.gov +3 -2 petsc-dynamic fixes
include/petsc.h 1.153 05/11/22 13:48:54 balay@asterix.mcs.anl.gov +1 -0 petsc-dynamic fixes
config/macosx-gnu.py 1.36 05/11/22 13:48:54 balay@asterix.mcs.anl.gov +2 -1 petsc-dynamic fixes
Hg-commit: fa3dab0cb1296a9dc70fa0cd2fda31b5f21d77a4
show more ...
|
| #
6e8ab9e2
|
| 22-Nov-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3766 barrysmith@barry-smiths-computer.local|ChangeSet|20051122015240|55358 ChangeSet 1.3766 05/11/21 19:52:40 barrysmith@barry-smiths-computer.local +9 -0 Merge bk://petsc@petsc.bk
bk-changeset-1.3766 barrysmith@barry-smiths-computer.local|ChangeSet|20051122015240|55358 ChangeSet 1.3766 05/11/21 19:52:40 barrysmith@barry-smiths-computer.local +9 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into barry-smiths-computer.local:/Users/barrysmith/petsc-dev
src/ksp/ksp/examples/tutorials/ex33.c 1.19 05/11/21 19:52:36 barrysmith@barry-smiths-computer.local +6 -12 Matt screws us again
src/mat/interface/matrix.c 1.200 05/11/21 19:46:51 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
src/mat/impls/sbaij/seq/sbaij.c 1.152 05/11/21 19:46:50 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
src/ksp/pc/impls/factor/lu/lu.c 1.48 05/11/21 19:46:49 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
src/ksp/pc/impls/factor/ilu/ilu.c 1.61 05/11/21 19:46:49 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
src/ksp/pc/impls/factor/icc/icc.c 1.45 05/11/21 19:46:49 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
src/ksp/pc/impls/factor/cholesky/cholesky.c 1.45 05/11/21 19:46:49 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
python/PETSc/packages/BlasLapack.py 1.145 05/11/21 19:46:48 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
include/petsc.h 1.152 05/11/21 19:46:48 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
Hg-commit: fc4e73369605255a3822b849ac0e0ddbc7c59413
show more ...
|
| #
a83599f4
|
| 21-Nov-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3755.1.4 barrysmith@barry-smiths-computer.local|ChangeSet|20051121223356|46556 ChangeSet 1.3755.1.4 05/11/21 16:33:56 barrysmith@barry-smiths-computer.local +134 -0 support for --w
bk-changeset-1.3755.1.4 barrysmith@barry-smiths-computer.local|ChangeSet|20051121223356|46556 ChangeSet 1.3755.1.4 05/11/21 16:33:56 barrysmith@barry-smiths-computer.local +134 -0 support for --with-precision=longdouble
src/vec/vec/impls/seq/bvec2.c 1.76 05/11/21 16:33:44 barrysmith@barry-smiths-computer.local +6 -6 support for --with-precision=longdouble
src/vec/vec/impls/mpi/pdvec.c 1.64 05/11/21 16:33:44 barrysmith@barry-smiths-computer.local +12 -12 support for --with-precision=longdouble
src/vec/vec/examples/tutorials/ex9.c 1.11 05/11/21 16:33:44 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/vec/vec/examples/tutorials/ex1e.c 1.11 05/11/21 16:33:44 barrysmith@barry-smiths-computer.local +10 -10 support for --with-precision=longdouble
src/vec/vec/examples/tutorials/ex11.c 1.10 05/11/21 16:33:44 barrysmith@barry-smiths-computer.local +5 -5 support for --with-precision=longdouble
src/vec/vec/examples/tutorials/ex1.c 1.13 05/11/21 16:33:44 barrysmith@barry-smiths-computer.local +10 -10 support for --with-precision=longdouble
src/vec/vec/examples/tests/ex28.c 1.10 05/11/21 16:33:44 barrysmith@barry-smiths-computer.local +8 -8 support for --with-precision=longdouble
src/vec/vec/examples/tests/ex21.c 1.12 05/11/21 16:33:44 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/ts/interface/ts.c 1.55 05/11/21 16:33:43 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/ts/impls/pseudo/posindep.c 1.26 05/11/21 16:33:43 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ts/examples/tutorials/ex7.c 1.13 05/11/21 16:33:43 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ts/examples/tutorials/ex6.c 1.19 05/11/21 16:33:43 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/ts/examples/tutorials/ex5.c 1.13 05/11/21 16:33:43 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/ts/examples/tutorials/ex4.c 1.12 05/11/21 16:33:43 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/ts/examples/tutorials/ex3.c 1.13 05/11/21 16:33:43 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ts/examples/tutorials/ex2.c 1.11 05/11/21 16:33:42 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ts/examples/tests/ex1.c 1.15 05/11/21 16:33:42 barrysmith@barry-smiths-computer.local +4 -4 support for --with-precision=longdouble
src/sys/utils/random.c 1.30 05/11/21 16:33:42 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/sys/objects/ptype.c 1.18 05/11/21 16:33:42 barrysmith@barry-smiths-computer.local +8 -1 support for --with-precision=longdouble
src/sys/objects/aoptions.c 1.43 05/11/21 16:33:42 barrysmith@barry-smiths-computer.local +3 -3 support for --with-precision=longdouble
src/sys/fileio/mprint.c 1.50 05/11/21 16:33:42 barrysmith@barry-smiths-computer.local +9 -0 support for --with-precision=longdouble
src/sys/examples/tests/ex3.c 1.6 05/11/21 16:33:42 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/sys/examples/tests/ex14.c 1.5 05/11/21 16:33:42 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/sys/draw/utils/lg.c 1.21 05/11/21 16:33:42 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/sys/draw/utils/hists.c 1.26 05/11/21 16:33:41 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/sys/draw/interface/dviewp.c 1.13 05/11/21 16:33:41 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/sys/draw/interface/dpoints.c 1.11 05/11/21 16:33:41 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/sys/draw/impls/ps/pops.c 1.18 05/11/21 16:33:41 barrysmith@barry-smiths-computer.local +20 -20 support for --with-precision=longdouble
src/sys/bag/bag.c 1.26 05/11/21 16:33:40 barrysmith@barry-smiths-computer.local +5 -5 support for --with-precision=longdouble
src/snes/utils/damgsnes.c 1.78 05/11/21 16:33:40 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/snes/utils/adutils/damgsnesad.c 1.9 05/11/21 16:33:40 barrysmith@barry-smiths-computer.local +12 -12 support for --with-precision=longdouble
src/snes/mf/snesmfjdef.c 1.19 05/11/21 16:33:40 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/snes/mf/snesmfj.c 1.60 05/11/21 16:33:40 barrysmith@barry-smiths-computer.local +5 -5 support for --with-precision=longdouble
src/snes/interface/snesut.c 1.21 05/11/21 16:33:40 barrysmith@barry-smiths-computer.local +12 -12 support for --with-precision=longdouble
src/snes/interface/snes.c 1.97 05/11/21 16:33:40 barrysmith@barry-smiths-computer.local +4 -4 support for --with-precision=longdouble
src/snes/interface/noise/snesnoise.c 1.22 05/11/21 16:33:40 barrysmith@barry-smiths-computer.local +8 -8 support for --with-precision=longdouble
src/snes/interface/noise/snesmfj2.c 1.31 05/11/21 16:33:39 barrysmith@barry-smiths-computer.local +6 -6 support for --with-precision=longdouble
src/snes/impls/tr/tr.c 1.34 05/11/21 16:33:39 barrysmith@barry-smiths-computer.local +9 -9 support for --with-precision=longdouble
src/snes/impls/test/snestest.c 1.21 05/11/21 16:33:39 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/snes/impls/ls/ls.c 1.67 05/11/21 16:33:39 barrysmith@barry-smiths-computer.local +10 -10 support for --with-precision=longdouble
src/snes/examples/tutorials/ex8.c 1.6 05/11/21 16:33:39 barrysmith@barry-smiths-computer.local +3 -3 support for --with-precision=longdouble
src/snes/examples/tutorials/ex7.c 1.19 05/11/21 16:33:39 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/snes/examples/tutorials/ex4.c 1.10 05/11/21 16:33:39 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/snes/examples/tutorials/ex30.c 1.54 05/11/21 16:33:39 barrysmith@barry-smiths-computer.local +8 -8 support for --with-precision=longdouble
src/snes/examples/tutorials/ex3.c 1.17 05/11/21 16:33:39 barrysmith@barry-smiths-computer.local +4 -4 support for --with-precision=longdouble
src/snes/examples/tutorials/ex29.c 1.90 05/11/21 16:33:38 barrysmith@barry-smiths-computer.local +10 -10 support for --with-precision=longdouble
src/snes/examples/tutorials/ex27.c 1.16 05/11/21 16:33:38 barrysmith@barry-smiths-computer.local +7 -7 support for --with-precision=longdouble
src/snes/examples/tutorials/ex26.c 1.24 05/11/21 16:33:38 barrysmith@barry-smiths-computer.local +3 -3 support for --with-precision=longdouble
src/snes/examples/tutorials/ex22.c 1.14 05/11/21 16:33:38 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/snes/examples/tutorials/ex2.c 1.14 05/11/21 16:33:38 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/snes/examples/tutorials/ex19.c 1.20 05/11/21 16:33:38 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/snes/examples/tutorials/ex14.c 1.15 05/11/21 16:33:38 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/snes/examples/tests/ex7.c 1.15 05/11/21 16:33:38 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/snes/examples/tests/ex5.c 1.11 05/11/21 16:33:38 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/snes/examples/tests/ex1.c 1.15 05/11/21 16:33:37 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/mat/utils/multequal.c 1.11 05/11/21 16:33:37 barrysmith@barry-smiths-computer.local +4 -4 support for --with-precision=longdouble
src/mat/utils/compressedrow.c 1.13 05/11/21 16:33:37 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/mat/matfd/fdmatrix.c 1.36 05/11/21 16:33:37 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/mat/interface/matrix.c 1.198.1.1 05/11/21 16:33:37 barrysmith@barry-smiths-computer.local +8 -8 support for --with-precision=longdouble
src/mat/interface/matnull.c 1.36 05/11/21 16:33:37 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/mat/impls/sbaij/seq/sbaijfact2.c 1.64 05/11/21 16:33:37 barrysmith@barry-smiths-computer.local +6 -6 support for --with-precision=longdouble
src/mat/impls/sbaij/seq/sbaijfact.c 1.90 05/11/21 16:33:36 barrysmith@barry-smiths-computer.local +12 -12 support for --with-precision=longdouble
src/mat/impls/sbaij/seq/sbaij.c 1.150.1.1 05/11/21 16:33:36 barrysmith@barry-smiths-computer.local +9 -9 support for --with-precision=longdouble
src/mat/impls/dense/seq/dense.c 1.89 05/11/21 16:33:36 barrysmith@barry-smiths-computer.local +3 -3 support for --with-precision=longdouble
src/mat/impls/csr/inode/inode.c 1.54 05/11/21 16:33:36 barrysmith@barry-smiths-computer.local +11 -11 support for --with-precision=longdouble
src/mat/impls/bdiag/seq/bdiag3.c 1.28 05/11/21 16:33:36 barrysmith@barry-smiths-computer.local +6 -6 support for --with-precision=longdouble
src/mat/impls/baij/seq/baijfact3.c 1.25 05/11/21 16:33:36 barrysmith@barry-smiths-computer.local +3 -3 support for --with-precision=longdouble
src/mat/impls/baij/seq/baijfact2.c 1.50 05/11/21 16:33:36 barrysmith@barry-smiths-computer.local +3 -3 support for --with-precision=longdouble
src/mat/impls/baij/seq/baijfact.c 1.35 05/11/21 16:33:35 barrysmith@barry-smiths-computer.local +12 -12 support for --with-precision=longdouble
src/mat/impls/baij/seq/baij.c 1.140 05/11/21 16:33:35 barrysmith@barry-smiths-computer.local +10 -10 support for --with-precision=longdouble
src/mat/impls/aij/seq/matmatmult.c 1.88 05/11/21 16:33:35 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/mat/impls/aij/seq/crl/crl.c 1.14 05/11/21 16:33:35 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/mat/impls/aij/seq/aijfact.c 1.125 05/11/21 16:33:35 barrysmith@barry-smiths-computer.local +22 -22 support for --with-precision=longdouble
src/mat/impls/aij/seq/aij.c 1.245 05/11/21 16:33:35 barrysmith@barry-smiths-computer.local +9 -9 support for --with-precision=longdouble
src/mat/examples/tests/ex99.c 1.9 05/11/21 16:33:35 barrysmith@barry-smiths-computer.local +5 -5 support for --with-precision=longdouble
src/mat/examples/tests/ex96.c 1.17 05/11/21 16:33:34 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/mat/examples/tests/ex94.c 1.23 05/11/21 16:33:34 barrysmith@barry-smiths-computer.local +3 -3 support for --with-precision=longdouble
src/mat/examples/tests/ex76.c 1.21 05/11/21 16:33:34 barrysmith@barry-smiths-computer.local +4 -4 support for --with-precision=longdouble
src/mat/examples/tests/ex75.c 1.26 05/11/21 16:33:34 barrysmith@barry-smiths-computer.local +3 -3 support for --with-precision=longdouble
src/mat/examples/tests/ex74.c 1.33 05/11/21 16:33:34 barrysmith@barry-smiths-computer.local +5 -5 support for --with-precision=longdouble
src/mat/examples/tests/ex62.c 1.13 05/11/21 16:33:34 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/mat/examples/tests/ex5.c 1.12 05/11/21 16:33:34 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/mat/examples/tests/ex49.c 1.10 05/11/21 16:33:34 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/mat/examples/tests/ex3.c 1.12 05/11/21 16:33:33 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/mat/examples/tests/ex21.c 1.11 05/11/21 16:33:33 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/mat/examples/tests/ex2.c 1.15 05/11/21 16:33:33 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/mat/examples/tests/ex19.c 1.12 05/11/21 16:33:33 barrysmith@barry-smiths-computer.local +4 -4 support for --with-precision=longdouble
src/mat/examples/tests/ex17.c 1.12 05/11/21 16:33:33 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/mat/examples/tests/ex15.c 1.17 05/11/21 16:33:33 barrysmith@barry-smiths-computer.local +3 -3 support for --with-precision=longdouble
src/mat/examples/tests/ex14.c 1.11 05/11/21 16:33:33 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/ksp/pc/interface/pcregis.c 1.39 05/11/21 16:33:33 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/ksp/pc/impls/spai/ispai.c 1.35 05/11/21 16:33:32 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ksp/pc/impls/sor/sor.c 1.35 05/11/21 16:33:32 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ksp/pc/impls/mg/mg.c 1.68 05/11/21 16:33:32 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/ksp/pc/impls/is/feti/examples/ex1.c 1.4 05/11/21 16:33:32 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ksp/pc/impls/hypre/hyppilut.c 1.82 05/11/21 16:33:32 barrysmith@barry-smiths-computer.local +14 -14 support for --with-precision=longdouble
src/ksp/pc/impls/factor/lu/lu.c 1.46.1.1 05/11/21 16:33:32 barrysmith@barry-smiths-computer.local +3 -3 support for --with-precision=longdouble
src/ksp/pc/impls/factor/ilu/ilu.c 1.59.1.1 05/11/21 16:33:32 barrysmith@barry-smiths-computer.local +4 -4 support for --with-precision=longdouble
src/ksp/pc/impls/factor/icc/icc.c 1.43.1.1 05/11/21 16:33:32 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ksp/pc/impls/factor/cholesky/cholesky.c 1.43.1.1 05/11/21 16:33:32 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ksp/pc/impls/eisens/eisen.c 1.29 05/11/21 16:33:31 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ksp/pc/examples/tests/ex5.c 1.25 05/11/21 16:33:31 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/ksp/ksp/interface/itfunc.c 1.76 05/11/21 16:33:31 barrysmith@barry-smiths-computer.local +5 -5 support for --with-precision=longdouble
src/ksp/ksp/interface/iterativ.c 1.40 05/11/21 16:33:31 barrysmith@barry-smiths-computer.local +5 -5 support for --with-precision=longdouble
src/ksp/ksp/interface/itcreate.c 1.69 05/11/21 16:33:31 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ksp/ksp/impls/symmlq/symmlq.c 1.27 05/11/21 16:33:31 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/ksp/ksp/impls/rich/rich.c 1.28 05/11/21 16:33:31 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ksp/ksp/impls/qcg/qcg.c 1.28 05/11/21 16:33:31 barrysmith@barry-smiths-computer.local +6 -6 support for --with-precision=longdouble
src/ksp/ksp/impls/minres/minres.c 1.26 05/11/21 16:33:31 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/ksp/ksp/impls/gmres/lgmres/lgmres.c 1.45 05/11/21 16:33:30 barrysmith@barry-smiths-computer.local +3 -3 support for --with-precision=longdouble
src/ksp/ksp/impls/gmres/gmres.c 1.66 05/11/21 16:33:30 barrysmith@barry-smiths-computer.local +4 -4 support for --with-precision=longdouble
src/ksp/ksp/impls/gmres/borthog2.c 1.24 05/11/21 16:33:30 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ksp/ksp/impls/cheby/cheby.c 1.25 05/11/21 16:33:30 barrysmith@barry-smiths-computer.local +3 -3 support for --with-precision=longdouble
src/ksp/ksp/examples/tutorials/ex33.c 1.16.1.1 05/11/21 16:33:30 barrysmith@barry-smiths-computer.local +12 -12 support for --with-precision=longdouble
src/ksp/ksp/examples/tutorials/ex29.c 1.22 05/11/21 16:33:30 barrysmith@barry-smiths-computer.local +6 -6 support for --with-precision=longdouble
src/ksp/ksp/examples/tutorials/ex28.c 1.18 05/11/21 16:33:29 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ksp/ksp/examples/tutorials/ex25.c 1.18 05/11/21 16:33:29 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ksp/ksp/examples/tutorials/ex22.c 1.16 05/11/21 16:33:29 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ksp/ksp/examples/tutorials/ex13.c 1.15 05/11/21 16:33:29 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ksp/ksp/examples/tutorials/ex11.c 1.17 05/11/21 16:33:29 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ksp/ksp/examples/tests/ex14.c 1.14 05/11/21 16:33:29 barrysmith@barry-smiths-computer.local +5 -5 support for --with-precision=longdouble
src/ksp/ksp/examples/tests/ex10.c 1.18 05/11/21 16:33:29 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ksp/ksp/examples/tests/ex1.c 1.14 05/11/21 16:33:29 barrysmith@barry-smiths-computer.local +0 -1 support for --with-precision=longdouble
src/dm/da/src/gr2.c 1.37 05/11/21 16:33:28 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/dm/da/src/gr1.c 1.17 05/11/21 16:33:28 barrysmith@barry-smiths-computer.local +4 -4 support for --with-precision=longdouble
src/dm/da/src/da3.c 1.38 05/11/21 16:33:28 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/dm/da/src/da2.c 1.74 05/11/21 16:33:28 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/dm/da/examples/tutorials/ex6.c 1.21 05/11/21 16:33:28 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/dm/da/examples/tests/ex7.c 1.13 05/11/21 16:33:27 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/dm/da/examples/tests/ex23.c 1.14 05/11/21 16:33:27 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/dm/da/examples/tests/ex20.c 1.12 05/11/21 16:33:27 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/dm/da/examples/tests/ex19.c 1.6 05/11/21 16:33:27 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
python/PETSc/packages/BlasLapack.py 1.143.1.1 05/11/21 16:33:27 barrysmith@barry-smiths-computer.local +12 -2 support for --with-precision=longdouble
include/petsc.h 1.150.1.1 05/11/21 16:33:26 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
Hg-commit: f4d16e9cf8485c8f01ebd4d79ba14b8facdeb987
show more ...
|