History log of /petsc/src/ts/interface/dlregists.c (Results 226 – 235 of 235)
Revision Date Author Comments
# fcee7b34 18-Dec-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.3885
barrysmith@barry-smiths-computer.local|ChangeSet|20051218044745|38180
ChangeSet
1.3885 05/12/17 22:47:45 barrysmith@barry-smiths-computer.local +0 -0
Merge bk://petsc@petsc.bk

bk-changeset-1.3885
barrysmith@barry-smiths-computer.local|ChangeSet|20051218044745|38180
ChangeSet
1.3885 05/12/17 22:47:45 barrysmith@barry-smiths-computer.local +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into barry-smiths-computer.local:/Users/barrysmith/petsc-dev


Hg-commit: 23b76217e3bf2799a44bc7575962c46a2746e298

show more ...


# 3f92711f 18-Dec-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.3882.1.1
barrysmith@barry-smiths-computer.local|ChangeSet|20051218044723|40925
ChangeSet
1.3882.1.1 05/12/17 22:47:23 barrysmith@barry-smiths-computer.local +25 -0
dlregissnes.c, d

bk-changeset-1.3882.1.1
barrysmith@barry-smiths-computer.local|ChangeSet|20051218044723|40925
ChangeSet
1.3882.1.1 05/12/17 22:47:23 barrysmith@barry-smiths-computer.local +25 -0
dlregissnes.c, dlregisksp.c, dlregisdm.c:
PetscEvents do not belong in public includes!
dlregists.c:
*** empty log message ***
acknwldg.html:
typos
inherit.c:
still removing some query language stuff.
petsclog.h:
PETSC_Barrier petscevent should not be in public include
dlregispetsc.c:
PETSC_Barrier should not be in public include
petscao.h, aoimpl.h:
ao petscevents should be in private include not public
daimpl.h, petscda.h:
da petscevents should be in private include not public
petscts.h, tsimpl.h:
petscevents for ts should be in private include
petscsnes.h, snesimpl.h:
petscevents for snes should be in private include
petscksp.h, kspimpl.h:
petscevents for ksp should be in private include not public
petscpc.h, pcimpl.h:
petscevent for pc methods should not be public
petscmat.h:
petscevents for mat should not be in public include
matimpl.h:
petscevents for mat should be here private not in public petscmat.h
dlregismat.c:
include matimpl.h not petscmat.h
petscvec.h:
petscevents for vec operations should be vecimpl.h not public
vecimpl.h:
vector event variables should be listed here, not in petscvec.h

src/snes/interface/dlregissnes.c
1.27 05/12/17 22:47:02 barrysmith@barry-smiths-computer.local +1 -1
PetscEvents do not belong in public includes!

src/ksp/ksp/interface/dlregisksp.c
1.30 05/12/17 22:47:01 barrysmith@barry-smiths-computer.local +2 -1
PetscEvents do not belong in public includes!

src/dm/ao/interface/dlregisdm.c
1.30 05/12/17 22:47:01 barrysmith@barry-smiths-computer.local +2 -2
PetscEvents do not belong in public includes!

src/ts/interface/dlregists.c
1.25 05/12/17 22:42:31 barrysmith@barry-smiths-computer.local +1 -1
*** empty log message ***

src/docs/website/miscellaneous/acknwldg.html
1.33 05/12/17 22:34:06 barrysmith@barry-smiths-computer.local +3 -3
typos

src/sys/objects/inherit.c
1.43 05/12/17 22:29:58 barrysmith@barry-smiths-computer.local +0 -91
still removing some query language stuff.

include/petsclog.h
1.66 05/12/17 22:25:06 barrysmith@barry-smiths-computer.local +0 -3
PETSC_Barrier petscevent should not be in public include

src/sys/viewer/interface/dlregispetsc.c
1.30 05/12/17 22:24:45 barrysmith@barry-smiths-computer.local +2 -0
PETSC_Barrier should not be in public include

include/petscao.h
1.20 05/12/17 22:21:38 barrysmith@barry-smiths-computer.local +0 -1
ao petscevents should be in private include not public

src/dm/ao/aoimpl.h
1.20 05/12/17 22:21:32 barrysmith@barry-smiths-computer.local +2 -0
ao petscevents should be in private include not public

src/dm/da/daimpl.h
1.24 05/12/17 22:19:56 barrysmith@barry-smiths-computer.local +2 -0
da petscevents should be in private include not public

include/petscda.h
1.77 05/12/17 22:19:51 barrysmith@barry-smiths-computer.local +0 -1
da petscevents should be in private include not public

include/petscts.h
1.36 05/12/17 22:19:02 barrysmith@barry-smiths-computer.local +0 -1
petscevents for ts should be in private include

src/ts/tsimpl.h
1.18 05/12/17 22:18:58 barrysmith@barry-smiths-computer.local +2 -0
petscevents for ts should be in private include

include/petscsnes.h
1.55 05/12/17 22:18:19 barrysmith@barry-smiths-computer.local +0 -2
petscevents for snes should be in private include

src/snes/snesimpl.h
1.21 05/12/17 22:18:15 barrysmith@barry-smiths-computer.local +3 -0
petscevents for snes should be in private include

include/petscksp.h
1.72 05/12/17 22:17:24 barrysmith@barry-smiths-computer.local +0 -1
petscevents for ksp should be in private include not public

src/ksp/ksp/kspimpl.h
1.29 05/12/17 22:17:18 barrysmith@barry-smiths-computer.local +2 -0
petscevents for ksp should be in private include not public

include/petscpc.h
1.82 05/12/17 22:16:33 barrysmith@barry-smiths-computer.local +0 -2
petscevent for pc methods should not be public

include/private/pcimpl.h
1.15 05/12/17 22:16:27 barrysmith@barry-smiths-computer.local +2 -1
petscevent for pc methods should not be public

include/petscmat.h
1.205 05/12/17 22:15:09 barrysmith@barry-smiths-computer.local +0 -11
petscevents for mat should not be in public include

src/mat/matimpl.h
1.92 05/12/17 22:14:54 barrysmith@barry-smiths-computer.local +12 -0
petscevents for mat should be here private not in public petscmat.h

src/mat/interface/dlregismat.c
1.35 05/12/17 22:14:33 barrysmith@barry-smiths-computer.local +2 -2
include matimpl.h not petscmat.h

include/petscvec.h
1.86 05/12/17 22:11:53 barrysmith@barry-smiths-computer.local +0 -5
petscevents for vec operations should be vecimpl.h not public

include/private/vecimpl.h
1.49 05/12/17 22:11:09 barrysmith@barry-smiths-computer.local +6 -8
vector event variables should be listed here, not in petscvec.h


Hg-commit: 131ab2cf8aa9b7cc64269e1025e4673b09186f37

show more ...


# 3703d4ef 20-Nov-2005 Satish Balay <balay@mcs.anl.gov>

bk-changeset-1.3760
balay@asterix.mcs.anl.gov|ChangeSet|20051120205407|20678
ChangeSet
1.3760 05/11/20 14:54:07 balay@asterix.mcs.anl.gov +3 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into

bk-changeset-1.3760
balay@asterix.mcs.anl.gov|ChangeSet|20051120205407|20678
ChangeSet
1.3760 05/11/20 14:54:07 balay@asterix.mcs.anl.gov +3 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into asterix.mcs.anl.gov:/home/balay/bk-rep/petsc-dev

src/sys/objects/pinit.c
1.71 05/11/20 14:54:05 balay@asterix.mcs.anl.gov +0 -0
SCCS merged

src/sys/plog/plog.c
1.74 05/11/20 14:52:43 balay@asterix.mcs.anl.gov +0 -0
Auto merged

include/petsc.h
1.151 05/11/20 14:52:43 balay@asterix.mcs.anl.gov +0 -0
Auto merged


Hg-commit: af92b546532741e149ef8d83a52f38a5b2b41a81

show more ...


# 9318c5ed 20-Nov-2005 Matthew Knepley <knepley@mcs.anl.gov>

bk-changeset-1.3759
knepley@khan.(none)|ChangeSet|20051120202454|27301
ChangeSet
1.3759 05/11/20 14:24:54 knepley@khan.(none) +2 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into khan.(none)

bk-changeset-1.3759
knepley@khan.(none)|ChangeSet|20051120202454|27301
ChangeSet
1.3759 05/11/20 14:24:54 knepley@khan.(none) +2 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into khan.(none):/PETSc3/petsc/petsc-dev

src/dm/mesh/sieve/PreSieve.cxx
1.21 05/11/20 14:24:52 knepley@khan.(none) +0 -0
Auto merged

python/PETSc/utilities/languages.py
1.46 05/11/20 14:24:52 knepley@khan.(none) +0 -0
Auto merged


Hg-commit: a04ae61eb1a2409318d15dc43219a1cc3dce114e

show more ...


# 9be77112 19-Nov-2005 Satish Balay <balay@mcs.anl.gov>

bk-changeset-1.3755.2.2
balay@asterix.mcs.anl.gov|ChangeSet|20051119183035|61539
ChangeSet
1.3755.2.2 05/11/19 12:30:35 balay@asterix.mcs.anl.gov +22 -0
-log_info -> -verbose_info

src/vec/vec/

bk-changeset-1.3755.2.2
balay@asterix.mcs.anl.gov|ChangeSet|20051119183035|61539
ChangeSet
1.3755.2.2 05/11/19 12:30:35 balay@asterix.mcs.anl.gov +22 -0
-log_info -> -verbose_info

src/vec/vec/interface/vector.c
1.145 05/11/19 12:30:34 balay@asterix.mcs.anl.gov +1 -1
-log_info -> -verbose_info

src/vec/vec/interface/dlregisvec.c
1.32 05/11/19 12:30:34 balay@asterix.mcs.anl.gov +1 -1
-log_info -> -verbose_info

src/ts/interface/dlregists.c
1.24 05/11/19 12:30:34 balay@asterix.mcs.anl.gov +1 -1
-log_info -> -verbose_info

src/sys/viewer/interface/dlregispetsc.c
1.28 05/11/19 12:30:33 balay@asterix.mcs.anl.gov +1 -1
-log_info -> -verbose_info

src/sys/plog/ploginfo.c
1.33 05/11/19 12:30:33 balay@asterix.mcs.anl.gov +3 -3
-log_info -> -verbose_info

src/sys/plog/plog.c
1.72.1.1 05/11/19 12:30:33 balay@asterix.mcs.anl.gov +1 -1
-log_info -> -verbose_info

src/sys/objects/pinit.c
1.69.1.1 05/11/19 12:30:33 balay@asterix.mcs.anl.gov +3 -3
-log_info -> -verbose_info

src/sys/objects/init.c
1.60 05/11/19 12:30:33 balay@asterix.mcs.anl.gov +4 -4
-log_info -> -verbose_info

src/snes/interface/dlregissnes.c
1.26 05/11/19 12:30:33 balay@asterix.mcs.anl.gov +1 -1
-log_info -> -verbose_info

src/mat/interface/matrix.c
1.199 05/11/19 12:30:33 balay@asterix.mcs.anl.gov +5 -5
-log_info -> -verbose_info

src/mat/interface/dlregismat.c
1.34 05/11/19 12:30:33 balay@asterix.mcs.anl.gov +1 -1
-log_info -> -verbose_info

src/mat/impls/rowbs/mpi/mpirowbs.c
1.77 05/11/19 12:30:33 balay@asterix.mcs.anl.gov +1 -1
-log_info -> -verbose_info

src/ksp/pc/impls/factor/lu/lu.c
1.47 05/11/19 12:30:33 balay@asterix.mcs.anl.gov +1 -1
-log_info -> -verbose_info

src/ksp/pc/impls/factor/ilu/ilu.c
1.60 05/11/19 12:30:33 balay@asterix.mcs.anl.gov +1 -1
-log_info -> -verbose_info

src/ksp/pc/impls/factor/icc/icc.c
1.44 05/11/19 12:30:33 balay@asterix.mcs.anl.gov +1 -1
-log_info -> -verbose_info

src/ksp/pc/impls/factor/cholesky/cholesky.c
1.44 05/11/19 12:30:33 balay@asterix.mcs.anl.gov +1 -1
-log_info -> -verbose_info

src/ksp/ksp/interface/dlregisksp.c
1.29 05/11/19 12:30:33 balay@asterix.mcs.anl.gov +2 -2
-log_info -> -verbose_info

src/docs/website/documentation/troubleshooting.html
1.28 05/11/19 12:30:33 balay@asterix.mcs.anl.gov +1 -1
-log_info -> -verbose_info

src/docs/website/documentation/faq.html
1.27 05/11/19 12:30:33 balay@asterix.mcs.anl.gov +1 -1
-log_info -> -verbose_info

src/docs/tex/manual/part2.tex
1.100 05/11/19 12:30:32 balay@asterix.mcs.anl.gov +10 -10
-log_info -> -verbose_info

src/dm/ao/interface/dlregisdm.c
1.29 05/11/19 12:30:32 balay@asterix.mcs.anl.gov +1 -1
-log_info -> -verbose_info

src/contrib/helmholtz_2/ex12.c
1.9 05/11/19 12:30:32 balay@asterix.mcs.anl.gov +1 -1
-log_info -> -verbose_info


Hg-commit: 8928dca5edf81cb564c7bd771426bd69d33e1f73

show more ...


# e341c614 18-Nov-2005 Satish Balay <balay@mcs.anl.gov>

bk-changeset-1.3755.1.1
balay@asterix.mcs.anl.gov|ChangeSet|20051118175402|01407
ChangeSet
1.3755.1.1 05/11/18 11:54:02 balay@asterix.mcs.anl.gov +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev

bk-changeset-1.3755.1.1
balay@asterix.mcs.anl.gov|ChangeSet|20051118175402|01407
ChangeSet
1.3755.1.1 05/11/18 11:54:02 balay@asterix.mcs.anl.gov +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into asterix.mcs.anl.gov:/home/balay/bk-rep/petsc-dev


Hg-commit: e417a1b13fe1683c80cb20b53b9779c8f531deb7

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 ...


# 4081143f 14-Apr-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.3105
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050414212435|25137
ChangeSet
1.3105 05/04/14 16:24:35 barrysmith@barrysmith-57.mcs.anl.gov +7 -0
get rid of authors contents s

bk-changeset-1.3105
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050414212435|25137
ChangeSet
1.3105 05/04/14 16:24:35 barrysmith@barrysmith-57.mcs.anl.gov +7 -0
get rid of authors contents stuff for dynamic librares, not used any more

src/vec/interface/dlregisvec.c
1.28 05/04/14 16:24:33 barrysmith@barrysmith-57.mcs.anl.gov +0 -5
get rid of authors contents stuff for dynamic librares, not used any more

src/ts/interface/dlregists.c
1.22 05/04/14 16:24:33 barrysmith@barrysmith-57.mcs.anl.gov +0 -7
get rid of authors contents stuff for dynamic librares, not used any more

src/sys/src/viewer/interface/dlregispetsc.c
1.24 05/04/14 16:24:33 barrysmith@barrysmith-57.mcs.anl.gov +0 -4
get rid of authors contents stuff for dynamic librares, not used any more

src/snes/interface/dlregissnes.c
1.24 05/04/14 16:24:33 barrysmith@barrysmith-57.mcs.anl.gov +0 -7
get rid of authors contents stuff for dynamic librares, not used any more

src/mat/interface/dlregismat.c
1.32 05/04/14 16:24:33 barrysmith@barrysmith-57.mcs.anl.gov +0 -4
get rid of authors contents stuff for dynamic librares, not used any more

src/ksp/ksp/interface/dlregisksp.c
1.26 05/04/14 16:24:33 barrysmith@barrysmith-57.mcs.anl.gov +0 -7
get rid of authors contents stuff for dynamic librares, not used any more

src/dm/ao/interface/dlregisdm.c
1.27 05/04/14 16:24:33 barrysmith@barrysmith-57.mcs.anl.gov +0 -8
get rid of authors contents stuff for dynamic librares, not used any more


Hg-commit: ff1672b2151eae3e69ed9d4efc870a7139ae105c

show more ...


# 866aec46 14-Apr-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.3097
barrysmith@barry-smiths-computer.local|ChangeSet|20050414014649|30260
ChangeSet
1.3097 05/04/13 20:46:49 barrysmith@barry-smiths-computer.local +0 -0
Merge bk://petsc@petsc.bk

bk-changeset-1.3097
barrysmith@barry-smiths-computer.local|ChangeSet|20050414014649|30260
ChangeSet
1.3097 05/04/13 20:46:49 barrysmith@barry-smiths-computer.local +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into barry-smiths-computer.local:/Users/barrysmith/petsc-dev


Hg-commit: ada2cb4da43553824caf1f43b881398751db1824

show more ...


# 1153da11 14-Apr-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.3094.1.1
barrysmith@barry-smiths-computer.local|ChangeSet|20050414014634|22332
ChangeSet
1.3094.1.1 05/04/13 20:46:34 barrysmith@barry-smiths-computer.local +26 -0
changed petscdll

bk-changeset-1.3094.1.1
barrysmith@barry-smiths-computer.local|ChangeSet|20050414014634|22332
ChangeSet
1.3094.1.1 05/04/13 20:46:34 barrysmith@barry-smiths-computer.local +26 -0
changed petscdllibraryopen() to load symbol based on filename
so that symbol is different in each dynamic library and hence
can build dynamic libraries on mac

src/vec/interface/makefile
1.8 05/04/13 20:46:31 barrysmith@barry-smiths-computer.local +1 -1
changed petscdllibraryopen() to load symbol based on filename
so that symbol is different in each dynamic library and hence
can build dynamic libraries on mac

src/vec/interface/dlregisvec.c
1.27 05/04/13 20:46:31 barrysmith@barry-smiths-computer.local +2 -3
changed petscdllibraryopen() to load symbol based on filename
so that symbol is different in each dynamic library and hence
can build dynamic libraries on mac

src/ts/interface/makefile
1.6 05/04/13 20:46:31 barrysmith@barry-smiths-computer.local +1 -1
changed petscdllibraryopen() to load symbol based on filename
so that symbol is different in each dynamic library and hence
can build dynamic libraries on mac

src/ts/interface/dlregists.c
1.21 05/04/13 20:46:31 barrysmith@barry-smiths-computer.local +2 -3
changed petscdllibraryopen() to load symbol based on filename
so that symbol is different in each dynamic library and hence
can build dynamic libraries on mac

src/sys/src/viewer/interface/dlregispetsc.c
1.23 05/04/13 20:46:31 barrysmith@barry-smiths-computer.local +2 -3
changed petscdllibraryopen() to load symbol based on filename
so that symbol is different in each dynamic library and hence
can build dynamic libraries on mac

src/sys/src/utils/str.c
1.32 05/04/13 20:46:31 barrysmith@barry-smiths-computer.local +30 -0
changed petscdllibraryopen() to load symbol based on filename
so that symbol is different in each dynamic library and hence
can build dynamic libraries on mac

src/sys/src/utils/makefile
1.11 05/04/13 20:46:31 barrysmith@barry-smiths-computer.local +1 -1
changed petscdllibraryopen() to load symbol based on filename
so that symbol is different in each dynamic library and hence
can build dynamic libraries on mac

src/sys/src/dll/dl.c
1.34 05/04/13 20:46:31 barrysmith@barry-smiths-computer.local +28 -76
changed petscdllibraryopen() to load symbol based on filename
so that symbol is different in each dynamic library and hence
can build dynamic libraries on mac

src/sys/examples/tutorials/makefile
1.10 05/04/13 20:46:31 barrysmith@barry-smiths-computer.local +1 -2
changed petscdllibraryopen() to load symbol based on filename
so that symbol is different in each dynamic library and hence
can build dynamic libraries on mac

src/snes/interface/makefile
1.7 05/04/13 20:46:31 barrysmith@barry-smiths-computer.local +2 -2
changed petscdllibraryopen() to load symbol based on filename
so that symbol is different in each dynamic library and hence
can build dynamic libraries on mac

src/snes/interface/dlregissnes.c
1.23 05/04/13 20:46:31 barrysmith@barry-smiths-computer.local +2 -3
changed petscdllibraryopen() to load symbol based on filename
so that symbol is different in each dynamic library and hence
can build dynamic libraries on mac

src/mat/interface/makefile
1.6 05/04/13 20:46:31 barrysmith@barry-smiths-computer.local +1 -1
changed petscdllibraryopen() to load symbol based on filename
so that symbol is different in each dynamic library and hence
can build dynamic libraries on mac

src/mat/interface/dlregismat.c
1.31 05/04/13 20:46:31 barrysmith@barry-smiths-computer.local +2 -3
changed petscdllibraryopen() to load symbol based on filename
so that symbol is different in each dynamic library and hence
can build dynamic libraries on mac

src/ksp/ksp/interface/dlregisksp.c
1.25 05/04/13 20:46:31 barrysmith@barry-smiths-computer.local +2 -3
changed petscdllibraryopen() to load symbol based on filename
so that symbol is different in each dynamic library and hence
can build dynamic libraries on mac

src/dm/ao/interface/dlregisdm.c
1.26 05/04/13 20:46:31 barrysmith@barry-smiths-computer.local +1 -2
changed petscdllibraryopen() to load symbol based on filename
so that symbol is different in each dynamic library and hence
can build dynamic libraries on mac

bmake/common/rules.shared.darwin7
1.13 05/04/13 20:46:31 barrysmith@barry-smiths-computer.local +5 -6
changed petscdllibraryopen() to load symbol based on filename
so that symbol is different in each dynamic library and hence
can build dynamic libraries on mac

src/mat/impls/aij/seq/essl/essl.c
1.39 05/04/13 20:46:30 barrysmith@barry-smiths-computer.local +19 -17
formating

src/ksp/ksp/interface/makefile
1.6 05/04/13 20:46:30 barrysmith@barry-smiths-computer.local +2 -2
changed petscdllibraryopen() to load symbol based on filename
so that symbol is different in each dynamic library and hence
can build dynamic libraries on mac

src/dm/ao/interface/makefile
1.8 05/04/13 20:46:30 barrysmith@barry-smiths-computer.local +1 -1
changed petscdllibraryopen() to load symbol based on filename
so that symbol is different in each dynamic library and hence
can build dynamic libraries on mac

python/PETSc/utilities/dynamicLibraries.py
1.9 05/04/13 20:46:30 barrysmith@barry-smiths-computer.local +2 -3
shared libraries allowed on Mac

include/petsc.h
1.128 05/04/13 20:46:30 barrysmith@barry-smiths-computer.local +1 -0
added search for substring starting from end

BitKeeper/deleted/.del-ex4.c~dbd43215a9eb8a1b
1.9 05/04/13 19:17:33 barrysmith@barry-smiths-computer.local +0 -0
Delete: src/sys/examples/tutorials/ex4.c

src/dm/da/src/da2.c
1.65 05/04/13 19:00:52 barrysmith@barry-smiths-computer.local +31 -50
always set x,xs,y,ys from lx, ly and removed unneeded code

src/dm/da/src/da3.c
1.36 05/04/13 18:56:40 barrysmith@barry-smiths-computer.local +18 -38
eliminate code that manually sets x,xs,y,ys,z,zs when PETSc sets lx,ly, lz

BitKeeper/deleted/.del-dlregis.h~65e71245d21434f
1.11 05/04/13 17:25:29 barrysmith@barry-smiths-computer.local +1 -1
Delete: src/sys/src/utils/dlregis.h

src/dm/ao/interface/dlregisdm.c
1.25 05/04/13 17:24:55 barrysmith@barry-smiths-computer.local +1 -1
*** empty log message ***

bmake/common/rules.shared.darwin7
1.12 05/04/13 14:56:41 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
save tries

bmake/common/rules.shared.darwin7
1.11 05/04/13 13:36:18 barrysmith@barrysmith-57.mcs.anl.gov +12 -12
try adding other stuff

src/ts/interface/dlregists.c
1.20 05/04/13 13:19:50 barrysmith@barrysmith-57.mcs.anl.gov +0 -0
Rename: src/ts/interface/dlregis.c -> src/ts/interface/dlregists.c

BitKeeper/deleted/.del-dlregis.c~e51dcaca1281f61b
1.5 05/04/13 13:19:33 barrysmith@barrysmith-57.mcs.anl.gov +0 -0
Delete: src/sys/src/viewer/interface/dlregis.c

src/snes/interface/dlregissnes.c
1.22 05/04/13 13:18:51 barrysmith@barrysmith-57.mcs.anl.gov +0 -0
Rename: src/snes/interface/dlregis.c -> src/snes/interface/dlregissnes.c

src/mat/interface/dlregismat.c
1.30 05/04/13 13:18:23 barrysmith@barrysmith-57.mcs.anl.gov +0 -0
Rename: src/mat/interface/dlregis.c -> src/mat/interface/dlregismat.c

src/ksp/ksp/interface/dlregisksp.c
1.24 05/04/13 13:17:46 barrysmith@barrysmith-57.mcs.anl.gov +0 -0
Rename: src/ksp/ksp/interface/dlregis.c -> src/ksp/ksp/interface/dlregisksp.c

src/dm/ao/interface/dlregisdm.c
1.24 05/04/13 13:17:16 barrysmith@barrysmith-57.mcs.anl.gov +0 -0
Rename: src/dm/ao/interface/dlregis.c -> src/dm/ao/interface/dlregisdm.c

src/vec/interface/dlregisvec.c
1.26 05/04/13 13:16:24 barrysmith@barrysmith-57.mcs.anl.gov +0 -0
Rename: src/vec/interface/dlregis.c -> src/vec/interface/dlregisvec.c


Hg-commit: adbb991a27b625ba59426a49bb8f5fb43da1236e

show more ...


12345678910