| 207126cb | 23-Jul-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after most of merge of petsc-dev with petsc-dev-new-solvers with new way of handling external solvers
Hg-commit: 7c86fa28bc8468b955cc6a62edd1de55d6c3d700 |
| 5c9eb25f | 23-Jul-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
basic transistion to new model for external direct solvers all tests pass
Hg-commit: 709a5887e4f17b074188a2f60d4f00cb8895dd52 |
| e36ff184 | 20-Jun-2008 |
Satish Balay <balay@mcs.anl.gov> |
#17844 PCFactorSetMatOrderingType() should use 'const MatOrderingType'
Hg-commit: 422b7dd730259aa6ded1cdcea230c8f65690d965 |
| 05dd20ce | 20-Jun-2008 |
Satish Balay <balay@mcs.anl.gov> |
revert - as per #17875, #17872
Hg-commit: c00c266b6aa66a660cfd44ad80192b868efadea0 |
| bbff29e0 | 20-Jun-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
More fixes for MatOrdering
Hg-commit: dcde0c2606c4299cb7b215eb6d4190bf6be72e1e |
| b24902e0 | 01-May-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
initial conversion of Mat derived solver types like Mumps etc to use MatGetFactor() instead most code does not yet run but all code should be using the new format.
Hg-commit: ac83415153993ee58dc4
initial conversion of Mat derived solver types like Mumps etc to use MatGetFactor() instead most code does not yet run but all code should be using the new format.
Hg-commit: ac83415153993ee58dc4194c173418bfbd73bc73
show more ...
|
| a542b6e8 | 25-Apr-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
removed no longer needed converts of Fortran to C MPI_Comm (since MPI 1.1 has a standard for this)
Hg-commit: 263aca0fcfe7efcaed30a4abb46e648de3bb24ab |
| 9989ab13 | 20-Apr-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
started MatSetSolverType() infrastructure.
Hg-commit: 8ba8e80901ec8496a4baa9ba293294cc72711bb3 |
| ce0a2cd1 | 21-Feb-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
mv zpetsc.h (a meaningless name) to fortranimpl.h (a slightly more meaningful name)
Hg-commit: d2687f12f92bff49ceff434100d018f6898829c3 |
| 2b6de112 | 06-Nov-2007 |
Barry Smith <bsmith@mcs.anl.gov> |
manual pages for PetscRandom types and minor PetscRandom manual page updates moved IS initialization into ISInitializePackage()
Hg-commit: d81416e49a52e842a1fc5d199928b8b819b9828d |
| e0156e0b | 11-Oct-2007 |
Satish Balay <balay@mcs.anl.gov> |
merge
Hg-commit: 8b48556a285e293c04f497a3a1e40ac96cfd5016 |
| a4fd02ac | 09-Oct-2007 |
Barry Smith <bsmith@mcs.anl.gov> |
changed PCGetFactoredMatrix to PCFactorGetMatrix to match naming conventions
Hg-commit: 36ad78eb3fee8ade9f1c76f67a445ce40713dfb5 |
| c8cd8b03 | 09-Oct-2007 |
Satish Balay <balay@mcs.anl.gov> |
merge
Hg-commit: d507e9558c653b847e4e8b2a1687018f692e3610 |
| 7c363081 | 09-Oct-2007 |
Barry Smith <bsmith@mcs.anl.gov> |
petsc-maint 16799 ==6657== Conditional jump or move depends on uninitialised value(s) ==6657== at 0x8735AD1: petscoptionsgetstring_ (in /home/go
petsc-maint 16799 ==6657== Conditional jump or move depends on uninitialised value(s) ==6657== at 0x8735AD1: petscoptionsgetstring_ (in /home/gormo/fluidity/trunk/bin/petsc_readnsolve) ==6657== by 0x80F426D: petsc_readnsolve_options.878 (petsc_readnsolve.F90:264) ==6657== by 0x80F197C: petsc_readnsolve_ (petsc_readnsolve.F90:73) ==6657== by 0x80F18AD: main (petsc_readnsolve_main.cpp:28)
moved zpetsc.h to private/zpetsc.h
changed Fortran interface function PetscOptionsGetXXX functions to allow passing PETSC_NULL_TRUTH as flag argument
Hg-commit: a08dc4d2e15e97c0d3849b1cb02e6c1b0214b0c8
show more ...
|
| 7adad957 | 03-Oct-2007 |
Lisandro Dalcin <dalcinl@gmail.com> |
changes for solving the strict aliasing issue in PetscObject and derived
Hg-commit: 278faecc91564f5495fa9f7d48380d547995fa45 |
| 38f2d2fd | 06-Jul-2007 |
Lisandro Dalcin <dalcinl@gmail.com> |
initial changes for better memory loggin on objects
Hg-commit: 0ef7914e13d41d173ef1ba2552c26bd9f41bc807 |
| e22d95b2 | 20-Jun-2007 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed KSPMonitorLG and SNESMonitorLG to take PetscViewerDraw as context instead of PetscDrawLG
Hg-commit: b6bf57ad6426c5d6be3811f1573d89432e664580 |
| 2423cecc | 08-Jun-2007 |
Barry Smith <bsmith@mcs.anl.gov> |
changed bmake/common everywhere to conf fixed a little more for new install system
Hg-commit: 1aa781ff09e652ebafd6f016d84e88c15ea650f1 |
| b73d11d5 | 21-Apr-2007 |
Satish Balay <balay@mcs.anl.gov> |
fix pcfactorsetmatorderingtype_()
Hg-commit: c37424b55e5aca00332455f9f51c6d41b3c4b4db |
| e5a9bf91 | 12-Jan-2007 |
Barry Smith <bsmith@mcs.anl.gov> |
more cleanup of includes for proper formating made more XXXType const (all but one actually) added support for "parsing" XXXXType names and values
Hg-commit: 39515460af589ce0c0cb71ed72165cce9925daaa |
| f3a39bec | 18-Apr-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.4263 bsmith@barrysmith-57.mcs.anl.gov|ChangeSet|20060418212230|26819 ChangeSet 1.4263 06/04/18 16:22:30 bsmith@barrysmith-57.mcs.anl.gov +7 -0 matrix.c, aijfact.c, lu.c, ilu.c, icc
bk-changeset-1.4263 bsmith@barrysmith-57.mcs.anl.gov|ChangeSet|20060418212230|26819 ChangeSet 1.4263 06/04/18 16:22:30 bsmith@barrysmith-57.mcs.anl.gov +7 -0 matrix.c, aijfact.c, lu.c, ilu.c, icc.h, icc.c, cholesky.c: PCView_factor shows actual fill ratio
src/mat/interface/matrix.c 1.217 06/04/18 16:21:22 bsmith@barrysmith-57.mcs.anl.gov +1 -1 PCView_factor shows actual fill ratio
src/mat/impls/aij/seq/aijfact.c 1.140 06/04/18 16:21:22 bsmith@barrysmith-57.mcs.anl.gov +4 -1 PCView_factor shows actual fill ratio
src/ksp/pc/impls/factor/lu/lu.c 1.53 06/04/18 16:21:22 bsmith@barrysmith-57.mcs.anl.gov +9 -4 PCView_factor shows actual fill ratio
src/ksp/pc/impls/factor/ilu/ilu.c 1.66 06/04/18 16:21:21 bsmith@barrysmith-57.mcs.anl.gov +12 -2 PCView_factor shows actual fill ratio
src/ksp/pc/impls/factor/icc/icc.h 1.10 06/04/18 16:21:21 bsmith@barrysmith-57.mcs.anl.gov +1 -0 PCView_factor shows actual fill ratio
src/ksp/pc/impls/factor/icc/icc.c 1.48 06/04/18 16:21:21 bsmith@barrysmith-57.mcs.anl.gov +18 -1 PCView_factor shows actual fill ratio
src/ksp/pc/impls/factor/cholesky/cholesky.c 1.48 06/04/18 16:21:21 bsmith@barrysmith-57.mcs.anl.gov +9 -4 PCView_factor shows actual fill ratio
Hg-commit: 7d1e3cb8dc9dd8dde2346330e6d71d613bc01825
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 ...
|
| 2401956b | 16-Dec-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3869.4.4 barrysmith@barry-smiths-computer.local|ChangeSet|20051216024320|58989 ChangeSet 1.3869.4.4 05/12/15 20:43:20 barrysmith@barry-smiths-computer.local +27 -0 231.html: ch
bk-changeset-1.3869.4.4 barrysmith@barry-smiths-computer.local|ChangeSet|20051216024320|58989 ChangeSet 1.3869.4.4 05/12/15 20:43:20 barrysmith@barry-smiths-computer.local +27 -0 231.html: change for PCILU/LU/ICCSet... to PCFactorSet .. Many files: Change -pc_ilu/icc etc to -pc_factor iscoloring.c: test fails on special case where nc is 256 hence caste to unsigned char gives 0 .del-zluf.c~6c7752d5ca766537: Delete: src/ksp/pc/impls/factor/lu/ftn-custom/zluf.c .del-makefile~91e3104cea874600: Delete: src/ksp/pc/impls/factor/lu/ftn-custom/makefile petscapp.bib: new pub from ORNL
src/docs/website/documentation/changes/231.html 1.51 05/12/15 20:40:53 barrysmith@barry-smiths-computer.local +206 -0 change for PCILU/LU/ICCSet... to PCFactorSet ..
src/sys/viewer/impls/ascii/vcreatea.c 1.21 05/12/15 20:30:20 barrysmith@barry-smiths-computer.local +1 -0 Change -pc_ilu/icc etc to -pc_factor
src/mat/utils/zerodiag.c 1.15 05/12/15 20:30:20 barrysmith@barry-smiths-computer.local +1 -2 Change -pc_ilu/icc etc to -pc_factor
src/mat/order/sorder.c 1.23 05/12/15 20:30:20 barrysmith@barry-smiths-computer.local +2 -2 Change -pc_ilu/icc etc to -pc_factor
src/mat/interface/matrix.c 1.203 05/12/15 20:30:19 barrysmith@barry-smiths-computer.local +4 -4 Change -pc_ilu/icc etc to -pc_factor
src/mat/impls/feti/feti.c 1.6 05/12/15 20:30:19 barrysmith@barry-smiths-computer.local +3 -3 Change -pc_ilu/icc etc to -pc_factor
src/mat/impls/baij/seq/baijfact2.c 1.52 05/12/15 20:30:18 barrysmith@barry-smiths-computer.local +1 -1 Change -pc_ilu/icc etc to -pc_factor
src/mat/impls/aij/seq/umfpack/umfpack.c 1.47 05/12/15 20:30:18 barrysmith@barry-smiths-computer.local +1 -1 Change -pc_ilu/icc etc to -pc_factor
src/ksp/pc/impls/factor/lu/lu.c 1.51 05/12/15 20:30:18 barrysmith@barry-smiths-computer.local +78 -147 Change -pc_ilu/icc etc to -pc_factor
src/ksp/pc/impls/factor/ilu/ftn-custom/ziluf.c 1.2 05/12/15 20:30:18 barrysmith@barry-smiths-computer.local +4 -4 Change -pc_ilu/icc etc to -pc_factor
src/ksp/pc/impls/factor/ilu/ilu.c 1.63 05/12/15 20:30:17 barrysmith@barry-smiths-computer.local +88 -300 Change -pc_ilu/icc etc to -pc_factor
src/ksp/pc/impls/factor/icc/icc.c 1.47 05/12/15 20:30:17 barrysmith@barry-smiths-computer.local +18 -86 Change -pc_ilu/icc etc to -pc_factor
src/ksp/pc/impls/factor/cholesky/cholesky.c 1.47 05/12/15 20:30:17 barrysmith@barry-smiths-computer.local +48 -124 Change -pc_ilu/icc etc to -pc_factor
src/ksp/pc/impls/asm/asm.c 1.53 05/12/15 20:30:17 barrysmith@barry-smiths-computer.local +1 -1 Change -pc_ilu/icc etc to -pc_factor
src/ksp/pc/examples/tutorials/ex2.c 1.15 05/12/15 20:30:17 barrysmith@barry-smiths-computer.local +3 -3 Change -pc_ilu/icc etc to -pc_factor
src/ksp/pc/examples/tutorials/ex1.c 1.13 05/12/15 20:30:16 barrysmith@barry-smiths-computer.local +3 -3 Change -pc_ilu/icc etc to -pc_factor
src/ksp/ksp/examples/tutorials/makefile 1.90 05/12/15 20:30:16 barrysmith@barry-smiths-computer.local +2 -2 Change -pc_ilu/icc etc to -pc_factor
src/ksp/ksp/examples/tests/makefile 1.34 05/12/15 20:30:16 barrysmith@barry-smiths-computer.local +2 -2 Change -pc_ilu/icc etc to -pc_factor
src/docs/tex/manual/part2.tex 1.105 05/12/15 20:30:15 barrysmith@barry-smiths-computer.local +45 -47 Change -pc_ilu/icc etc to -pc_factor
src/contrib/keyes/makefile 1.7 05/12/15 20:30:15 barrysmith@barry-smiths-computer.local +1 -1 Change -pc_ilu/icc etc to -pc_factor
include/petscpc.h 1.80 05/12/15 20:30:14 barrysmith@barry-smiths-computer.local +10 -25 Change -pc_ilu/icc etc to -pc_factor
include/petscmat.h 1.204 05/12/15 20:30:14 barrysmith@barry-smiths-computer.local +2 -3 Change -pc_ilu/icc etc to -pc_factor
include/petscksp.h 1.71 05/12/15 20:30:13 barrysmith@barry-smiths-computer.local +1 -1 Change -pc_ilu/icc etc to -pc_factor
src/vec/is/utils/iscoloring.c 1.36 05/12/15 16:47:48 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 test fails on special case where nc is 256 hence caste to unsigned char gives 0
BitKeeper/deleted/.del-zluf.c~6c7752d5ca766537 1.2 05/12/15 15:59:47 barrysmith@barrysmith-57.mcs.anl.gov +0 -0 Delete: src/ksp/pc/impls/factor/lu/ftn-custom/zluf.c
BitKeeper/deleted/.del-makefile~91e3104cea874600 1.2 05/12/15 15:59:40 barrysmith@barrysmith-57.mcs.anl.gov +0 -0 Delete: src/ksp/pc/impls/factor/lu/ftn-custom/makefile
src/docs/tex/petscapp.bib 1.221 05/12/15 15:10:20 barrysmith@barrysmith-57.mcs.anl.gov +9 -0 new pub from ORNL
Hg-commit: 8b2c323b74ed98f9dffbb555b74dd38f91182708
show more ...
|
| 55ba2a51 | 15-Dec-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3869.4.3 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20051215210950|45632 ChangeSet 1.3869.4.3 05/12/15 15:09:50 barrysmith@barrysmith-57.mcs.anl.gov +15 -0 index.html: remo
bk-changeset-1.3869.4.3 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20051215210950|45632 ChangeSet 1.3869.4.3 05/12/15 15:09:50 barrysmith@barrysmith-57.mcs.anl.gov +15 -0 index.html: remove . from front of .petsc-dev.tar.gz file name Jose direct link to slepc apps Many files: pc_xx_fill -> pc_factor_fill also PCXXXSetFill() becomes PCFactorSetFill()
src/docs/website/developers/index.html 1.47 05/12/15 14:55:36 barrysmith@barrysmith-57.mcs.anl.gov +198 -31 remove . from front of .petsc-dev.tar.gz file name
src/docs/website/publications/index.html 1.35 05/12/15 07:17:06 barrysmith@barry-smiths-computer.local +1 -1 Jose direct link to slepc apps
src/mat/impls/sbaij/seq/sbaijfact2.c 1.65 05/12/14 21:33:21 barrysmith@barry-smiths-computer.local +4 -4 pc_xx_fill -> pc_factor_fill also PCXXXSetFill() becomes PCFactorSetFill()
src/mat/impls/sbaij/seq/sbaijfact.c 1.91 05/12/14 21:33:20 barrysmith@barry-smiths-computer.local +4 -4 pc_xx_fill -> pc_factor_fill also PCXXXSetFill() becomes PCFactorSetFill()
src/mat/impls/baij/seq/baijfact3.c 1.26 05/12/14 21:33:20 barrysmith@barry-smiths-computer.local +2 -2 pc_xx_fill -> pc_factor_fill also PCXXXSetFill() becomes PCFactorSetFill()
src/mat/impls/baij/seq/baijfact2.c 1.51 05/12/14 21:33:20 barrysmith@barry-smiths-computer.local +2 -2 pc_xx_fill -> pc_factor_fill also PCXXXSetFill() becomes PCFactorSetFill()
src/mat/impls/baij/seq/baijfact.c 1.36 05/12/14 21:33:20 barrysmith@barry-smiths-computer.local +4 -4 pc_xx_fill -> pc_factor_fill also PCXXXSetFill() becomes PCFactorSetFill()
src/mat/impls/aij/seq/aijfact.c 1.126 05/12/14 21:33:19 barrysmith@barry-smiths-computer.local +10 -10 pc_xx_fill -> pc_factor_fill also PCXXXSetFill() becomes PCFactorSetFill()
src/ksp/pc/impls/factor/lu/lu.c 1.50 05/12/14 21:33:19 barrysmith@barry-smiths-computer.local +13 -14 pc_xx_fill -> pc_factor_fill also PCXXXSetFill() becomes PCFactorSetFill()
src/ksp/pc/impls/factor/ilu/ilu.c 1.62 05/12/14 21:33:19 barrysmith@barry-smiths-computer.local +8 -49 pc_xx_fill -> pc_factor_fill also PCXXXSetFill() becomes PCFactorSetFill()
src/ksp/pc/impls/factor/icc/icc.c 1.46 05/12/14 21:33:19 barrysmith@barry-smiths-computer.local +7 -48 pc_xx_fill -> pc_factor_fill also PCXXXSetFill() becomes PCFactorSetFill()
src/ksp/pc/impls/factor/cholesky/cholesky.c 1.46 05/12/14 21:33:18 barrysmith@barry-smiths-computer.local +7 -48 pc_xx_fill -> pc_factor_fill also PCXXXSetFill() becomes PCFactorSetFill()
src/ksp/ksp/examples/tutorials/makefile 1.89 05/12/14 21:33:18 barrysmith@barry-smiths-computer.local +1 -1 pc_xx_fill -> pc_factor_fill also PCXXXSetFill() becomes PCFactorSetFill()
src/docs/tex/manual/part2.tex 1.104 05/12/14 21:33:17 barrysmith@barry-smiths-computer.local +4 -4 pc_xx_fill -> pc_factor_fill also PCXXXSetFill() becomes PCFactorSetFill()
include/petscpc.h 1.79 05/12/14 21:33:16 barrysmith@barry-smiths-computer.local +1 -4 pc_xx_fill -> pc_factor_fill also PCXXXSetFill() becomes PCFactorSetFill()
Hg-commit: 562915cf69e2033075b438de56157a6751f1f9c4
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 ...
|