| b5d05ef9 | 11-Apr-2007 |
Lisandro Dalcin <dalcinl@gmail.com> |
fix ISSum
Hg-commit: 6a443870ca249bdc098c878f3684c75ebaa2217f |
| 9c666560 | 01-Apr-2007 |
Barry Smith <bsmith@mcs.anl.gov> |
more minor changes to increase consistency of method calling sequences and naming
Hg-commit: 4d17aa8465a0d1835166ba4c0ee47a08a267b110 |
| 9a05e725 | 01-Apr-2007 |
Barry Smith <bsmith@mcs.anl.gov> |
changed ISSum() to look like a regular class method other minor cleanup of class syntax
Hg-commit: 7fbf7dbf8b8d9cc19cdd67e3d9bf8ec352ef6268 |
| f7a1537b | 26-Feb-2007 |
Lisandro Dalcin <dalcinl@gmail.com> |
replace ISCreateGeneral() by ISCreateGeneralNC() in a few places
Hg-commit: c9689345864b8e745e05fd1003b08b4455bf512e |
| 12d94edd | 23-Feb-2007 |
Lisandro Dalcin <dalcinl@gmail.com> |
move isimpl.h to include/private
Hg-commit: d144fed347ce478906e5f1b100edf1a8c6313064 |
| 74b8c2bf | 15-Feb-2007 |
Lisandro Dalcin <dalcinl@gmail.com> |
shorter log name for local to global mapping
Hg-commit: ba3a195023566ddc1e91fdcc9fc0722c54468da3 |
| c3122656 | 01-Feb-2007 |
Lisandro Dalcin <dalcinl@gmail.com> |
fix incref/decref pattern in many places
Hg-commit: 22e103f7957be81eb52288a9ed4ffb27537b6d8f |
| 73911063 | 17-Jan-2007 |
Barry Smith <bsmith@mcs.anl.gov> |
unused variable in str routin petsc-maint 15701 VecCreateGhostWithArray() can not handle zero length array with zero ghost points
Hg-commit: 6ffaea3cdcd15f293ee1991691d47ced6e827caf |
| 3050cee2 | 12-Dec-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
petsc.bib reference to Downar and Salome coupling approaches add PetscViewerASCIIGetStdout() to use in PETSc source instead of PETSC_VIEWER_STDOUT_(comm) for traditional PETSc error handling
Hg-co
petsc.bib reference to Downar and Salome coupling approaches add PetscViewerASCIIGetStdout() to use in PETSc source instead of PETSC_VIEWER_STDOUT_(comm) for traditional PETSc error handling
Hg-commit: d5925024de9641e364c42958da386445812c4f79
show more ...
|
| 8ee2e534 | 12-Nov-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
changed IS_COLORING_LOCAL to IS_COLORING_GLOBAL completed simple support foror generating VecPackGetMatrix() allow VecPackAddArray() to locate the array on any process desired
Hg-commit: 5fd9ade
changed IS_COLORING_LOCAL to IS_COLORING_GLOBAL completed simple support foror generating VecPackGetMatrix() allow VecPackAddArray() to locate the array on any process desired
Hg-commit: 5fd9adecca44380da002f32420029d4f6cdeff16
show more ...
|
| a34d58eb | 20-Oct-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
bug fix in ex7.c TS example, finished new MonitorDefault context for TS unused variables in redundant.c bug fix in dmmg
Hg-commit: 975413dce9e8293e295422e2a31856033328805c |
| ccb205f8 | 03-Oct-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
block relaxiation for blockmat simple fieldsplit for blockmat docs
Hg-commit: 430a14e409c8b7db31832ae78e5952e00da74c58 |
| b8f8c88e | 24-Jun-2006 |
Hong Zhang <hzhang@mcs.anl.gov> |
Optimize MatFDColoringApply() to reduce VecScatters
MatFDColoringCreate_MPIAI(): add impl for ctype == IS_COLORING_LOCAL skip calling MatFDColoringApply_SeqAIJ(). Use MatFDColoringApply(). add impl
Optimize MatFDColoringApply() to reduce VecScatters
MatFDColoringCreate_MPIAI(): add impl for ctype == IS_COLORING_LOCAL skip calling MatFDColoringApply_SeqAIJ(). Use MatFDColoringApply(). add impl when the input x1=local ghosted vector significant num of VecScatter() is reduced add 'ISColoringType ctype' into MatFDColoring struct skip DAGlobalToLocalBegin/End when the input X=local ghosted vector ISColoringGetIS(): add impl for ctype == IS_COLORING_LOCAL
Hg-commit: 754948e31e75209c086573e54b573c1a36fd912f
show more ...
|
| 910ba992 | 21-Jun-2006 |
Matthew Knepley <knepley@mcs.anl.gov> |
Fixed cmpiler warnings
Hg-commit: c65647627c18b808ed35b9d5f9013608b89ec7d9 |
| cf502942 | 13-Jun-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
parallel fix for fieldsplit; did not properly generate parallel matrices
Hg-commit: 7b34c32e57e2de741cd34e48d3fabeb2175adc66 |
| 2cfcea29 | 11-Jun-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
petsc-maint added ISLocalToGlobalMappingGetInfo() for Fortran
Hg-commit: b3e5369834bf6ab54a546e192fb7fb9d479e5fc2 |
| 1f428162 | 31-Mar-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.4019.1.45 bsmith@barrys-computer.local|ChangeSet|20060331011954|18055 ChangeSet 1.4019.1.45 06/03/30 19:19:54 bsmith@barrys-computer.local +3 -0 missing and broken Fortran interfac
bk-changeset-1.4019.1.45 bsmith@barrys-computer.local|ChangeSet|20060331011954|18055 ChangeSet 1.4019.1.45 06/03/30 19:19:54 bsmith@barrys-computer.local +3 -0 missing and broken Fortran interfaces for ISLocalToGlobalMapping.... and broken VecSetValueLocal()
src/vec/is/utils/isltog.c 1.47 06/03/30 19:19:51 bsmith@barrys-computer.local +1 -1 Generate the Fortran stub automatically petsc-maint 16422
include/petscvec.h 1.88.1.2 06/03/30 19:09:43 bsmith@barrys-computer.local +1 -1 forgot to put the local in
include/petscvec.h 1.88.1.1 06/03/30 18:41:09 bsmith@barrys-computer.local +1 -3 petsc-maint 14622 VecSetValueLocal() did not work; used removed global variables replaced with new inline function as was previously done for VecSetValue()
src/vec/is/utils/ftn-custom/zisltogf.c 1.3 06/03/30 18:37:37 bsmith@barrys-computer.local +3 -2 petsc-maint 14622 cannot handle default viewers
Hg-commit: a6e689c9ab3db316664fbc74a5aaa86bf8d40180
show more ...
|
| 95a80f87 | 26-Jan-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3988.3.1 barrysmith@barrysmith-11.mcs.anl.gov|ChangeSet|20060126194857|40047 ChangeSet 1.3988.3.1 06/01/26 13:48:57 barrysmith@barrysmith-11.mcs.anl.gov +9 -0 iscoloring.c, ex5s.c,
bk-changeset-1.3988.3.1 barrysmith@barrysmith-11.mcs.anl.gov|ChangeSet|20060126194857|40047 ChangeSet 1.3988.3.1 06/01/26 13:48:57 barrysmith@barrysmith-11.mcs.anl.gov +9 -0 iscoloring.c, ex5s.c, matrix.c, inode.c, aij.c, mpiaij.c, color.c, fdda.c: Rich Katz petsc-maint 14240 incorrect args to ISColoringCreate() hyppilut.c: removed outdated warning message 14245
src/vec/is/utils/iscoloring.c 1.41 06/01/26 13:41:49 barrysmith@barrysmith-11.mcs.anl.gov +5 -4 Rich Katz petsc-maint 14240 incorrect args to ISColoringCreate()
src/snes/examples/tutorials/ex5s.c 1.14 06/01/26 13:41:46 barrysmith@barrysmith-11.mcs.anl.gov +1 -1 Rich Katz petsc-maint 14240 incorrect args to ISColoringCreate()
src/mat/interface/matrix.c 1.211.1.1 06/01/26 13:41:46 barrysmith@barrysmith-11.mcs.anl.gov +4 -4 Rich Katz petsc-maint 14240 incorrect args to ISColoringCreate()
src/mat/impls/csr/inode/inode.c 1.60 06/01/26 13:41:45 barrysmith@barrysmith-11.mcs.anl.gov +2 -2 Rich Katz petsc-maint 14240 incorrect args to ISColoringCreate()
src/mat/impls/aij/seq/aij.c 1.252 06/01/26 13:41:44 barrysmith@barrysmith-11.mcs.anl.gov +1 -1 Rich Katz petsc-maint 14240 incorrect args to ISColoringCreate()
src/mat/impls/aij/mpi/mpiaij.c 1.267.1.1 06/01/26 13:41:43 barrysmith@barrysmith-11.mcs.anl.gov +3 -3 Rich Katz petsc-maint 14240 incorrect args to ISColoringCreate()
src/mat/color/color.c 1.29 06/01/26 13:41:42 barrysmith@barrysmith-11.mcs.anl.gov +4 -4 Rich Katz petsc-maint 14240 incorrect args to ISColoringCreate()
src/dm/da/utils/fdda.c 1.56 06/01/26 13:41:40 barrysmith@barrysmith-11.mcs.anl.gov +14 -14 Rich Katz petsc-maint 14240 incorrect args to ISColoringCreate()
src/ksp/pc/impls/hypre/hyppilut.c 1.85 06/01/26 10:35:22 barrysmith@barry-smiths-computer.local +0 -1 removed outdated warning message 14245
Hg-commit: ec297955cced9b3ad8bba55562c3e03463cacda6
show more ...
|
| 05b42c5f | 22-Jan-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3972.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20060122000257|17256 ChangeSet 1.3972.1.1 06/01/21 18:02:57 barrysmith@barry-smiths-computer.local +65 -0 Many files:
bk-changeset-1.3972.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20060122000257|17256 ChangeSet 1.3972.1.1 06/01/21 18:02:57 barrysmith@barry-smiths-computer.local +65 -0 Many files: remove if not null test around all PetscFree()
src/vec/vec/utils/vscat.c 1.51 06/01/21 17:13:04 barrysmith@barry-smiths-computer.local +2 -2 remove if not null test around all PetscFree()
src/vec/vec/utils/vpscat.c 1.59 06/01/21 17:13:04 barrysmith@barry-smiths-computer.local +4 -4 remove if not null test around all PetscFree()
src/vec/vec/utils/vecstash.c 1.20 06/01/21 17:13:03 barrysmith@barry-smiths-computer.local +16 -32 remove if not null test around all PetscFree()
src/vec/vec/interface/vector.c 1.156 06/01/21 17:13:03 barrysmith@barry-smiths-computer.local +1 -3 remove if not null test around all PetscFree()
src/vec/vec/impls/seq/dvec2.c 1.41 06/01/21 17:13:03 barrysmith@barry-smiths-computer.local +1 -1 remove if not null test around all PetscFree()
src/vec/vec/impls/seq/bvec2.c 1.83 06/01/21 17:13:03 barrysmith@barry-smiths-computer.local +1 -1 remove if not null test around all PetscFree()
src/vec/vec/impls/mpi/pdvec.c 1.73 06/01/21 17:13:02 barrysmith@barry-smiths-computer.local +1 -1 remove if not null test around all PetscFree()
src/vec/is/utils/isltog.c 1.46 06/01/21 17:13:02 barrysmith@barry-smiths-computer.local +5 -5 remove if not null test around all PetscFree()
src/vec/is/utils/iscoloring.c 1.40 06/01/21 17:13:01 barrysmith@barry-smiths-computer.local +1 -3 remove if not null test around all PetscFree()
src/sys/viewer/impls/mathematica/mathematica.c 1.41 06/01/21 17:13:01 barrysmith@barry-smiths-computer.local +2 -6 remove if not null test around all PetscFree()
src/sys/viewer/impls/hdf4/hdf4v.c 1.20 06/01/21 17:13:00 barrysmith@barry-smiths-computer.local +4 -6 remove if not null test around all PetscFree()
src/sys/plog/plog.c 1.78 06/01/21 17:13:00 barrysmith@barry-smiths-computer.local +4 -8 remove if not null test around all PetscFree()
src/sys/plog/classLog.c 1.30 06/01/21 17:13:00 barrysmith@barry-smiths-computer.local +1 -3 remove if not null test around all PetscFree()
src/sys/objects/inherit.c 1.47 06/01/21 17:12:59 barrysmith@barry-smiths-computer.local +7 -21 remove if not null test around all PetscFree()
src/sys/objects/aoptions.c 1.44 06/01/21 17:12:59 barrysmith@barry-smiths-computer.local +2 -2 remove if not null test around all PetscFree()
src/snes/interface/snesut.c 1.25 06/01/21 17:12:58 barrysmith@barry-smiths-computer.local +1 -1 remove if not null test around all PetscFree()
src/snes/interface/snes.c 1.102 06/01/21 17:12:53 barrysmith@barry-smiths-computer.local +2 -2 remove if not null test around all PetscFree()
src/mat/utils/matstash.c 1.27 06/01/21 17:12:52 barrysmith@barry-smiths-computer.local +12 -24 remove if not null test around all PetscFree()
src/mat/utils/gcreate.c 1.48 06/01/21 17:12:52 barrysmith@barry-smiths-computer.local +3 -4 remove if not null test around all PetscFree()
src/mat/partition/impls/scotch/scotch.c 1.17 06/01/21 17:12:52 barrysmith@barry-smiths-computer.local +2 -6 remove if not null test around all PetscFree()
src/mat/partition/partition.c 1.32 06/01/21 17:12:51 barrysmith@barry-smiths-computer.local +4 -12 remove if not null test around all PetscFree()
src/mat/partition/impls/party/party.c 1.15 06/01/21 17:12:51 barrysmith@barry-smiths-computer.local +2 -4 remove if not null test around all PetscFree()
src/mat/partition/impls/jostle/jostle.c 1.12 06/01/21 17:12:51 barrysmith@barry-smiths-computer.local +3 -8 remove if not null test around all PetscFree()
src/mat/partition/impls/chaco/chaco.c 1.16 06/01/21 17:12:51 barrysmith@barry-smiths-computer.local +2 -7 remove if not null test around all PetscFree()
src/mat/matfd/fdmatrix.c 1.39 06/01/21 17:12:51 barrysmith@barry-smiths-computer.local +5 -5 remove if not null test around all PetscFree()
src/mat/interface/matrix.c 1.211 06/01/21 17:12:50 barrysmith@barry-smiths-computer.local +2 -6 remove if not null test around all PetscFree()
src/mat/impls/sbaij/seq/sbaijfact2.c 1.69 06/01/21 17:12:50 barrysmith@barry-smiths-computer.local +1 -1 remove if not null test around all PetscFree()
src/mat/impls/sbaij/seq/sbaij.c 1.157 06/01/21 17:12:50 barrysmith@barry-smiths-computer.local +11 -14 remove if not null test around all PetscFree()
src/mat/impls/sbaij/mpi/sbaijov.c 1.43 06/01/21 17:12:50 barrysmith@barry-smiths-computer.local +1 -1 remove if not null test around all PetscFree()
src/mat/impls/sbaij/mpi/mpisbaij.c 1.140 06/01/21 17:12:49 barrysmith@barry-smiths-computer.local +10 -12 remove if not null test around all PetscFree()
src/mat/impls/rowbs/mpi/mpirowbs.c 1.87 06/01/21 17:12:49 barrysmith@barry-smiths-computer.local +3 -3 remove if not null test around all PetscFree()
src/mat/impls/dense/seq/dense.c 1.94 06/01/21 17:12:49 barrysmith@barry-smiths-computer.local +5 -7 remove if not null test around all PetscFree()
src/mat/impls/dense/mpi/mpidense.c 1.74 06/01/21 17:12:49 barrysmith@barry-smiths-computer.local +5 -5 remove if not null test around all PetscFree()
src/mat/impls/bdiag/seq/bdiag3.c 1.30 06/01/21 17:12:48 barrysmith@barry-smiths-computer.local +1 -1 remove if not null test around all PetscFree()
src/mat/impls/bdiag/seq/bdiag.c 1.57 06/01/21 17:12:48 barrysmith@barry-smiths-computer.local +2 -2 remove if not null test around all PetscFree()
src/mat/impls/bdiag/mpi/mpibdiag.c 1.56 06/01/21 17:12:48 barrysmith@barry-smiths-computer.local +1 -1 remove if not null test around all PetscFree()
src/mat/impls/baij/seq/baij.c 1.145 06/01/21 17:12:47 barrysmith@barry-smiths-computer.local +11 -11 remove if not null test around all PetscFree()
src/mat/impls/baij/mpi/mpibaij.c 1.109 06/01/21 17:12:47 barrysmith@barry-smiths-computer.local +12 -14 remove if not null test around all PetscFree()
src/mat/impls/aij/seq/lusol/lusol.c 1.42 06/01/21 17:12:47 barrysmith@barry-smiths-computer.local +0 -1 remove if not null test around all PetscFree()
src/mat/impls/aij/seq/crl/crl.c 1.18 06/01/21 17:12:47 barrysmith@barry-smiths-computer.local +2 -3 remove if not null test around all PetscFree()
src/mat/impls/aij/seq/aij.c 1.251 06/01/21 17:12:46 barrysmith@barry-smiths-computer.local +6 -6 remove if not null test around all PetscFree()
src/mat/impls/aij/mpi/mumps/mumps.c 1.103 06/01/21 17:12:46 barrysmith@barry-smiths-computer.local +2 -6 remove if not null test around all PetscFree()
src/mat/impls/aij/mpi/mpiptap.c 1.28 06/01/21 17:12:46 barrysmith@barry-smiths-computer.local +3 -3 remove if not null test around all PetscFree()
src/mat/impls/aij/mpi/mpimatmatmult.c 1.13 06/01/21 17:12:46 barrysmith@barry-smiths-computer.local +4 -4 remove if not null test around all PetscFree()
src/mat/impls/aij/mpi/crl/mcrl.c 1.11 06/01/21 17:12:46 barrysmith@barry-smiths-computer.local +2 -7 remove if not null test around all PetscFree()
src/mat/impls/aij/mpi/mpiaij.c 1.267 06/01/21 17:12:45 barrysmith@barry-smiths-computer.local +8 -10 remove if not null test around all PetscFree()
src/mat/impls/adj/mpi/mpiadj.c 1.54 06/01/21 17:12:45 barrysmith@barry-smiths-computer.local +2 -2 remove if not null test around all PetscFree()
src/mat/examples/tests/ex92.c 1.13 06/01/21 17:12:44 barrysmith@barry-smiths-computer.local +1 -1 remove if not null test around all PetscFree()
src/ksp/pc/interface/pcset.c 1.28 06/01/21 17:12:44 barrysmith@barry-smiths-computer.local +1 -1 remove if not null test around all PetscFree()
src/ksp/pc/impls/shell/shellpc.c 1.35 06/01/21 17:12:43 barrysmith@barry-smiths-computer.local +1 -1 remove if not null test around all PetscFree()
src/ksp/pc/impls/is/pcis.c 1.29 06/01/21 17:12:43 barrysmith@barry-smiths-computer.local +1 -1 remove if not null test around all PetscFree()
src/ksp/pc/impls/is/nn/nn.c 1.35 06/01/21 17:12:43 barrysmith@barry-smiths-computer.local +2 -2 remove if not null test around all PetscFree()
src/ksp/pc/impls/fieldsplit/fieldsplit.c 1.31 06/01/21 17:12:43 barrysmith@barry-smiths-computer.local +1 -1 remove if not null test around all PetscFree()
src/ksp/pc/impls/bjacobi/bjacobi.c 1.53 06/01/21 17:12:42 barrysmith@barry-smiths-computer.local +6 -6 remove if not null test around all PetscFree()
src/ksp/pc/impls/asm/asm.c 1.54 06/01/21 17:12:42 barrysmith@barry-smiths-computer.local +3 -3 remove if not null test around all PetscFree()
src/ksp/ksp/interface/iterativ.c 1.44 06/01/21 17:12:42 barrysmith@barry-smiths-computer.local +1 -4 remove if not null test around all PetscFree()
src/ksp/ksp/impls/gmres/lgmres/lgmres.c 1.48 06/01/21 17:12:42 barrysmith@barry-smiths-computer.local +10 -11 remove if not null test around all PetscFree()
src/ksp/ksp/impls/gmres/fgmres/fgmres.c 1.58 06/01/21 17:12:42 barrysmith@barry-smiths-computer.local +12 -16 remove if not null test around all PetscFree()
src/ksp/ksp/impls/gmres/gmres.c 1.69 06/01/21 17:12:41 barrysmith@barry-smiths-computer.local +8 -25 remove if not null test around all PetscFree()
src/dm/mesh/mesh.c 1.53 06/01/21 17:12:40 barrysmith@barry-smiths-computer.local +1 -1 remove if not null test around all PetscFree()
src/dm/da/utils/sliced.c 1.25 06/01/21 17:12:39 barrysmith@barry-smiths-computer.local +1 -1 remove if not null test around all PetscFree()
src/dm/da/src/dadestroy.c 1.25 06/01/21 17:12:39 barrysmith@barry-smiths-computer.local +18 -42 remove if not null test around all PetscFree()
src/dm/da/examples/tests/ex3.c 1.7 06/01/21 17:12:39 barrysmith@barry-smiths-computer.local +1 -1 remove if not null test around all PetscFree()
src/dm/ao/interface/aodata.c 1.20 06/01/21 17:12:38 barrysmith@barry-smiths-computer.local +1 -1 remove if not null test around all PetscFree()
src/contrib/ysmp/ex1.c 1.10 06/01/21 17:12:37 barrysmith@barry-smiths-computer.local +2 -1 remove if not null test around all PetscFree()
Hg-commit: b4af67b5c981881d35552a72f29068911e24b525
show more ...
|
| 06262987 | 13-Jan-2006 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.3934 balay@asterix.mcs.anl.gov|ChangeSet|20060113230256|04536 ChangeSet 1.3934 06/01/13 17:02:56 balay@asterix.mcs.anl.gov +10 -0 add in ncolors[max] parameter to ISColoringCreate(
bk-changeset-1.3934 balay@asterix.mcs.anl.gov|ChangeSet|20060113230256|04536 ChangeSet 1.3934 06/01/13 17:02:56 balay@asterix.mcs.anl.gov +10 -0 add in ncolors[max] parameter to ISColoringCreate()
src/vec/is/utils/iscoloring.c 1.39 06/01/13 17:02:54 balay@asterix.mcs.anl.gov +9 -1 add in ncolors[max] parameter to ISColoringCreate()
src/vec/is/utils/ftn-custom/ziscoloringf.c 1.2 06/01/13 17:02:54 balay@asterix.mcs.anl.gov +2 -2 add in ncolors[max] parameter to ISColoringCreate()
src/snes/examples/tutorials/ex5s.c 1.13 06/01/13 17:02:54 balay@asterix.mcs.anl.gov +1 -1 add in ncolors[max] parameter to ISColoringCreate()
src/mat/interface/matrix.c 1.207 06/01/13 17:02:54 balay@asterix.mcs.anl.gov +2 -1 add in ncolors[max] parameter to ISColoringCreate()
src/mat/impls/csr/inode/inode.c 1.57 06/01/13 17:02:54 balay@asterix.mcs.anl.gov +1 -1 add in ncolors[max] parameter to ISColoringCreate()
src/mat/impls/aij/seq/aij.c 1.248 06/01/13 17:02:53 balay@asterix.mcs.anl.gov +1 -1 add in ncolors[max] parameter to ISColoringCreate()
src/mat/impls/aij/mpi/mpiaij.c 1.262 06/01/13 17:02:53 balay@asterix.mcs.anl.gov +3 -3 add in ncolors[max] parameter to ISColoringCreate()
src/mat/color/color.c 1.27 06/01/13 17:02:53 balay@asterix.mcs.anl.gov +1 -1 add in ncolors[max] parameter to ISColoringCreate()
src/dm/da/utils/fdda.c 1.55 06/01/13 17:02:53 balay@asterix.mcs.anl.gov +20 -8 add in ncolors[max] parameter to ISColoringCreate()
include/petscis.h 1.30 06/01/13 17:02:53 balay@asterix.mcs.anl.gov +1 -1 add in ncolors[max] parameter to ISColoringCreate()
Hg-commit: 2f27f5c26a09c30add098ea0a34f55335e4fe008
show more ...
|
| ae15b995 | 12-Jan-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3928 barrysmith@barry-smiths-computer.local|ChangeSet|20060112164709|65124 ChangeSet 1.3928 06/01/12 10:47:09 barrysmith@barry-smiths-computer.local +107 -0 Many files: change
bk-changeset-1.3928 barrysmith@barry-smiths-computer.local|ChangeSet|20060112164709|65124 ChangeSet 1.3928 06/01/12 10:47:09 barrysmith@barry-smiths-computer.local +107 -0 Many files: change PetscInfo() calling sequence
src/vec/vec/utils/vscat.c 1.49 06/01/12 09:15:50 barrysmith@barry-smiths-computer.local +18 -18 change PetscInfo() calling sequence
src/vec/vec/utils/vpscat.c 1.57 06/01/12 09:15:50 barrysmith@barry-smiths-computer.local +13 -13 change PetscInfo() calling sequence
src/vec/vec/utils/comb.c 1.33 06/01/12 09:15:49 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/vec/vec/interface/rvector.c 1.154 06/01/12 09:15:48 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/vec/vec/impls/mpi/pdvec.c 1.69 06/01/12 09:15:46 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/vec/is/utils/isltog.c 1.45 06/01/12 09:15:36 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/vec/is/utils/iscoloring.c 1.38 06/01/12 09:15:36 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/ts/interface/tsfd.c 1.19 06/01/12 09:15:32 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/sys/viewer/impls/socket/send.c 1.38 06/01/12 09:15:10 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/sys/viewer/impls/matlab/vmatlab.c 1.30 06/01/12 09:15:09 barrysmith@barry-smiths-computer.local +4 -4 change PetscInfo() calling sequence
src/sys/viewer/impls/binary/binv.c 1.59 06/01/12 09:15:08 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/sys/viewer/impls/ascii/vcreatea.c 1.23 06/01/12 09:15:07 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/sys/verbose/verboseinfo.c 1.37 06/01/12 09:15:06 barrysmith@barry-smiths-computer.local +4 -4 change PetscInfo() calling sequence
src/sys/utils/random.c 1.32 06/01/12 09:15:05 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/sys/utils/fhost.c 1.25 06/01/12 09:15:04 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/sys/plog/plogmpe.c 1.21 06/01/12 09:15:03 barrysmith@barry-smiths-computer.local +4 -4 change PetscInfo() calling sequence
src/sys/objects/tagm.c 1.36 06/01/12 09:15:02 barrysmith@barry-smiths-computer.local +7 -7 change PetscInfo() calling sequence
src/sys/objects/pinit.c 1.74 06/01/12 09:15:01 barrysmith@barry-smiths-computer.local +3 -3 change PetscInfo() calling sequence
src/sys/objects/options.c 1.65 06/01/12 09:15:01 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/sys/matlabengine/matlab.c 1.47 06/01/12 09:14:58 barrysmith@barry-smiths-computer.local +12 -12 change PetscInfo() calling sequence
src/sys/ftn-custom/zutils.c 1.5 06/01/12 09:14:58 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/sys/ftn-custom/zstart.c 1.44 06/01/12 09:14:58 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/sys/fileio/mpiuopen.c 1.27 06/01/12 09:14:57 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/sys/fileio/ftest.c 1.39 06/01/12 09:14:56 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/sys/fileio/fretrieve.c 1.32 06/01/12 09:14:56 barrysmith@barry-smiths-computer.local +3 -3 change PetscInfo() calling sequence
src/sys/draw/impls/x/xcolor.c 1.16 06/01/12 09:14:45 barrysmith@barry-smiths-computer.local +2 -3 change PetscInfo() calling sequence
src/sys/dll/dl.c 1.41 06/01/12 09:14:43 barrysmith@barry-smiths-computer.local +12 -12 change PetscInfo() calling sequence
src/snes/utils/damgsnes.c 1.81 06/01/12 09:14:39 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/snes/mf/snesmfj.c 1.62 06/01/12 09:14:38 barrysmith@barry-smiths-computer.local +3 -3 change PetscInfo() calling sequence
src/snes/interface/noise/snesnoise.c 1.24 06/01/12 09:14:38 barrysmith@barry-smiths-computer.local +2 -4 change PetscInfo() calling sequence
src/snes/interface/noise/snesmfj2.c 1.33 06/01/12 09:14:38 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/snes/interface/snesut.c 1.24 06/01/12 09:14:37 barrysmith@barry-smiths-computer.local +7 -7 change PetscInfo() calling sequence
src/snes/interface/snesj2.c 1.18 06/01/12 09:14:37 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/snes/interface/snes.c 1.101 06/01/12 09:14:36 barrysmith@barry-smiths-computer.local +3 -3 change PetscInfo() calling sequence
src/snes/impls/tr/tr.c 1.36 06/01/12 09:14:36 barrysmith@barry-smiths-computer.local +14 -14 change PetscInfo() calling sequence
src/snes/impls/ls/ls.c 1.70 06/01/12 09:14:35 barrysmith@barry-smiths-computer.local +26 -26 change PetscInfo() calling sequence
src/mat/utils/multequal.c 1.13 06/01/12 09:14:27 barrysmith@barry-smiths-computer.local +4 -4 change PetscInfo() calling sequence
src/mat/utils/matstash.c 1.23 06/01/12 09:14:26 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/mat/utils/gcreate.c 1.45 06/01/12 09:14:26 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/mat/utils/compressedrow.c 1.15 06/01/12 09:14:26 barrysmith@barry-smiths-computer.local +5 -5 change PetscInfo() calling sequence
src/mat/matfd/fdmatrix.c 1.38 06/01/12 09:14:23 barrysmith@barry-smiths-computer.local +3 -3 change PetscInfo() calling sequence
src/mat/impls/sbaij/seq/sbaijfact2.c 1.67 06/01/12 09:14:20 barrysmith@barry-smiths-computer.local +25 -25 change PetscInfo() calling sequence
src/mat/impls/sbaij/seq/sbaijfact.c 1.93 06/01/12 09:14:20 barrysmith@barry-smiths-computer.local +29 -29 change PetscInfo() calling sequence
src/mat/impls/sbaij/seq/sbaij.c 1.154 06/01/12 09:14:19 barrysmith@barry-smiths-computer.local +13 -14 change PetscInfo() calling sequence
src/mat/impls/sbaij/mpi/mpisbaij.c 1.137 06/01/12 09:14:18 barrysmith@barry-smiths-computer.local +5 -5 change PetscInfo() calling sequence
src/mat/impls/rowbs/mpi/mpirowbs.c 1.81 06/01/12 09:14:17 barrysmith@barry-smiths-computer.local +6 -6 change PetscInfo() calling sequence
src/mat/impls/rowbs/mpi/cholbs.c 1.18 06/01/12 09:14:17 barrysmith@barry-smiths-computer.local +2 -4 change PetscInfo() calling sequence
src/mat/impls/dense/seq/dense.c 1.91 06/01/12 09:14:15 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/mat/impls/dense/mpi/plapack/plapack.c 1.12 06/01/12 09:14:14 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/mat/impls/dense/mpi/mpidense.c 1.71 06/01/12 09:14:14 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/mat/impls/csr/inode/inode.c 1.56 06/01/12 09:14:13 barrysmith@barry-smiths-computer.local +7 -7 change PetscInfo() calling sequence
src/mat/impls/bdiag/seq/bdiag2.c 1.27 06/01/12 09:14:13 barrysmith@barry-smiths-computer.local +4 -4 change PetscInfo() calling sequence
src/mat/impls/bdiag/seq/bdiag.c 1.54 06/01/12 09:14:13 barrysmith@barry-smiths-computer.local +3 -3 change PetscInfo() calling sequence
src/mat/impls/bdiag/mpi/mpibdiag.c 1.53 06/01/12 09:14:12 barrysmith@barry-smiths-computer.local +3 -3 change PetscInfo() calling sequence
src/mat/impls/baij/seq/baijfact3.c 1.28 06/01/12 09:14:11 barrysmith@barry-smiths-computer.local +5 -5 change PetscInfo() calling sequence
src/mat/impls/baij/seq/baijfact2.c 1.54 06/01/12 09:14:11 barrysmith@barry-smiths-computer.local +34 -34 change PetscInfo() calling sequence
src/mat/impls/baij/seq/baijfact.c 1.38 06/01/12 09:14:10 barrysmith@barry-smiths-computer.local +12 -12 change PetscInfo() calling sequence
src/mat/impls/baij/seq/baij.c 1.142 06/01/12 09:14:10 barrysmith@barry-smiths-computer.local +6 -6 change PetscInfo() calling sequence
src/mat/impls/baij/mpi/mpibaij.c 1.106 06/01/12 09:14:08 barrysmith@barry-smiths-computer.local +7 -7 change PetscInfo() calling sequence
src/mat/impls/baij/mpi/baijov.c 1.36 06/01/12 09:14:08 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/mat/impls/aij/seq/umfpack/umfpack.c 1.49 06/01/12 09:14:07 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/mat/impls/aij/seq/superlu/superlu.c 1.85 06/01/12 09:14:07 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/mat/impls/aij/seq/matlab/aijmatlab.c 1.48 06/01/12 09:14:06 barrysmith@barry-smiths-computer.local +3 -3 change PetscInfo() calling sequence
src/mat/impls/aij/seq/lusol/lusol.c 1.41 06/01/12 09:14:06 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/mat/impls/aij/seq/essl/essl.c 1.44 06/01/12 09:14:06 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/mat/impls/aij/seq/symtranspose.c 1.13 06/01/12 09:14:05 barrysmith@barry-smiths-computer.local +3 -3 change PetscInfo() calling sequence
src/mat/impls/aij/seq/matmatmult.c 1.90 06/01/12 09:14:05 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/mat/impls/aij/seq/crl/crl.c 1.16 06/01/12 09:14:05 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/mat/impls/aij/seq/aijfact.c 1.128 06/01/12 09:14:04 barrysmith@barry-smiths-computer.local +26 -26 change PetscInfo() calling sequence
src/mat/impls/aij/seq/aij.c 1.247 06/01/12 09:14:03 barrysmith@barry-smiths-computer.local +6 -6 change PetscInfo() calling sequence
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.120 06/01/12 09:14:03 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/mat/impls/aij/mpi/mumps/mumps.c 1.100 06/01/12 09:14:02 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/mat/impls/aij/mpi/mpiptap.c 1.23 06/01/12 09:14:01 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/mat/impls/aij/mpi/mpiov.c 1.40 06/01/12 09:14:01 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/mat/impls/aij/mpi/crl/mcrl.c 1.9 06/01/12 09:14:01 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/mat/impls/aij/mpi/mpiaij.c 1.261 06/01/12 09:14:00 barrysmith@barry-smiths-computer.local +4 -4 change PetscInfo() calling sequence
src/mat/impls/aij/mpi/mmaij.c 1.28 06/01/12 09:14:00 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/mat/impls/aij/mpi/fdmpiaij.c 1.16 06/01/12 09:14:00 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/mat/impls/adj/mpi/mpiadj.c 1.51 06/01/12 09:13:59 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/mat/color/color.c 1.26 06/01/12 09:13:41 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/ksp/pc/interface/precon.c 1.71 06/01/12 09:13:41 barrysmith@barry-smiths-computer.local +5 -5 change PetscInfo() calling sequence
src/ksp/pc/impls/tfs/pxxt.c 1.29 06/01/12 09:13:40 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/ksp/pc/impls/sor/sor.c 1.37 06/01/12 09:13:39 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/ksp/pc/impls/mg/mg.c 1.72 06/01/12 09:13:36 barrysmith@barry-smiths-computer.local +3 -3 change PetscInfo() calling sequence
src/ksp/pc/impls/jacobi/jacobi.c 1.23 06/01/12 09:13:36 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/ksp/pc/impls/hypre/hyppilut.c 1.84 06/01/12 09:13:35 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/ksp/pc/impls/fieldsplit/fieldsplit.c 1.30 06/01/12 09:13:35 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/ksp/ksp/interface/itfunc.c 1.78 06/01/12 09:13:29 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/ksp/ksp/interface/iterativ.c 1.43 06/01/12 09:13:28 barrysmith@barry-smiths-computer.local +8 -8 change PetscInfo() calling sequence
src/ksp/ksp/interface/itcreate.c 1.72 06/01/12 09:13:28 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/ksp/ksp/impls/symmlq/symmlq.c 1.29 06/01/12 09:13:28 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/ksp/ksp/impls/qcg/qcg.c 1.30 06/01/12 09:13:27 barrysmith@barry-smiths-computer.local +6 -6 change PetscInfo() calling sequence
src/ksp/ksp/impls/minres/minres.c 1.28 06/01/12 09:13:27 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/ksp/ksp/impls/gmres/lgmres/lgmres.c 1.47 06/01/12 09:13:26 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/ksp/ksp/impls/gmres/fgmres/fgmres.c 1.57 06/01/12 09:13:26 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/ksp/ksp/impls/gmres/gmres.c 1.68 06/01/12 09:13:25 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/ksp/ksp/impls/gmres/borthog2.c 1.27 06/01/12 09:13:25 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/ksp/ksp/impls/cr/cr.c 1.38 06/01/12 09:13:25 barrysmith@barry-smiths-computer.local +3 -3 change PetscInfo() calling sequence
src/ksp/ksp/impls/cg/cgne/cgne.c 1.34 06/01/12 09:13:24 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/ksp/ksp/impls/cg/cg.c 1.45 06/01/12 09:13:24 barrysmith@barry-smiths-computer.local +3 -3 change PetscInfo() calling sequence
src/ksp/ksp/examples/tutorials/ex10.c 1.60 06/01/12 09:13:14 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/ksp/ksp/examples/tests/ex27.c 1.4 06/01/12 09:13:11 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/dm/mesh/sieve/PreSieve.cxx 1.36 06/01/12 09:12:48 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/dm/da/src/gr2.c 1.40 06/01/12 09:12:39 barrysmith@barry-smiths-computer.local +5 -5 change PetscInfo() calling sequence
src/dm/da/src/dasub.c 1.15 06/01/12 09:12:39 barrysmith@barry-smiths-computer.local +3 -3 change PetscInfo() calling sequence
src/dm/da/src/da2.c 1.76 06/01/12 09:12:37 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
include/petsclog.h 1.68 06/01/12 09:11:37 barrysmith@barry-smiths-computer.local +17 -3 change PetscInfo() calling sequence
Hg-commit: c9533a404df82031d96e054bb23e6082340b1ce3
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 ...
|
| d8ba604a | 24-Nov-2005 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.3780 balay@asterix.mcs.anl.gov|ChangeSet|20051124000745|43110 ChangeSet 1.3780 05/11/23 18:07:45 balay@asterix.mcs.anl.gov +18 -0 splitup f90 interface into f90-custom
src/vec/v
bk-changeset-1.3780 balay@asterix.mcs.anl.gov|ChangeSet|20051124000745|43110 ChangeSet 1.3780 05/11/23 18:07:45 balay@asterix.mcs.anl.gov +18 -0 splitup f90 interface into f90-custom
src/vec/vec/interface/f90-custom/makefile 1.1 05/11/23 18:07:43 balay@asterix.mcs.anl.gov +19 -0 New BitKeeper file ``src/vec/vec/interface/f90-custom/makefile''
src/vec/is/utils/f90-custom/ziscoloringf90.c 1.1 05/11/23 18:07:43 balay@asterix.mcs.anl.gov +42 -0 New BitKeeper file ``src/vec/is/utils/f90-custom/ziscoloringf90.c''
src/vec/is/utils/f90-custom/makefile 1.1 05/11/23 18:07:43 balay@asterix.mcs.anl.gov +19 -0 New BitKeeper file ``src/vec/is/utils/f90-custom/makefile''
src/vec/is/interface/f90-custom/zindexf90.c 1.1 05/11/23 18:07:43 balay@asterix.mcs.anl.gov +36 -0 New BitKeeper file ``src/vec/is/interface/f90-custom/zindexf90.c''
src/vec/is/interface/f90-custom/makefile 1.1 05/11/23 18:07:43 balay@asterix.mcs.anl.gov +19 -0 New BitKeeper file ``src/vec/is/interface/f90-custom/makefile''
src/vec/vec/interface/f90-custom/makefile 1.0 05/11/23 18:07:43 balay@asterix.mcs.anl.gov +0 -0 BitKeeper file /home/balay/bk-rep/petsc-dev/src/vec/vec/interface/f90-custom/makefile
src/vec/is/utils/f90-custom/ziscoloringf90.c 1.0 05/11/23 18:07:43 balay@asterix.mcs.anl.gov +0 -0 BitKeeper file /home/balay/bk-rep/petsc-dev/src/vec/is/utils/f90-custom/ziscoloringf90.c
src/vec/is/utils/f90-custom/makefile 1.0 05/11/23 18:07:43 balay@asterix.mcs.anl.gov +0 -0 BitKeeper file /home/balay/bk-rep/petsc-dev/src/vec/is/utils/f90-custom/makefile
src/vec/is/interface/f90-custom/zindexf90.c 1.0 05/11/23 18:07:43 balay@asterix.mcs.anl.gov +0 -0 BitKeeper file /home/balay/bk-rep/petsc-dev/src/vec/is/interface/f90-custom/zindexf90.c
src/vec/is/interface/f90-custom/makefile 1.0 05/11/23 18:07:43 balay@asterix.mcs.anl.gov +0 -0 BitKeeper file /home/balay/bk-rep/petsc-dev/src/vec/is/interface/f90-custom/makefile
src/vec/is/impls/f90-custom/zblockf90.c 1.1 05/11/23 18:07:42 balay@asterix.mcs.anl.gov +34 -0 New BitKeeper file ``src/vec/is/impls/f90-custom/zblockf90.c''
src/vec/is/impls/f90-custom/makefile 1.1 05/11/23 18:07:42 balay@asterix.mcs.anl.gov +19 -0 New BitKeeper file ``src/vec/is/impls/f90-custom/makefile''
src/snes/interface/f90-custom/makefile 1.1 05/11/23 18:07:42 balay@asterix.mcs.anl.gov +19 -0 New BitKeeper file ``src/snes/interface/f90-custom/makefile''
src/mat/interface/f90-custom/makefile 1.1 05/11/23 18:07:42 balay@asterix.mcs.anl.gov +19 -0 New BitKeeper file ``src/mat/interface/f90-custom/makefile''
src/ksp/ksp/interface/f90-custom/makefile 1.1 05/11/23 18:07:42 balay@asterix.mcs.anl.gov +19 -0 New BitKeeper file ``src/ksp/ksp/interface/f90-custom/makefile''
src/dm/da/src/f90-custom/makefile 1.1 05/11/23 18:07:42 balay@asterix.mcs.anl.gov +19 -0 New BitKeeper file ``src/dm/da/src/f90-custom/makefile''
src/vec/is/impls/f90-custom/zblockf90.c 1.0 05/11/23 18:07:42 balay@asterix.mcs.anl.gov +0 -0 BitKeeper file /home/balay/bk-rep/petsc-dev/src/vec/is/impls/f90-custom/zblockf90.c
src/vec/is/impls/f90-custom/makefile 1.0 05/11/23 18:07:42 balay@asterix.mcs.anl.gov +0 -0 BitKeeper file /home/balay/bk-rep/petsc-dev/src/vec/is/impls/f90-custom/makefile
src/snes/interface/f90-custom/makefile 1.0 05/11/23 18:07:42 balay@asterix.mcs.anl.gov +0 -0 BitKeeper file /home/balay/bk-rep/petsc-dev/src/snes/interface/f90-custom/makefile
src/mat/interface/f90-custom/makefile 1.0 05/11/23 18:07:42 balay@asterix.mcs.anl.gov +0 -0 BitKeeper file /home/balay/bk-rep/petsc-dev/src/mat/interface/f90-custom/makefile
src/ksp/ksp/interface/f90-custom/makefile 1.0 05/11/23 18:07:42 balay@asterix.mcs.anl.gov +0 -0 BitKeeper file /home/balay/bk-rep/petsc-dev/src/ksp/ksp/interface/f90-custom/makefile
src/dm/da/src/f90-custom/makefile 1.0 05/11/23 18:07:42 balay@asterix.mcs.anl.gov +0 -0 BitKeeper file /home/balay/bk-rep/petsc-dev/src/dm/da/src/f90-custom/makefile
src/vec/vec/interface/f90-custom/zvectorf90.c 1.8 05/11/23 18:07:41 balay@asterix.mcs.anl.gov +0 -78 splitup f90 interface into f90-custom
src/fortran/f90/makefile 1.5 05/11/23 18:07:41 balay@asterix.mcs.anl.gov +0 -6 splitup f90 interface into f90-custom
bmake/common/rules 1.179 05/11/23 18:07:41 balay@asterix.mcs.anl.gov +2 -2 splitup f90 interface into f90-custom
src/vec/vec/interface/f90-custom/zvectorf90.c 1.7 05/11/23 17:14:30 balay@asterix.mcs.anl.gov +0 -0 Rename: src/vec/vec/interface/zvectorf90.c -> src/vec/vec/interface/f90-custom/zvectorf90.c
src/vec/vec/interface/zvectorf90.c 1.6 05/11/23 17:14:07 balay@asterix.mcs.anl.gov +0 -0 Rename: src/fortran/f90/zf90vec.c -> src/vec/vec/interface/zvectorf90.c
src/snes/interface/f90-custom/zsnesf90.c 1.6 05/11/23 17:08:49 balay@asterix.mcs.anl.gov +0 -0 Rename: src/fortran/f90/zf90snes.c -> src/snes/interface/f90-custom/zsnesf90.c
src/mat/interface/f90-custom/zmatrixf90.c 1.6 05/11/23 17:06:42 balay@asterix.mcs.anl.gov +0 -0 Rename: src/fortran/f90/zf90mat.c -> src/mat/interface/f90-custom/zmatrixf90.c
src/ksp/ksp/interface/f90-custom/zitfuncf90.c 1.7 05/11/23 17:04:49 balay@asterix.mcs.anl.gov +0 -0 Rename: src/ksp/ksp/interface/zitfuncf90.c -> src/ksp/ksp/interface/f90-custom/zitfuncf90.c
src/ksp/ksp/interface/zitfuncf90.c 1.6 05/11/23 17:04:20 balay@asterix.mcs.anl.gov +0 -0 Rename: src/fortran/f90/zf90ksp.c -> src/ksp/ksp/interface/zitfuncf90.c
src/dm/da/src/f90-custom/zdaindexf90.c 1.6 05/11/23 17:00:09 balay@asterix.mcs.anl.gov +0 -0 Rename: src/fortran/f90/zf90da.c -> src/dm/da/src/f90-custom/zdaindexf90.c
Hg-commit: 37bd44982d172a710a64e299867e278f5ee1f9d0
show more ...
|
| 09f3b4e5 | 18-Nov-2005 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.3753.1.1 balay@asterix.mcs.anl.gov|ChangeSet|20051118175347|44670 ChangeSet 1.3753.1.1 05/11/18 11:53:47 balay@asterix.mcs.anl.gov +118 -0 PetscLogInfo -> PetscVerboseInfo
src/v
bk-changeset-1.3753.1.1 balay@asterix.mcs.anl.gov|ChangeSet|20051118175347|44670 ChangeSet 1.3753.1.1 05/11/18 11:53:47 balay@asterix.mcs.anl.gov +118 -0 PetscLogInfo -> PetscVerboseInfo
src/vec/vec/utils/vscat.c 1.47 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +18 -18 PetscLogInfo -> PetscVerboseInfo
src/vec/vec/utils/vpscat.c 1.55 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +13 -13 PetscLogInfo -> PetscVerboseInfo
src/vec/vec/utils/comb.c 1.28 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/vec/vec/interface/vector.c 1.144 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/vec/vec/interface/dlregisvec.c 1.31 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/vec/vec/impls/mpi/pdvec.c 1.63 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/vec/is/utils/isltog.c 1.41 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/vec/is/utils/iscoloring.c 1.35 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/ts/interface/tsfd.c 1.17 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/ts/interface/dlregists.c 1.23 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/sys/viewer/interface/dlregispetsc.c 1.27 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/sys/viewer/impls/socket/send.c 1.36 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/sys/viewer/impls/matlab/vmatlab.c 1.27 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +4 -4 PetscLogInfo -> PetscVerboseInfo
src/sys/viewer/impls/binary/binv.c 1.57 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/sys/viewer/impls/ascii/vcreatea.c 1.17 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/sys/utils/random.c 1.29 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/sys/utils/fhost.c 1.23 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/sys/plog/plogmpe.c 1.19 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +4 -4 PetscLogInfo -> PetscVerboseInfo
src/sys/plog/ploginfo.c 1.32 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +35 -35 PetscLogInfo -> PetscVerboseInfo
src/sys/plog/plog.c 1.72 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/sys/objects/tagm.c 1.33 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +7 -7 PetscLogInfo -> PetscVerboseInfo
src/sys/objects/pinit.c 1.69 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +4 -4 PetscLogInfo -> PetscVerboseInfo
src/sys/objects/options.c 1.63 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/sys/objects/init.c 1.59 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/sys/matlabengine/matlab.c 1.45 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +12 -12 PetscLogInfo -> PetscVerboseInfo
src/sys/ftn-custom/zutils.c 1.3 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/sys/ftn-custom/zstart.c 1.39 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +4 -4 PetscLogInfo -> PetscVerboseInfo
src/sys/fileio/mpiuopen.c 1.25 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/sys/fileio/ftest.c 1.37 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/sys/fileio/fretrieve.c 1.30 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/sys/draw/impls/x/xcolor.c 1.14 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/sys/dll/dl.c 1.39 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +12 -12 PetscLogInfo -> PetscVerboseInfo
src/snes/utils/damgsnes.c 1.77 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/snes/mf/snesmfj.c 1.59 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/snes/interface/snesut.c 1.20 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +7 -7 PetscLogInfo -> PetscVerboseInfo
src/snes/interface/snesj2.c 1.16 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/snes/interface/snes.c 1.96 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/snes/interface/noise/snesnoise.c 1.21 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/snes/interface/noise/snesmfj2.c 1.30 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/snes/interface/dlregissnes.c 1.25 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/snes/impls/tr/tr.c 1.33 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +14 -14 PetscLogInfo -> PetscVerboseInfo
src/snes/impls/ls/ls.c 1.66 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +26 -26 PetscLogInfo -> PetscVerboseInfo
src/mat/utils/multequal.c 1.10 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +4 -4 PetscLogInfo -> PetscVerboseInfo
src/mat/utils/matstash.c 1.21 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/mat/utils/gcreate.c 1.42 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/utils/compressedrow.c 1.12 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +5 -5 PetscLogInfo -> PetscVerboseInfo
src/mat/matfd/fdmatrix.c 1.35 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/mat/interface/dlregismat.c 1.33 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/sbaij/seq/sbaijfact2.c 1.63 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +25 -25 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/sbaij/seq/sbaijfact.c 1.89 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +29 -29 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/sbaij/seq/sbaij.c 1.150 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +12 -12 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/sbaij/mpi/mpisbaij.c 1.135 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +5 -5 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/rowbs/mpi/mpirowbs.c 1.76 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +6 -6 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/rowbs/mpi/cholbs.c 1.16 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/dense/seq/dense.c 1.88 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/dense/mpi/plapack/plapack.c 1.10 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/dense/mpi/mpidense.c 1.69 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/csr/inode/inode.c 1.53 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +7 -7 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/bdiag/seq/bdiag2.c 1.25 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +4 -4 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/bdiag/seq/bdiag.c 1.52 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/bdiag/mpi/mpibdiag.c 1.51 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/baij/seq/baijfact3.c 1.24 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +5 -5 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/baij/seq/baijfact2.c 1.49 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +34 -34 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/baij/seq/baijfact.c 1.34 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +12 -12 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/baij/seq/baij.c 1.139 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +6 -6 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/baij/mpi/mpibaij.c 1.104 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +7 -7 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/baij/mpi/baijov.c 1.34 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/seq/umfpack/umfpack.c 1.46 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/seq/symtranspose.c 1.11 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/seq/superlu/superlu.c 1.83 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/seq/matmatmult.c 1.87 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/seq/matlab/aijmatlab.c 1.46 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/seq/lusol/lusol.c 1.39 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/seq/essl/essl.c 1.42 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/seq/crl/crl.c 1.13 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/seq/aijfact.c 1.124 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +26 -26 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/seq/aij.c 1.244 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +6 -6 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.117 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/mpi/mumps/mumps.c 1.97 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/mpi/mpiptap.c 1.21 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/mpi/mpiov.c 1.38 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/mpi/mpiaij.c 1.259 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +4 -4 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/mpi/mmaij.c 1.26 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/mpi/fdmpiaij.c 1.14 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/mpi/crl/mcrl.c 1.7 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/adj/mpi/mpiadj.c 1.49 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/color/color.c 1.24 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/ksp/pc/interface/precon.c 1.66 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +5 -5 PetscLogInfo -> PetscVerboseInfo
src/ksp/pc/impls/tfs/pxxt.c 1.27 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/ksp/pc/impls/sor/sor.c 1.34 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/ksp/pc/impls/mg/mg.c 1.67 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/ksp/pc/impls/jacobi/jacobi.c 1.21 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/ksp/pc/impls/hypre/hyppilut.c 1.79.1.1 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/ksp/pc/impls/fieldsplit/fieldsplit.c 1.28 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/interface/itfunc.c 1.75 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/interface/iterativ.c 1.39 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +8 -8 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/interface/itcreate.c 1.68 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/interface/dlregisksp.c 1.28 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/impls/symmlq/symmlq.c 1.26 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/impls/qcg/qcg.c 1.27 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +6 -6 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/impls/minres/minres.c 1.25 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/impls/gmres/lgmres/lgmres.c 1.44 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/impls/gmres/gmres.c 1.65 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/impls/gmres/fgmres/fgmres.c 1.55 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/impls/gmres/borthog2.c 1.23 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/impls/cr/cr.c 1.36 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/impls/cg/cgne/cgne.c 1.32 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/impls/cg/cg.c 1.43 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/examples/tutorials/ex10.c 1.58 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/examples/tests/ex27.c 1.2 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/docs/tex/manual/part2.tex 1.99 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +8 -8 PetscLogInfo -> PetscVerboseInfo
src/dm/mesh/sieve/PreSieve.cxx 1.18.1.1 05/11/18 11:53:39 balay@asterix.mcs.anl.gov +4 -4 PetscLogInfo -> PetscVerboseInfo
src/dm/da/src/gr2.c 1.36 05/11/18 11:53:39 balay@asterix.mcs.anl.gov +5 -5 PetscLogInfo -> PetscVerboseInfo
src/dm/da/src/dasub.c 1.13 05/11/18 11:53:39 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/dm/da/src/da2.c 1.73 05/11/18 11:53:39 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/dm/ao/interface/dlregisdm.c 1.28 05/11/18 11:53:39 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
include/petsclog.h 1.59 05/11/18 11:53:39 balay@asterix.mcs.anl.gov +6 -6 PetscLogInfo -> PetscVerboseInfo
include/petsc.h 1.147.1.1 05/11/18 11:53:39 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
Hg-commit: 508bc2e977cf463a8deb7e76c55a75d9b0304a03
show more ...
|