History log of /petsc/src/sys/classes/ (Results 1401 – 1425 of 1579)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
20cbb66211-Apr-2013 Jed Brown <jed@59A2.org>

Merge branch 'jed/fix-locdir'

* jed/fix-locdir:
LOCDIR: fix all outdated paths and normalize trailing slash


/petsc/bin/maint/buildtest
/petsc/bin/maint/confignightly/bb4
/petsc/bin/maint/confignightly/ps3-2
/petsc/bin/maint/copylognightly
/petsc/bin/maint/xclude
/petsc/config/BuildSystem/config/package.py
/petsc/config/examples/arch-mswin-cxx-cmplx.py
/petsc/config/examples/arch-viennacl.py
/petsc/include/finclude/ftn-custom/makefile
/petsc/include/finclude/petscpcdef.h
/petsc/include/petsc-private/petscimpl.h
/petsc/include/petscpc.h
/petsc/include/petscts.h
/petsc/interfaces/lua/src/makefile
/petsc/interfaces/makefile
/petsc/src/dm/impls/adda/examples/makefile
/petsc/src/dm/impls/adda/examples/tests/makefile
/petsc/src/dm/impls/adda/makefile
/petsc/src/dm/impls/da/f90-custom/makefile
/petsc/src/dm/impls/da/usfft/makefile
/petsc/src/dm/impls/makefile
/petsc/src/dm/impls/mesh/examples/tests/makefile
/petsc/src/dm/impls/mesh/examples/tutorials/makefile
/petsc/src/dm/impls/moab/examples/tests/makefile
/petsc/src/dm/impls/redundant/makefile
/petsc/src/dm/impls/shell/makefile
/petsc/src/dm/impls/sliced/makefile
/petsc/src/ksp/ksp/impls/bcgs/fbcgs/makefile
/petsc/src/ksp/ksp/impls/bcgs/fbcgsr/makefile
/petsc/src/ksp/ksp/impls/gmres/agmres/makefile
/petsc/src/ksp/pc/impls/ainvcusp/ainvcusp.cu
/petsc/src/ksp/pc/impls/gamg/gamg.c
/petsc/src/ksp/pc/impls/gamg/gamg.h
/petsc/src/mat/impls/aij/mpi/mpicusp/makefile
/petsc/src/mat/impls/aij/mpi/mpicusparse/makefile
/petsc/src/mat/impls/cufft/makefile
/petsc/src/mat/impls/fft/fftw/ftn-custom/makefile
/petsc/src/snes/examples/tutorials/cahn-hilliard-schemes/makefile
/petsc/src/snes/impls/gs/makefile
/petsc/src/snes/impls/ms/makefile
/petsc/src/snes/impls/qn/makefile
/petsc/src/snes/impls/vi/rs/makefile
/petsc/src/snes/impls/vi/rsaug/makefile
/petsc/src/snes/impls/vi/ss/makefile
/petsc/src/snes/linesearch/impls/makefile
/petsc/src/sys/ams/java/makefile
bag/makefile
makefile
random/examples/makefile
random/examples/tutorials/makefile
random/impls/makefile
random/impls/rand/makefile
random/impls/rand48/makefile
random/impls/sprng/makefile
random/interface/ftn-custom/makefile
random/interface/makefile
random/makefile
viewer/examples/makefile
viewer/impls/matlab/makefile
viewer/impls/socket/matlab/makefile
/petsc/src/sys/error/checkptr.c
/petsc/src/sys/error/makefile
/petsc/src/sys/error/signal.c
/petsc/src/sys/info/ftn-custom/makefile
/petsc/src/sys/info/makefile
/petsc/src/sys/logging/ftn-custom/makefile
/petsc/src/sys/logging/makefile
/petsc/src/sys/logging/utils/makefile
/petsc/src/sys/objects/f2003-src/fsrc/makefile
/petsc/src/sys/objects/f2003-src/makefile
/petsc/src/sys/threadcomm/interface/makefile
/petsc/src/sys/threadcomm/makefile
/petsc/src/sys/webserver/makefile
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/makefile
/petsc/src/ts/examples/tutorials/phasefield/makefile
/petsc/src/ts/examples/tutorials/power_grid/makefile
/petsc/src/ts/examples/tutorials/power_grid/stability_9bus/makefile
/petsc/src/ts/impls/explicit/ssp/ssp.c
/petsc/src/ts/interface/dlregists.c
/petsc/src/vec/is/ao/impls/basic/ftn-custom/makefile
/petsc/src/vec/is/ao/impls/basic/makefile
/petsc/src/vec/is/ao/impls/makefile
/petsc/src/vec/is/ao/impls/mapping/ftn-custom/makefile
/petsc/src/vec/is/ao/impls/mapping/makefile
/petsc/src/vec/is/ao/impls/memscalable/makefile
/petsc/src/vec/is/ao/interface/ftn-custom/makefile
/petsc/src/vec/is/ao/interface/makefile
/petsc/src/vec/is/ao/makefile
/petsc/src/vec/is/is/interface/makefile
/petsc/src/vec/is/is/makefile
/petsc/src/vec/is/makefile
/petsc/src/vec/is/sf/interface/dlregissf.c
/petsc/src/vec/vec/impls/mpi/mpicusp/makefile
/petsc/src/vec/vec/impls/nest/ftn-custom/makefile
/petsc/src/vec/vec/utils/veccusp/makefile
3e1910f110-Apr-2013 Jed Brown <jed@59A2.org>

LOCDIR: fix all outdated paths and normalize trailing slash

Update performed by:

git ls-files '*/makefile' | xargs perl -pi -MFile::Basename \
-e 's!(LOCDIR[[:space:]]+=) *(.+)$!$1." ".dirnam

LOCDIR: fix all outdated paths and normalize trailing slash

Update performed by:

git ls-files '*/makefile' | xargs perl -pi -MFile::Basename \
-e 's!(LOCDIR[[:space:]]+=) *(.+)$!$1." ".dirname($ARGV)."/"!e'

Fortran auto must be fixed using 'make allfortranstubs' and the result
can be checked by 'bin/maint/checkloc.py'.

show more ...


/petsc/.mailmap
/petsc/bin/maint/buildtest
/petsc/bin/maint/confignightly/bb4
/petsc/bin/maint/confignightly/ps3-2
/petsc/bin/maint/copylognightly
/petsc/bin/maint/xclude
/petsc/bin/matlab/classes/PetscDMDACreate2d.m
/petsc/bin/matlab/classes/PetscTS.m
/petsc/bin/matlab/classes/examples/tests/ex1.m
/petsc/bin/matlab/classes/examples/tests/ex2.m
/petsc/bin/matlab/classes/examples/tutorials/exKSPDM.m
/petsc/bin/matlab/classes/examples/tutorials/exSNES.m
/petsc/bin/matlab/classes/examples/tutorials/exSNES_DVI.m
/petsc/bin/matlab/classes/examples/tutorials/exTS.m
/petsc/config/BuildSystem/config/package.py
/petsc/config/examples/arch-mswin-cxx-cmplx.py
/petsc/config/examples/arch-viennacl.py
/petsc/include/finclude/ftn-custom/makefile
/petsc/include/finclude/petscpcdef.h
/petsc/include/petsc-private/petscimpl.h
/petsc/include/petscdmmesh.h
/petsc/include/petscdmplex.h
/petsc/include/petscis.h
/petsc/include/petscpc.h
/petsc/include/petscsf.h
/petsc/include/petscsftypes.h
/petsc/interfaces/lua/src/makefile
/petsc/interfaces/makefile
/petsc/src/dm/impls/adda/examples/makefile
/petsc/src/dm/impls/adda/examples/tests/makefile
/petsc/src/dm/impls/adda/makefile
/petsc/src/dm/impls/da/dadd.c
/petsc/src/dm/impls/da/dalocal.c
/petsc/src/dm/impls/da/f90-custom/makefile
/petsc/src/dm/impls/da/usfft/makefile
/petsc/src/dm/impls/makefile
/petsc/src/dm/impls/mesh/examples/tests/makefile
/petsc/src/dm/impls/mesh/examples/tutorials/makefile
/petsc/src/dm/impls/mesh/mesh.c
/petsc/src/dm/impls/moab/examples/tests/makefile
/petsc/src/dm/impls/patch/patch.c
/petsc/src/dm/impls/plex/plex.c
/petsc/src/dm/impls/plex/plexcreate.c
/petsc/src/dm/impls/plex/plexpreallocate.c
/petsc/src/dm/impls/plex/plexsubmesh.c
/petsc/src/dm/impls/redundant/makefile
/petsc/src/dm/impls/shell/makefile
/petsc/src/dm/impls/sliced/makefile
/petsc/src/dm/interface/dm.c
/petsc/src/ksp/ksp/impls/bcgs/fbcgs/makefile
/petsc/src/ksp/ksp/impls/bcgs/fbcgsr/makefile
/petsc/src/ksp/ksp/impls/gmres/agmres/makefile
/petsc/src/ksp/pc/impls/gamg/gamg.c
/petsc/src/ksp/pc/impls/gamg/gamg.h
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpicusp/makefile
/petsc/src/mat/impls/aij/mpi/mpicusparse/makefile
/petsc/src/mat/impls/cufft/makefile
/petsc/src/mat/impls/fft/fftw/ftn-custom/makefile
/petsc/src/mat/impls/nest/matnest.c
/petsc/src/snes/examples/tutorials/cahn-hilliard-schemes/makefile
/petsc/src/snes/impls/gs/makefile
/petsc/src/snes/impls/ms/makefile
/petsc/src/snes/impls/qn/makefile
/petsc/src/snes/impls/vi/rs/makefile
/petsc/src/snes/impls/vi/rsaug/makefile
/petsc/src/snes/impls/vi/ss/makefile
/petsc/src/snes/interface/snes.c
/petsc/src/snes/linesearch/impls/makefile
/petsc/src/sys/ams/java/makefile
bag/makefile
makefile
random/examples/makefile
random/examples/tutorials/makefile
random/impls/makefile
random/impls/rand/makefile
random/impls/rand48/makefile
random/impls/sprng/makefile
random/interface/ftn-custom/makefile
random/interface/makefile
random/makefile
viewer/examples/makefile
viewer/impls/matlab/makefile
viewer/impls/socket/matlab/makefile
/petsc/src/sys/error/checkptr.c
/petsc/src/sys/error/makefile
/petsc/src/sys/error/signal.c
/petsc/src/sys/info/ftn-custom/makefile
/petsc/src/sys/info/makefile
/petsc/src/sys/logging/ftn-custom/makefile
/petsc/src/sys/logging/makefile
/petsc/src/sys/logging/utils/makefile
/petsc/src/sys/mpiuni/mpi.c
/petsc/src/sys/objects/f2003-src/fsrc/makefile
/petsc/src/sys/objects/f2003-src/makefile
/petsc/src/sys/threadcomm/interface/makefile
/petsc/src/sys/threadcomm/makefile
/petsc/src/sys/webserver/makefile
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/makefile
/petsc/src/ts/examples/tutorials/ex11.c
/petsc/src/ts/examples/tutorials/phasefield/makefile
/petsc/src/ts/examples/tutorials/power_grid/makefile
/petsc/src/ts/examples/tutorials/power_grid/stability_9bus/makefile
/petsc/src/vec/is/ao/impls/basic/ftn-custom/makefile
/petsc/src/vec/is/ao/impls/basic/makefile
/petsc/src/vec/is/ao/impls/makefile
/petsc/src/vec/is/ao/impls/mapping/ftn-custom/makefile
/petsc/src/vec/is/ao/impls/mapping/makefile
/petsc/src/vec/is/ao/impls/memscalable/makefile
/petsc/src/vec/is/ao/interface/ftn-custom/makefile
/petsc/src/vec/is/ao/interface/makefile
/petsc/src/vec/is/ao/makefile
/petsc/src/vec/is/is/interface/makefile
/petsc/src/vec/is/is/makefile
/petsc/src/vec/is/makefile
/petsc/src/vec/is/sf/interface/dlregissf.c
/petsc/src/vec/is/sf/interface/sf.c
/petsc/src/vec/is/sf/interface/sfregi.c
/petsc/src/vec/is/sf/makefile
/petsc/src/vec/is/utils/isltog.c
/petsc/src/vec/is/utils/pmap.c
/petsc/src/vec/is/utils/vsectionis.c
/petsc/src/vec/vec/impls/mpi/mpicusp/makefile
/petsc/src/vec/vec/impls/mpi/pdvec.c
/petsc/src/vec/vec/impls/nest/ftn-custom/makefile
/petsc/src/vec/vec/utils/veccusp/makefile
48dd1dff08-Apr-2013 Barry Smith <bsmith@mcs.anl.gov>

removed unnneeded and unused XXXRegisterDestroy() routines

37e9301908-Apr-2013 Barry Smith <bsmith@mcs.anl.gov>

removed PetscFunctionListDestroyAll() and put PetscFunctionListDestroy(&XXXList) into the package finalize


/petsc/.mailmap
/petsc/bin/matlab/classes/PetscDMDACreate2d.m
/petsc/bin/matlab/classes/PetscTS.m
/petsc/bin/matlab/classes/examples/tests/ex1.m
/petsc/bin/matlab/classes/examples/tests/ex2.m
/petsc/bin/matlab/classes/examples/tutorials/exKSPDM.m
/petsc/bin/matlab/classes/examples/tutorials/exSNES.m
/petsc/bin/matlab/classes/examples/tutorials/exSNES_DVI.m
/petsc/bin/matlab/classes/examples/tutorials/exTS.m
/petsc/config/BuildSystem/config/package.py
/petsc/include/petscdmmesh.h
/petsc/include/petscdmplex.h
/petsc/include/petscis.h
/petsc/include/petscpf.h
/petsc/include/petscsf.h
/petsc/include/petscsftypes.h
/petsc/src/dm/impls/da/dadd.c
/petsc/src/dm/impls/da/dalocal.c
/petsc/src/dm/impls/mesh/mesh.c
/petsc/src/dm/impls/patch/patch.c
/petsc/src/dm/impls/plex/plex.c
/petsc/src/dm/impls/plex/plexcreate.c
/petsc/src/dm/impls/plex/plexpreallocate.c
/petsc/src/dm/impls/plex/plexsubmesh.c
/petsc/src/dm/interface/dlregisdmdm.c
/petsc/src/dm/interface/dm.c
/petsc/src/ksp/ksp/interface/dlregisksp.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/mffd/mffd.c
/petsc/src/mat/impls/nest/matnest.c
/petsc/src/mat/interface/dlregismat.c
/petsc/src/snes/interface/dlregissnes.c
/petsc/src/snes/interface/snes.c
draw/interface/draw.c
random/interface/dlregisrand.c
viewer/interface/view.c
/petsc/src/sys/dll/reg.c
/petsc/src/sys/mpiuni/mpi.c
/petsc/src/sys/objects/pinit.c
/petsc/src/sys/threadcomm/interface/dlregisthreadcomm.c
/petsc/src/ts/adapt/interface/tsadapt.c
/petsc/src/ts/characteristic/interface/slregis.c
/petsc/src/ts/examples/tutorials/ex11.c
/petsc/src/ts/impls/implicit/gl/gl.c
/petsc/src/ts/impls/implicit/gl/gladapt.c
/petsc/src/ts/interface/dlregists.c
/petsc/src/vec/is/ao/interface/dlregisdm.c
/petsc/src/vec/is/sf/interface/dlregissf.c
/petsc/src/vec/is/sf/interface/sf.c
/petsc/src/vec/is/sf/interface/sfregi.c
/petsc/src/vec/is/sf/makefile
/petsc/src/vec/is/utils/isltog.c
/petsc/src/vec/is/utils/pmap.c
/petsc/src/vec/is/utils/vsectionis.c
/petsc/src/vec/pf/interface/pf.c
/petsc/src/vec/vec/impls/mpi/pdvec.c
/petsc/src/vec/vec/interface/dlregisvec.c
56b8094b06-Apr-2013 Jed Brown <jed@59A2.org>

PetscViewerBinarySetMPIIO: remove obsolete statement about skipinfo

* 39802e9e71ae4fa344ef186e51da5ecb3e379d46 2008-05-07 Barry Smith
Added MPIIO interface and made setting MPIIO imply skipinfo

*

PetscViewerBinarySetMPIIO: remove obsolete statement about skipinfo

* 39802e9e71ae4fa344ef186e51da5ecb3e379d46 2008-05-07 Barry Smith
Added MPIIO interface and made setting MPIIO imply skipinfo

* e39fd77f588fe8a9f63ea3dd3ce9052e17ee1991 2008-05-09 Barry Smith
MPIIO no longer implies skipinfo, but docs not updated

See also petsc-maint #159049

show more ...

879e01d203-Apr-2013 Jed Brown <jed@59A2.org>

Merge branch 'jed/options-viewer-enum'

* jed/options-viewer-enum:
PetscEnumFind: fix bad PetscBool cast when I meant PetscEnum
PetscOptionsGetViewer: test ex4: removed redundant
PetscOptionsGe

Merge branch 'jed/options-viewer-enum'

* jed/options-viewer-enum:
PetscEnumFind: fix bad PetscBool cast when I meant PetscEnum
PetscOptionsGetViewer: test ex4: removed redundant
PetscOptionsGetViewer: support ":append" for arbitrary viewer type
PetscOptionsGetViewer: fix error handling with PETSC_VIEWER_XX_()
PetscOptionsGetViewer: new test: write to named ASCII output file with format
PetscOptionsGetViewer: simplify logic and use PetscEnumFind()
PetscOptionsGetEList: use PetscEListFind()
PetscEListFind() and PetscEnumFind()
PetscFileModes: add string enumeration for PetscFileMode
PetscViewer: added tests/ex4 to testexamples
PetscViewer: added files for :append test
PetscOptionsGetViewer: last commit broke PetscOptionsGetViewer, fixed it
PetscOptionsGetViewer: added [:append] to ascii

show more ...

ca1f44cd03-Apr-2013 Jed Brown <jed@59A2.org>

Merge branch 'jed/functionlist-nocast'

* jed/functionlist-nocast:
docs: simplify explanation of function lists/composition
PetscObjectQueryFunction: use macro to hide PetscVoidFunction* cast
P

Merge branch 'jed/functionlist-nocast'

* jed/functionlist-nocast:
docs: simplify explanation of function lists/composition
PetscObjectQueryFunction: use macro to hide PetscVoidFunction* cast
PetscFunctionListAdd: use macro to hide (PetscVoidFunction) cast
PetscFunctionListFind: use macro to hide (PetscVoidFunction*) cast

show more ...


/petsc/include/petsc-private/petscimpl.h
/petsc/include/petscsys.h
/petsc/src/dm/impls/mesh/meshcreate.c
/petsc/src/dm/interface/dm.c
/petsc/src/docs/doxygen/manual/dev/basic-object-design.h
/petsc/src/docs/tex/manual/developers.tex
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/ksp/ksp/interface/itcreate.c
/petsc/src/ksp/ksp/utils/schurm.c
/petsc/src/ksp/pc/impls/asm/asm.c
/petsc/src/ksp/pc/impls/bjacobi/bjacobi.c
/petsc/src/ksp/pc/impls/factor/factor.c
/petsc/src/ksp/pc/impls/gamg/gamg.c
/petsc/src/ksp/pc/impls/gasm/gasm.c
/petsc/src/ksp/pc/interface/pcset.c
/petsc/src/ksp/pc/interface/precon.c
/petsc/src/mat/coarsen/coarsen.c
/petsc/src/mat/color/color.c
/petsc/src/mat/examples/tutorials/ex8.c
/petsc/src/mat/impls/aij/seq/inode.c
/petsc/src/mat/impls/mffd/mffd.c
/petsc/src/mat/interface/matreg.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/order/sorder.c
/petsc/src/mat/partition/partition.c
/petsc/src/snes/impls/nasm/nasm.c
/petsc/src/snes/impls/shell/ftn-custom/zsnesshellf.c
/petsc/src/snes/impls/vi/vi.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/linesearch/interface/linesearch.c
draw/interface/drawreg.c
matlabengine/matlab.c
random/interface/randreg.c
viewer/interface/viewreg.c
/petsc/src/sys/dll/reg.c
/petsc/src/sys/objects/inherit.c
/petsc/src/sys/threadcomm/interface/threadcomm.c
/petsc/src/ts/adapt/interface/tsadapt.c
/petsc/src/ts/characteristic/interface/characteristic.c
/petsc/src/ts/examples/tutorials/ex11.c
/petsc/src/ts/examples/tutorials/ex8.c
/petsc/src/ts/examples/tutorials/ex9.c
/petsc/src/ts/impls/explicit/ssp/ssp.c
/petsc/src/ts/impls/implicit/gl/gl.c
/petsc/src/ts/impls/implicit/gl/gladapt.c
/petsc/src/ts/interface/tsreg.c
/petsc/src/vec/is/ao/interface/aoreg.c
/petsc/src/vec/is/is/interface/isreg.c
/petsc/src/vec/is/sf/interface/sf.c
/petsc/src/vec/is/sf/interface/sfregi.c
/petsc/src/vec/pf/interface/pf.c
/petsc/src/vec/vec/interface/vecreg.c
8a1af44d03-Apr-2013 Jed Brown <jed@59A2.org>

Merge branch 'barry/rm-xxxregisterdynamic'

* barry/rm-xxxregisterdynamic:
Registration: remove stale 'XXRegisterDynamic)' entries in man pages
TS examples: fix use of PetscFunctionList and add t

Merge branch 'barry/rm-xxxregisterdynamic'

* barry/rm-xxxregisterdynamic:
Registration: remove stale 'XXRegisterDynamic)' entries in man pages
TS examples: fix use of PetscFunctionList and add to nightlies
Changes: Note updates to XRegisterDynamic/PetscObjectComposeFunctionDynamic
PetscObjectComposeFunctionDynamic: remove stale docs and usage
developers.tex: remove complications from function composition with dlls
removed string version of function name for XXXRegister(), PetscFunctionListAdd() and PetscObjectComposeFunction()
changes: document PetscFunctionListAdd() API change
developers.tex: update documentation of PetscObjectComposeFunction
removed path and MPI_Comm arguments from PetscFunctionListFind/Add()
removed path argument to XXXInitializePackage() and XXXRegister()
removed XXXRegisterDynamic() but kept the APIs for everything else underneath the same phase I of the update to handling registering function pointers

show more ...


/petsc/conf/test
/petsc/config/PETSc/Configure.py
/petsc/config/PETSc/utilities/Regression.py
/petsc/config/cmakeboot.py
/petsc/config/cmakegen.py
/petsc/config/examples/arch-linux-pkgs-opt.py
/petsc/include/petsc-private/petscimpl.h
/petsc/include/petsc-private/threadcommimpl.h
/petsc/include/petscao.h
/petsc/include/petsccharacteristic.h
/petsc/include/petscctable.h
/petsc/include/petscdm.h
/petsc/include/petscdmmoab.h
/petsc/include/petscdmshell.h
/petsc/include/petscdraw.h
/petsc/include/petscis.h
/petsc/include/petscksp.h
/petsc/include/petsclog.h
/petsc/include/petscmat.h
/petsc/include/petscpc.h
/petsc/include/petscpf.h
/petsc/include/petscsf.h
/petsc/include/petscsnes.h
/petsc/include/petscsys.h
/petsc/include/petscthreadcomm.h
/petsc/include/petscts.h
/petsc/include/petscvec.h
/petsc/include/petscviewer.h
/petsc/include/petscviewerhdf5.h
/petsc/src/dm/examples/tests/ex33.c
/petsc/src/dm/examples/tutorials/ex10.c
/petsc/src/dm/examples/tutorials/ex9.c
/petsc/src/dm/impls/da/dalocal.c
/petsc/src/dm/impls/da/fdda.c
/petsc/src/dm/impls/da/hypre/mhyp.c
/petsc/src/dm/impls/makefile
/petsc/src/dm/impls/mesh/examples/tutorials/fvTest.cxx
/petsc/src/dm/impls/mesh/mesh.c
/petsc/src/dm/impls/mesh/meshcreate.c
/petsc/src/dm/impls/moab/dmmoab.cxx
/petsc/src/dm/impls/moab/examples/makefile
/petsc/src/dm/impls/moab/examples/tests/ex1.cxx
/petsc/src/dm/impls/moab/examples/tests/makefile
/petsc/src/dm/impls/moab/examples/tests/output/ex1_1.out
/petsc/src/dm/impls/moab/makefile
/petsc/src/dm/impls/plex/plex.c
/petsc/src/dm/impls/redundant/dmredundant.c
/petsc/src/dm/impls/shell/dmshell.c
/petsc/src/dm/interface/dlregisdmdm.c
/petsc/src/dm/interface/dm.c
/petsc/src/dm/interface/dmregall.c
/petsc/src/docs/doxygen/manual/dev/basic-object-design.h
/petsc/src/docs/tex/manual/developers.tex
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/tex/petsc.bib
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/ksp/ksp/examples/tutorials/ex12.c
/petsc/src/ksp/ksp/impls/cg/cg.c
/petsc/src/ksp/ksp/impls/cg/cgne/cgne.c
/petsc/src/ksp/ksp/impls/cg/gltr/gltr.c
/petsc/src/ksp/ksp/impls/cg/nash/nash.c
/petsc/src/ksp/ksp/impls/cg/stcg/stcg.c
/petsc/src/ksp/ksp/impls/cheby/cheby.c
/petsc/src/ksp/ksp/impls/gcr/gcr.c
/petsc/src/ksp/ksp/impls/gmres/agmres/agmres.c
/petsc/src/ksp/ksp/impls/gmres/dgmres/README
/petsc/src/ksp/ksp/impls/gmres/dgmres/dgmres.c
/petsc/src/ksp/ksp/impls/gmres/fgmres/fgmres.c
/petsc/src/ksp/ksp/impls/gmres/gmres.c
/petsc/src/ksp/ksp/impls/gmres/lgmres/lgmres.c
/petsc/src/ksp/ksp/impls/gmres/lgmres/readme
/petsc/src/ksp/ksp/impls/gmres/pgmres/pgmres.c
/petsc/src/ksp/ksp/impls/qcg/qcg.c
/petsc/src/ksp/ksp/impls/rich/rich.c
/petsc/src/ksp/ksp/interface/dlregisksp.c
/petsc/src/ksp/ksp/interface/dmksp.c
/petsc/src/ksp/ksp/interface/itcl.c
/petsc/src/ksp/ksp/interface/itcreate.c
/petsc/src/ksp/ksp/interface/itregis.c
/petsc/src/ksp/ksp/utils/schurm.c
/petsc/src/ksp/pc/impls/ainvcusp/ainvcusp.cu
/petsc/src/ksp/pc/impls/asa/asa.c
/petsc/src/ksp/pc/impls/asm/asm.c
/petsc/src/ksp/pc/impls/bddc/bddc.c
/petsc/src/ksp/pc/impls/bicgstabcusp/bicgstabcusp.cu
/petsc/src/ksp/pc/impls/bjacobi/bjacobi.c
/petsc/src/ksp/pc/impls/composite/composite.c
/petsc/src/ksp/pc/impls/eisens/eisen.c
/petsc/src/ksp/pc/impls/factor/cholesky/cholesky.c
/petsc/src/ksp/pc/impls/factor/factimpl.c
/petsc/src/ksp/pc/impls/factor/icc/icc.c
/petsc/src/ksp/pc/impls/factor/ilu/ilu.c
/petsc/src/ksp/pc/impls/factor/lu/lu.c
/petsc/src/ksp/pc/impls/fieldsplit/fieldsplit.c
/petsc/src/ksp/pc/impls/galerkin/galerkin.c
/petsc/src/ksp/pc/impls/gamg/agg.c
/petsc/src/ksp/pc/impls/gamg/gamg.c
/petsc/src/ksp/pc/impls/gamg/geo.c
/petsc/src/ksp/pc/impls/gasm/gasm.c
/petsc/src/ksp/pc/impls/hypre/hypre.c
/petsc/src/ksp/pc/impls/is/pcis.c
/petsc/src/ksp/pc/impls/jacobi/jacobi.c
/petsc/src/ksp/pc/impls/ksp/pcksp.c
/petsc/src/ksp/pc/impls/ml/ml.c
/petsc/src/ksp/pc/impls/parms/parms.c
/petsc/src/ksp/pc/impls/redundant/redundant.c
/petsc/src/ksp/pc/impls/shell/shellpc.c
/petsc/src/ksp/pc/impls/sor/sor.c
/petsc/src/ksp/pc/impls/spai/ispai.c
/petsc/src/ksp/pc/impls/wb/wb.c
/petsc/src/ksp/pc/interface/pcregis.c
/petsc/src/ksp/pc/interface/pcset.c
/petsc/src/ksp/pc/interface/precon.c
/petsc/src/mat/coarsen/coarsen.c
/petsc/src/mat/coarsen/scoarsen.c
/petsc/src/mat/color/color.c
/petsc/src/mat/color/scolor.c
/petsc/src/mat/examples/tutorials/ex8.c
/petsc/src/mat/impls/adj/mpi/mpiadj.c
/petsc/src/mat/impls/aij/mpi/clique/clique.cxx
/petsc/src/mat/impls/aij/mpi/csrperm/mpicsrperm.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpicusp/mpiaijcusp.cu
/petsc/src/mat/impls/aij/mpi/mpicusparse/mpiaijcusparse.cu
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/impls/aij/mpi/pastix/pastix.c
/petsc/src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/cholmod/aijcholmod.c
/petsc/src/mat/impls/aij/seq/csrperm/csrperm.c
/petsc/src/mat/impls/aij/seq/essl/essl.c
/petsc/src/mat/impls/aij/seq/inode2.c
/petsc/src/mat/impls/aij/seq/lusol/lusol.c
/petsc/src/mat/impls/aij/seq/matlab/aijmatlab.c
/petsc/src/mat/impls/aij/seq/seqcusp/aijcusp.cu
/petsc/src/mat/impls/aij/seq/seqcusparse/aijcusparse.cu
/petsc/src/mat/impls/aij/seq/superlu/superlu.c
/petsc/src/mat/impls/aij/seq/umfpack/umfpack.c
/petsc/src/mat/impls/baij/mpi/bstream/mpibstream.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/bstream/bstream.c
/petsc/src/mat/impls/baij/seq/bstream/bstrmfact.c
/petsc/src/mat/impls/blockmat/seq/blockmat.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/elemental/matelem.cxx
/petsc/src/mat/impls/fft/fftw/fftw.c
/petsc/src/mat/impls/is/matis.c
/petsc/src/mat/impls/maij/maij.c
/petsc/src/mat/impls/mffd/mffd.c
/petsc/src/mat/impls/mffd/mffddef.c
/petsc/src/mat/impls/mffd/mfregis.c
/petsc/src/mat/impls/mffd/wp.c
/petsc/src/mat/impls/nest/matnest.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/mpi/sbstream/mpisbstream.c
/petsc/src/mat/impls/sbaij/seq/cholmod/sbaijcholmod.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbstream/sbstream.c
/petsc/src/mat/impls/sbaij/seq/sbstream/sbstrmfact.c
/petsc/src/mat/interface/dlregismat.c
/petsc/src/mat/interface/matnull.c
/petsc/src/mat/interface/matreg.c
/petsc/src/mat/interface/matregis.c
/petsc/src/mat/order/sorder.c
/petsc/src/mat/order/sregis.c
/petsc/src/mat/partition/impls/chaco/chaco.c
/petsc/src/mat/partition/impls/party/party.c
/petsc/src/mat/partition/impls/scotch/scotch.c
/petsc/src/mat/partition/partition.c
/petsc/src/mat/partition/spartition.c
/petsc/src/mat/utils/gcreate.c
/petsc/src/snes/impls/ms/ms.c
/petsc/src/snes/impls/multiblock/multiblock.c
/petsc/src/snes/impls/nasm/nasm.c
/petsc/src/snes/impls/ncg/snesncg.c
/petsc/src/snes/impls/ngmres/anderson.c
/petsc/src/snes/impls/ngmres/snesngmres.c
/petsc/src/snes/impls/qn/qn.c
/petsc/src/snes/impls/shell/ftn-custom/zsnesshellf.c
/petsc/src/snes/impls/shell/snesshell.c
/petsc/src/snes/impls/vi/rs/virs.c
/petsc/src/snes/impls/vi/rsaug/virsaug.c
/petsc/src/snes/impls/vi/ss/viss.c
/petsc/src/snes/impls/vi/vi.c
/petsc/src/snes/interface/dlregissnes.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/interface/snesob.c
/petsc/src/snes/interface/snesregi.c
/petsc/src/snes/linesearch/interface/linesearch.c
/petsc/src/snes/linesearch/interface/linesearchregi.c
/petsc/src/snes/mf/snesmfj.c
/petsc/src/snes/utils/dmsnes.c
draw/interface/draw.c
draw/interface/drawreg.c
draw/interface/drawregall.c
random/interface/dlregisrand.c
random/interface/randomc.c
random/interface/randreg.c
viewer/impls/ams/ams.c
viewer/impls/ascii/filev.c
viewer/impls/binary/binv.c
viewer/impls/hdf5/hdf5v.c
viewer/impls/mathematica/mathematica.c
viewer/impls/matlab/vmatlab.c
viewer/impls/vtk/vtkv.c
viewer/impls/vu/petscvu.c
viewer/interface/dlregispetsc.c
viewer/interface/view.c
viewer/interface/viewreg.c
viewer/interface/viewregall.c
/petsc/src/sys/dll/dl.c
/petsc/src/sys/dll/reg.c
/petsc/src/sys/objects/ftn-custom/zstart.c
/petsc/src/sys/objects/inherit.c
/petsc/src/sys/objects/pinit.c
/petsc/src/sys/threadcomm/interface/dlregisthreadcomm.c
/petsc/src/sys/threadcomm/interface/threadcomm.c
/petsc/src/sys/threadcomm/interface/threadcommregi.c
/petsc/src/ts/adapt/interface/tsadapt.c
/petsc/src/ts/characteristic/interface/characteristic.c
/petsc/src/ts/characteristic/interface/mocregis.c
/petsc/src/ts/characteristic/interface/slregis.c
/petsc/src/ts/examples/tutorials/ex11.c
/petsc/src/ts/examples/tutorials/ex30.cxx
/petsc/src/ts/examples/tutorials/ex8.c
/petsc/src/ts/examples/tutorials/ex9.c
/petsc/src/ts/examples/tutorials/makefile
/petsc/src/ts/examples/tutorials/output/ex30_1.out
/petsc/src/ts/examples/tutorials/output/ex30_2.out
/petsc/src/ts/impls/arkimex/arkimex.c
/petsc/src/ts/impls/explicit/rk/rk.c
/petsc/src/ts/impls/explicit/ssp/ssp.c
/petsc/src/ts/impls/implicit/alpha/alpha.c
/petsc/src/ts/impls/implicit/gl/gl.c
/petsc/src/ts/impls/implicit/gl/gladapt.c
/petsc/src/ts/impls/implicit/sundials/sundials.c
/petsc/src/ts/impls/implicit/theta/theta.c
/petsc/src/ts/impls/pseudo/posindep.c
/petsc/src/ts/impls/rosw/rosw.c
/petsc/src/ts/interface/dlregists.c
/petsc/src/ts/interface/ts.c
/petsc/src/ts/interface/tscreate.c
/petsc/src/ts/interface/tsreg.c
/petsc/src/ts/interface/tsregall.c
/petsc/src/ts/utils/dmts.c
/petsc/src/vec/is/ao/impls/mapping/aomapping.c
/petsc/src/vec/is/ao/interface/ao.c
/petsc/src/vec/is/ao/interface/aoreg.c
/petsc/src/vec/is/ao/interface/aoregall.c
/petsc/src/vec/is/ao/interface/dlregisdm.c
/petsc/src/vec/is/is/impls/block/block.c
/petsc/src/vec/is/is/impls/general/general.c
/petsc/src/vec/is/is/impls/stride/stride.c
/petsc/src/vec/is/is/interface/isreg.c
/petsc/src/vec/is/is/interface/isregall.c
/petsc/src/vec/is/sf/impls/window/sfwindow.c
/petsc/src/vec/is/sf/interface/dlregissf.c
/petsc/src/vec/is/sf/interface/sf.c
/petsc/src/vec/is/sf/interface/sfregi.c
/petsc/src/vec/is/utils/isltog.c
/petsc/src/vec/is/utils/vsectionis.c
/petsc/src/vec/pf/interface/pf.c
/petsc/src/vec/pf/interface/pfall.c
/petsc/src/vec/vec/examples/tutorials/ex19.c
/petsc/src/vec/vec/impls/mpi/pbvec.c
/petsc/src/vec/vec/impls/nest/vecnest.c
/petsc/src/vec/vec/impls/seq/bvec2.c
/petsc/src/vec/vec/interface/dlregisvec.c
/petsc/src/vec/vec/interface/veccreate.c
/petsc/src/vec/vec/interface/vecreg.c
/petsc/src/vec/vec/interface/vecregall.c
/petsc/src/vec/vec/interface/vector.c
0005d66c01-Apr-2013 Jed Brown <jed@59A2.org>

PetscObjectQueryFunction: use macro to hide PetscVoidFunction* cast

Rationale is the same as the parent. This makes all of
PetscFunctionListAdd(), PetscFunctionListFind(),
PetscObjectComposeFunction

PetscObjectQueryFunction: use macro to hide PetscVoidFunction* cast

Rationale is the same as the parent. This makes all of
PetscFunctionListAdd(), PetscFunctionListFind(),
PetscObjectComposeFunction(), and PetscObjectQueryFunction() consistent
regarding function pointer return types.

show more ...

a240a19f01-Apr-2013 Jed Brown <jed@59A2.org>

PetscFunctionListAdd: use macro to hide (PetscVoidFunction) cast

Same rationale as the last commit:

Casting using PetscVoidFunction instead of (void(*)(void)) is needed
with C++ compilers that will

PetscFunctionListAdd: use macro to hide (PetscVoidFunction) cast

Same rationale as the last commit:

Casting using PetscVoidFunction instead of (void(*)(void)) is needed
with C++ compilers that will not implicitly convert C++ language linkage
to C language linkage. Since PetscFunctionListAdd() is meant to operate
on generic function pointers, we hide this language linkage detail
(which is inconsistently implemented) in a cast.

show more ...

1c9cd33701-Apr-2013 Jed Brown <jed@59A2.org>

PetscFunctionListFind: use macro to hide (PetscVoidFunction*) cast

Casting using PetscVoidFunction* instead of (void(**)(void)) is needed
with C++ compilers that will not implicitly convert C++ lang

PetscFunctionListFind: use macro to hide (PetscVoidFunction*) cast

Casting using PetscVoidFunction* instead of (void(**)(void)) is needed
with C++ compilers that will not implicitly convert C++ language linkage
to C language linkage. Since PetscFunctionListFind() is meant to operate
on generic function pointers, we hide this language linkage detail
(which is inconsistently implemented) in a cast.

show more ...

94b0948530-Mar-2013 Toby Isaac <tisaac@ices.utexas.edu>

PetscOptionsGetViewer: test ex4: removed redundant

3550efbc30-Mar-2013 Jed Brown <jed@59A2.org>

PetscOptionsGetViewer: support ":append" for arbitrary viewer type

aa1c909b30-Mar-2013 Jed Brown <jed@59A2.org>

PetscOptionsGetViewer: fix error handling with PETSC_VIEWER_XX_()

These functions all call PetscError() with PETSC_ERR_PLIB and then
return NULL, thus we can propagate the error by CHKERRQ(PETSC_ERR

PetscOptionsGetViewer: fix error handling with PETSC_VIEWER_XX_()

These functions all call PetscError() with PETSC_ERR_PLIB and then
return NULL, thus we can propagate the error by CHKERRQ(PETSC_ERR_PLIB).

show more ...

35d27ee330-Mar-2013 Jed Brown <jed@59A2.org>

PetscOptionsGetViewer: simplify logic and use PetscEnumFind()

Replaces dubious use of PetscStrendswithwhich() to match enum values,
including invalid PetscViewerFormat when passed
"ascii::PetscViewe

PetscOptionsGetViewer: simplify logic and use PetscEnumFind()

Replaces dubious use of PetscStrendswithwhich() to match enum values,
including invalid PetscViewerFormat when passed
"ascii::PetscViewerFormat" or "ascii::PETSC_VIEWER_".

This removes ability to use single-character "ascii:filename::a".
Instead, "append" must be spelled out as in "ascii:filename::append"

show more ...

144acb7d29-Mar-2013 Jed Brown <jed@59A2.org>

PetscViewerFileSetMode: remove duplicate man page

7193b35129-Mar-2013 Toby Isaac <tisaac@ices.utexas.edu>

PetscViewer: added tests/ex4 to testexamples

81b448f129-Mar-2013 Toby Isaac <tisaac@ices.utexas.edu>

PetscViewer: added files for :append test

e6e0fb7429-Mar-2013 Toby Isaac <tisaac@ices.utexas.edu>

PetscOptionsGetViewer: last commit broke PetscOptionsGetViewer, fixed it

0531571729-Mar-2013 Toby Isaac <tisaac@ices.utexas.edu>

PetscOptionsGetViewer: added [:append] to ascii

f1d1c62f28-Mar-2013 Jed Brown <jed@59A2.org>

Merge branch 'barry/fix-viewer-format-secret-change' of bitbucket:petsc/petsc

* 'barry/fix-viewer-format-secret-change' of bitbucket:petsc/petsc:
PetscViewerCreate_XXX() and PetscViewerFileSetName

Merge branch 'barry/fix-viewer-format-secret-change' of bitbucket:petsc/petsc

* 'barry/fix-viewer-format-secret-change' of bitbucket:petsc/petsc:
PetscViewerCreate_XXX() and PetscViewerFileSetName_XXX() should not change format or iformat

show more ...

0b062f9128-Mar-2013 Jed Brown <jed@59A2.org>

PetscObjectComposeFunctionDynamic: remove stale docs and usage

ccd20c9b26-Mar-2013 Jed Brown <jed@59A2.org>

docs: fix header path and a missing file


/petsc/config/BuildSystem/config/packages/PETSc.py
/petsc/config/PETSc/petsc.py
/petsc/include/petsc-private/dmimpl.h
/petsc/include/petsc-private/pcimpl.h
/petsc/include/petscmat.h
/petsc/include/petscsys.h
/petsc/include/petsctime.h
/petsc/makefile
/petsc/src/benchmarks/Index.c
/petsc/src/benchmarks/PLogEvent.c
/petsc/src/benchmarks/PetscGetTime.c
/petsc/src/benchmarks/PetscMalloc.c
/petsc/src/benchmarks/PetscMemcmp.c
/petsc/src/benchmarks/PetscMemcpy.c
/petsc/src/benchmarks/PetscMemzero.c
/petsc/src/benchmarks/PetscTime.c
/petsc/src/benchmarks/PetscVecNorm.c
/petsc/src/benchmarks/streams/CUDAVersion.cu
/petsc/src/benchmarks/streams/SSEVersion.c
/petsc/src/contrib/dvr/dvr.F
/petsc/src/contrib/fun3d/comp/flow.c
/petsc/src/contrib/fun3d/incomp/flow.c
/petsc/src/contrib/keyes/ex15.c
/petsc/src/dm/impls/composite/pack.c
/petsc/src/dm/impls/mesh/mesh.c
/petsc/src/dm/impls/mesh/meshcreate.c
/petsc/src/dm/impls/patch/patchcreate.c
/petsc/src/dm/impls/plex/plexcreate.c
/petsc/src/dm/interface/dm.c
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/ksp/ksp/examples/tests/ex18.c
/petsc/src/ksp/ksp/examples/tests/ex30.c
/petsc/src/ksp/ksp/examples/tests/ex6.c
/petsc/src/ksp/ksp/examples/tests/output/ex39_cheby_hybrid.out
/petsc/src/ksp/ksp/examples/tutorials/ex10.c
/petsc/src/ksp/ksp/examples/tutorials/ex42.c
/petsc/src/ksp/ksp/examples/tutorials/ex52.c
/petsc/src/ksp/ksp/interface/iterativ.c
/petsc/src/ksp/pc/impls/factor/lu/lu.c
/petsc/src/ksp/pc/interface/pcset.c
/petsc/src/ksp/pc/interface/precon.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpicusp/mpiaijcusp.cu
/petsc/src/mat/impls/aij/mpi/mpiptap.c
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
/petsc/src/mat/impls/aij/seq/matptap.c
/petsc/src/mat/impls/aij/seq/matrart.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/is/matis.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/snes/impls/ncg/snesncg.c
/petsc/src/snes/impls/qn/qn.c
viewer/impls/ams/makefile
/petsc/src/sys/error/pstack.c
/petsc/src/sys/logging/plog.c
/petsc/src/sys/logging/utils/classlog.c
/petsc/src/sys/logging/utils/eventlog.c
/petsc/src/sys/logging/utils/stagelog.c
/petsc/src/sys/threadcomm/examples/tutorials/ex5.c
/petsc/src/sys/time/cputime.c
/petsc/src/sys/time/ftn-custom/makefile
/petsc/src/sys/time/ftn-custom/zptimef.c
/petsc/src/sys/time/makefile
bdf89e9126-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

removed string version of function name for XXXRegister(), PetscFunctionListAdd() and PetscObjectComposeFunction()


/petsc/include/petsc-private/petscimpl.h
/petsc/include/petsc-private/threadcommimpl.h
/petsc/include/petscao.h
/petsc/include/petsccharacteristic.h
/petsc/include/petscdm.h
/petsc/include/petscdraw.h
/petsc/include/petscis.h
/petsc/include/petscksp.h
/petsc/include/petscmat.h
/petsc/include/petscpc.h
/petsc/include/petscpf.h
/petsc/include/petscsf.h
/petsc/include/petscsnes.h
/petsc/include/petscsys.h
/petsc/include/petscts.h
/petsc/include/petscvec.h
/petsc/include/petscviewer.h
/petsc/src/dm/impls/da/dalocal.c
/petsc/src/dm/impls/da/hypre/mhyp.c
/petsc/src/dm/impls/mesh/meshcreate.c
/petsc/src/dm/impls/redundant/dmredundant.c
/petsc/src/dm/interface/dlregisdmdm.c
/petsc/src/dm/interface/dm.c
/petsc/src/dm/interface/dmregall.c
/petsc/src/docs/doxygen/manual/dev/basic-object-design.h
/petsc/src/docs/tex/manual/developers.tex
/petsc/src/ksp/ksp/examples/tutorials/ex12.c
/petsc/src/ksp/ksp/impls/cg/cg.c
/petsc/src/ksp/ksp/impls/cg/cgne/cgne.c
/petsc/src/ksp/ksp/impls/cg/gltr/gltr.c
/petsc/src/ksp/ksp/impls/cg/nash/nash.c
/petsc/src/ksp/ksp/impls/cg/stcg/stcg.c
/petsc/src/ksp/ksp/impls/cheby/cheby.c
/petsc/src/ksp/ksp/impls/gcr/gcr.c
/petsc/src/ksp/ksp/impls/gmres/agmres/agmres.c
/petsc/src/ksp/ksp/impls/gmres/dgmres/dgmres.c
/petsc/src/ksp/ksp/impls/gmres/fgmres/fgmres.c
/petsc/src/ksp/ksp/impls/gmres/gmres.c
/petsc/src/ksp/ksp/impls/gmres/lgmres/lgmres.c
/petsc/src/ksp/ksp/impls/gmres/pgmres/pgmres.c
/petsc/src/ksp/ksp/impls/qcg/qcg.c
/petsc/src/ksp/ksp/impls/rich/rich.c
/petsc/src/ksp/ksp/interface/itcreate.c
/petsc/src/ksp/ksp/interface/itregis.c
/petsc/src/ksp/ksp/utils/schurm.c
/petsc/src/ksp/pc/impls/ainvcusp/ainvcusp.cu
/petsc/src/ksp/pc/impls/asa/asa.c
/petsc/src/ksp/pc/impls/asm/asm.c
/petsc/src/ksp/pc/impls/bddc/bddc.c
/petsc/src/ksp/pc/impls/bicgstabcusp/bicgstabcusp.cu
/petsc/src/ksp/pc/impls/bjacobi/bjacobi.c
/petsc/src/ksp/pc/impls/composite/composite.c
/petsc/src/ksp/pc/impls/eisens/eisen.c
/petsc/src/ksp/pc/impls/factor/cholesky/cholesky.c
/petsc/src/ksp/pc/impls/factor/icc/icc.c
/petsc/src/ksp/pc/impls/factor/ilu/ilu.c
/petsc/src/ksp/pc/impls/factor/lu/lu.c
/petsc/src/ksp/pc/impls/fieldsplit/fieldsplit.c
/petsc/src/ksp/pc/impls/galerkin/galerkin.c
/petsc/src/ksp/pc/impls/gamg/agg.c
/petsc/src/ksp/pc/impls/gamg/gamg.c
/petsc/src/ksp/pc/impls/gamg/geo.c
/petsc/src/ksp/pc/impls/gasm/gasm.c
/petsc/src/ksp/pc/impls/hypre/hypre.c
/petsc/src/ksp/pc/impls/is/pcis.c
/petsc/src/ksp/pc/impls/jacobi/jacobi.c
/petsc/src/ksp/pc/impls/ksp/pcksp.c
/petsc/src/ksp/pc/impls/ml/ml.c
/petsc/src/ksp/pc/impls/parms/parms.c
/petsc/src/ksp/pc/impls/redundant/redundant.c
/petsc/src/ksp/pc/impls/shell/shellpc.c
/petsc/src/ksp/pc/impls/sor/sor.c
/petsc/src/ksp/pc/impls/spai/ispai.c
/petsc/src/ksp/pc/impls/wb/wb.c
/petsc/src/ksp/pc/interface/pcregis.c
/petsc/src/ksp/pc/interface/precon.c
/petsc/src/mat/coarsen/coarsen.c
/petsc/src/mat/coarsen/scoarsen.c
/petsc/src/mat/color/color.c
/petsc/src/mat/color/scolor.c
/petsc/src/mat/examples/tutorials/ex8.c
/petsc/src/mat/impls/adj/mpi/mpiadj.c
/petsc/src/mat/impls/aij/mpi/clique/clique.cxx
/petsc/src/mat/impls/aij/mpi/csrperm/mpicsrperm.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpicusp/mpiaijcusp.cu
/petsc/src/mat/impls/aij/mpi/mpicusparse/mpiaijcusparse.cu
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/impls/aij/mpi/pastix/pastix.c
/petsc/src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/cholmod/aijcholmod.c
/petsc/src/mat/impls/aij/seq/csrperm/csrperm.c
/petsc/src/mat/impls/aij/seq/essl/essl.c
/petsc/src/mat/impls/aij/seq/inode2.c
/petsc/src/mat/impls/aij/seq/lusol/lusol.c
/petsc/src/mat/impls/aij/seq/matlab/aijmatlab.c
/petsc/src/mat/impls/aij/seq/seqcusp/aijcusp.cu
/petsc/src/mat/impls/aij/seq/seqcusparse/aijcusparse.cu
/petsc/src/mat/impls/aij/seq/superlu/superlu.c
/petsc/src/mat/impls/aij/seq/umfpack/umfpack.c
/petsc/src/mat/impls/baij/mpi/bstream/mpibstream.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/bstream/bstream.c
/petsc/src/mat/impls/baij/seq/bstream/bstrmfact.c
/petsc/src/mat/impls/blockmat/seq/blockmat.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/elemental/matelem.cxx
/petsc/src/mat/impls/fft/fftw/fftw.c
/petsc/src/mat/impls/is/matis.c
/petsc/src/mat/impls/maij/maij.c
/petsc/src/mat/impls/mffd/mffd.c
/petsc/src/mat/impls/mffd/mffddef.c
/petsc/src/mat/impls/mffd/mfregis.c
/petsc/src/mat/impls/mffd/wp.c
/petsc/src/mat/impls/nest/matnest.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/mpi/sbstream/mpisbstream.c
/petsc/src/mat/impls/sbaij/seq/cholmod/sbaijcholmod.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbstream/sbstream.c
/petsc/src/mat/impls/sbaij/seq/sbstream/sbstrmfact.c
/petsc/src/mat/interface/matreg.c
/petsc/src/mat/interface/matregis.c
/petsc/src/mat/order/sorder.c
/petsc/src/mat/order/sregis.c
/petsc/src/mat/partition/impls/chaco/chaco.c
/petsc/src/mat/partition/impls/party/party.c
/petsc/src/mat/partition/impls/scotch/scotch.c
/petsc/src/mat/partition/partition.c
/petsc/src/mat/partition/spartition.c
/petsc/src/snes/impls/ms/ms.c
/petsc/src/snes/impls/multiblock/multiblock.c
/petsc/src/snes/impls/nasm/nasm.c
/petsc/src/snes/impls/ncg/snesncg.c
/petsc/src/snes/impls/ngmres/snesngmres.c
/petsc/src/snes/impls/qn/qn.c
/petsc/src/snes/impls/shell/ftn-custom/zsnesshellf.c
/petsc/src/snes/impls/shell/snesshell.c
/petsc/src/snes/impls/vi/rs/virs.c
/petsc/src/snes/impls/vi/rsaug/virsaug.c
/petsc/src/snes/impls/vi/ss/viss.c
/petsc/src/snes/impls/vi/vi.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/interface/snesregi.c
/petsc/src/snes/linesearch/interface/linesearch.c
/petsc/src/snes/linesearch/interface/linesearchregi.c
/petsc/src/snes/mf/snesmfj.c
draw/interface/drawreg.c
draw/interface/drawregall.c
random/interface/randreg.c
viewer/impls/ams/ams.c
viewer/impls/ascii/filev.c
viewer/impls/binary/binv.c
viewer/impls/matlab/vmatlab.c
viewer/impls/vtk/vtkv.c
viewer/impls/vu/petscvu.c
viewer/interface/viewreg.c
viewer/interface/viewregall.c
/petsc/src/sys/dll/reg.c
/petsc/src/sys/objects/inherit.c
/petsc/src/sys/threadcomm/interface/threadcomm.c
/petsc/src/sys/threadcomm/interface/threadcommregi.c
/petsc/src/ts/adapt/interface/tsadapt.c
/petsc/src/ts/characteristic/interface/characteristic.c
/petsc/src/ts/characteristic/interface/mocregis.c
/petsc/src/ts/impls/arkimex/arkimex.c
/petsc/src/ts/impls/explicit/rk/rk.c
/petsc/src/ts/impls/explicit/ssp/ssp.c
/petsc/src/ts/impls/implicit/alpha/alpha.c
/petsc/src/ts/impls/implicit/gl/gl.c
/petsc/src/ts/impls/implicit/gl/gladapt.c
/petsc/src/ts/impls/implicit/sundials/sundials.c
/petsc/src/ts/impls/implicit/theta/theta.c
/petsc/src/ts/impls/pseudo/posindep.c
/petsc/src/ts/impls/rosw/rosw.c
/petsc/src/ts/interface/tsreg.c
/petsc/src/ts/interface/tsregall.c
/petsc/src/vec/is/ao/interface/aoreg.c
/petsc/src/vec/is/ao/interface/aoregall.c
/petsc/src/vec/is/is/impls/block/block.c
/petsc/src/vec/is/is/impls/general/general.c
/petsc/src/vec/is/is/impls/stride/stride.c
/petsc/src/vec/is/is/interface/isreg.c
/petsc/src/vec/is/is/interface/isregall.c
/petsc/src/vec/is/sf/impls/window/sfwindow.c
/petsc/src/vec/is/sf/interface/sfregi.c
/petsc/src/vec/pf/interface/pf.c
/petsc/src/vec/pf/interface/pfall.c
/petsc/src/vec/vec/impls/mpi/pbvec.c
/petsc/src/vec/vec/impls/nest/vecnest.c
/petsc/src/vec/vec/impls/seq/bvec2.c
/petsc/src/vec/vec/interface/vecreg.c
/petsc/src/vec/vec/interface/vecregall.c
d4349b4326-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

removed path and MPI_Comm arguments from PetscFunctionListFind/Add()

1...<<51525354555657585960>>...64