History log of /petsc/src/ksp/pc/impls/ (Results 4401 – 4425 of 5239)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
d09a07f429-Jun-2010 Barry Smith <bsmith@mcs.anl.gov>

removed unneeded and illegal fact temp variables

Hg-commit: b0e3cddac8ff386121e3367e72d44fe7a0d69ec3

a1f19f5a28-Jun-2010 Hong Zhang <hzhang@mcs.anl.gov>

call MatGetFactor() from MatFactorGetSolverPackage() to enable user set procedural options for external direct solvers
rename MatMumpsSetIcntl() to MatSetMumpsIcntl()

Hg-commit: c69e747aa4639aaeccec

call MatGetFactor() from MatFactorGetSolverPackage() to enable user set procedural options for external direct solvers
rename MatMumpsSetIcntl() to MatSetMumpsIcntl()

Hg-commit: c69e747aa4639aaeccec3b85fa7839fc82edbd0d

show more ...


/petsc/bin/maint/cmakegen.py
/petsc/bin/maint/mattwillhatethis.py
/petsc/config/PETSc/Configure.py
/petsc/config/PETSc/packages/Scotch.py
/petsc/config/PETSc/packages/SuperLU_DIST.py
/petsc/config/builder.py
/petsc/config/examples/arch-cuda.py
/petsc/include/finclude/ftn-custom/petscda.h90
/petsc/include/finclude/ftn-custom/petscmat.h90
/petsc/include/petscmat.h
/petsc/include/private/petscimpl.h
/petsc/include/private/vecimpl.h
/petsc/src/dm/da/examples/tutorials/ex11f90.F
/petsc/src/dm/da/examples/tutorials/makefile
/petsc/src/dm/da/src/dagetarray.c
/petsc/src/dm/da/src/dainterp.c
/petsc/src/dm/da/src/f90-custom/zda1f90.c
/petsc/src/docs/website/developers/index.html
/petsc/src/docs/website/documentation/codemanagement.html
/petsc/src/docs/website/documentation/linearsolvertable.html
/petsc/src/docs/website/features/index.html
/petsc/src/docs/website/miscellaneous/acknwldg.html
/petsc/src/docs/website/miscellaneous/funding.html
/petsc/src/ksp/ksp/examples/tutorials/ex1.c
/petsc/src/ksp/ksp/examples/tutorials/ex2.c
factor/cholesky/cholesky.c
factor/factimpl.c
factor/icc/icc.c
factor/ilu/ilu.c
factor/lu/lu.c
/petsc/src/mat/examples/tests/ex125.c
/petsc/src/mat/examples/tests/ex130.c
/petsc/src/mat/examples/tests/ex131.c
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/shell/shell.c
/petsc/src/mat/interface/matrix.c
/petsc/src/snes/examples/tests/ex14f.F
/petsc/src/snes/examples/tutorials/ex5.c
/petsc/src/sys/f90-src/f90_cwrap.c
/petsc/src/sys/f90-src/fsrc/f90_fwrap.F
/petsc/src/sys/makefile
/petsc/src/sys/totalview/makefile
/petsc/src/sys/totalview/tv_data_display.c
/petsc/src/sys/totalview/tv_data_display.h
/petsc/src/vec/vec/examples/tutorials/ex1.c
/petsc/src/vec/vec/impls/seq/bvec1.c
/petsc/src/vec/vec/impls/seq/bvec2.c
/petsc/src/vec/vec/impls/seq/dvec2.c
/petsc/src/vec/vec/interface/ftn-custom/zvectorf.c
/petsc/src/vec/vec/interface/vector.c
c5d2311d22-Jun-2010 Jed Brown <jed@59A2.org>

Implement reduced factorizations D, LD, DU, LDU for PCFieldSplit/Schur

Hg-commit: 8c53b97172c2bbbfd2ef0c3318976db8c5d6b15d

5a586d8220-Jun-2010 Barry Smith <bsmith@mcs.anl.gov>

removed many unused variables
small amount of reformating
added use of all arguments in MPIUNI call to prevent complaints about unused values

Hg-commit: f1e85e77153d4207c8ab2522ae8e9ec72b7358ec

7e8c30b618-Jun-2010 Jed Brown <jed@59A2.org>

fieldsplit: close splitname leak

Hg-commit: d4326b41c172e055b518874d38a9d27d8347b3e9

3ba3408d18-Jun-2010 Matthew G Knepley <knepley@gmail.com>

Finally fixed ML

Hg-commit: a9fb6da56033f52b8dc6886316032032f3432557

126c6ab217-Jun-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 6addaa37d59f2b7c368804ac1de01b736713cb1f

67d6f15017-Jun-2010 Matthew G Knepley <knepley@gmail.com>

Fixed MatMultAdd() in ML

Hg-commit: 37cc00fbb62c7bb5a8798e59b722e067d4d90be4

121471ad16-Jun-2010 Barry Smith <bsmith@mcs.anl.gov>

fixed Eisenstat preconditioner to NOT use same vector for both arguments to MatSOR()

Hg-commit: 3b6f7be62d1494ea394657d3405c5d96dc506ed4

3649974f16-Jun-2010 Barry Smith <bsmith@mcs.anl.gov>

changed many VecGetArray() to VecGetArrayRead()

Hg-commit: d7f64a5632750c1ca905eea86db48747b7367a8a


/petsc/bin/taucc.py
/petsc/config/PETSc/Configure.py
/petsc/config/PETSc/packages/ams.py
/petsc/config/PETSc/packages/java.py
/petsc/config/PETSc/packages/ml.py
/petsc/config/PETSc/utilities/languages.py
/petsc/include/petsc.h
/petsc/include/petscao.h
/petsc/include/petscda.h
/petsc/include/petscmesh.h
/petsc/include/petscsys.h
/petsc/include/petscvec.h
/petsc/include/private/daimpl.h
/petsc/include/private/petscimpl.h
/petsc/include/private/vecimpl.h
/petsc/src/dm/ao/impls/basic/aobasic.c
/petsc/src/dm/ao/impls/mapping/aomapping.c
/petsc/src/dm/ao/interface/dlregisdm.c
/petsc/src/dm/da/examples/tests/ex13.c
/petsc/src/dm/da/examples/tests/ex23.c
/petsc/src/dm/da/examples/tests/ex33.c
/petsc/src/dm/da/examples/tests/makefile
/petsc/src/dm/da/examples/tutorials/ex9.c
/petsc/src/dm/da/src/da2.c
/petsc/src/dm/da/src/da3.c
/petsc/src/dm/da/src/dacorn.c
/petsc/src/dm/da/src/dacreate.c
/petsc/src/dm/da/src/dadist.c
/petsc/src/dm/da/src/daload.c
/petsc/src/dm/da/src/daview.c
/petsc/src/dm/da/src/gr1.c
/petsc/src/dm/da/src/gr2.c
/petsc/src/dm/f90-mod/petscdmmod.F
/petsc/src/dm/mesh/section.c
/petsc/src/docs/website/documentation/ams.html
/petsc/src/docs/website/documentation/bugreporting.html
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/docs/website/documentation/changes/index.html
/petsc/src/docs/website/documentation/codemanagement.html
/petsc/src/docs/website/documentation/copyright.html
/petsc/src/docs/website/documentation/faq.html
/petsc/src/docs/website/documentation/index.html
/petsc/src/docs/website/documentation/installation.html
/petsc/src/docs/website/documentation/referencing.html
/petsc/src/docs/website/documentation/tutorials/index.html
/petsc/src/docs/website/documentation/zope.html
/petsc/src/docs/website/index.html
/petsc/src/ksp/f90-mod/petsckspmod.F
/petsc/src/ksp/ksp/examples/tests/ex12f.F
/petsc/src/ksp/ksp/examples/tests/ex16f.F
/petsc/src/ksp/ksp/examples/tests/ex18.c
/petsc/src/ksp/ksp/examples/tests/ex25.c
/petsc/src/ksp/ksp/examples/tests/ex27.c
/petsc/src/ksp/ksp/examples/tests/ex30.c
/petsc/src/ksp/ksp/examples/tests/ex32.c
/petsc/src/ksp/ksp/examples/tests/ex6.c
/petsc/src/ksp/ksp/examples/tests/ex7.c
/petsc/src/ksp/ksp/examples/tutorials/ex10.c
/petsc/src/ksp/ksp/examples/tutorials/ex27.c
/petsc/src/ksp/ksp/examples/tutorials/ex41.c
/petsc/src/ksp/ksp/interface/itfunc.c
redistribute/redistribute.c
/petsc/src/ksp/pc/interface/precon.c
/petsc/src/makefile
/petsc/src/mat/examples/tests/ex130.c
/petsc/src/mat/examples/tests/ex34.c
/petsc/src/mat/examples/tests/ex62.c
/petsc/src/mat/examples/tests/ex73.c
/petsc/src/mat/examples/tests/ex81.c
/petsc/src/mat/examples/tutorials/ex12.c
/petsc/src/mat/examples/tutorials/ex13.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/aij/seq/cholmod/makefile
/petsc/src/mat/impls/aij/seq/inode.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/baij2.c
/petsc/src/mat/impls/baij/seq/baijfact2.c
/petsc/src/mat/impls/blockmat/seq/blockmat.c
/petsc/src/mat/impls/feti/feti.c
/petsc/src/mat/impls/maij/maij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/cholmod/makefile
/petsc/src/mat/impls/sbaij/seq/relax.h
/petsc/src/mat/impls/sbaij/seq/sbaijfact2.c
/petsc/src/mat/interface/matrix.c
/petsc/src/snes/examples/tutorials/ex26.c
/petsc/src/snes/examples/tutorials/ex29.c
/petsc/src/snes/f90-mod/petscsnesmod.F
/petsc/src/sys/ams/java/makefile
/petsc/src/sys/ams/makefile
/petsc/src/sys/f90-mod/makefile
/petsc/src/sys/f90-mod/petscsysmod.F
/petsc/src/sys/objects/aoptions.c
/petsc/src/sys/random/interface/random.c
/petsc/src/sys/utils/str.c
/petsc/src/sys/viewer/impls/ams/ams.c
/petsc/src/sys/viewer/impls/makefile
/petsc/src/sys/viewer/interface/viewregall.c
/petsc/src/ts/f90-mod/petsctsmod.F
/petsc/src/vec/vec/examples/tests/ex20f.F
/petsc/src/vec/vec/examples/tutorials/ex1.c
/petsc/src/vec/vec/examples/tutorials/ex10.c
/petsc/src/vec/vec/examples/tutorials/ex19.c
/petsc/src/vec/vec/examples/tutorials/ex42.c
/petsc/src/vec/vec/examples/tutorials/ex42a.c
/petsc/src/vec/vec/examples/tutorials/ex5.c
/petsc/src/vec/vec/impls/dvecimpl.h
/petsc/src/vec/vec/impls/mpi/pbvec.c
/petsc/src/vec/vec/impls/mpi/pdvec.c
/petsc/src/vec/vec/impls/mpi/pvec2.c
/petsc/src/vec/vec/impls/seq/bvec1.c
/petsc/src/vec/vec/impls/seq/bvec2.c
/petsc/src/vec/vec/impls/seq/dvec2.c
/petsc/src/vec/vec/interface/ftn-custom/zvectorf.c
/petsc/src/vec/vec/interface/rvector.c
/petsc/src/vec/vec/interface/vecreg.c
/petsc/src/vec/vec/interface/vector.c
/petsc/src/vec/vec/utils/ftn-custom/makefile
/petsc/src/vec/vec/utils/vecio.c
/petsc/tutorials/tmp/ex1f90.F
1773d88409-Jun-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: b8ceb50b98ab67bf8cb250cdd95a4dda3c00f489

1ae3d29c07-Jun-2010 Barry Smith <bsmith@mcs.anl.gov>

fixed amsoptions.java to use default localhost
amsoptions code now handles all options and snes ex19 runs to completion
still some glitches, cannot handle changing type.

Hg-commit: 3a2988280069fa75d

fixed amsoptions.java to use default localhost
amsoptions code now handles all options and snes ex19 runs to completion
still some glitches, cannot handle changing type.

Hg-commit: 3a2988280069fa75d8bacfad2ac6478e41eb2d3d

show more ...

fa4a389206-Jun-2010 Jed Brown <jed@59A2.org>

PCASMSetTotalSubdomains_ASM: prototype may as well match PCASMSetTotalSubdomains

Hg-commit: 78c71b6654af44f1abf89abd4c1ca6132d20e1e3

10bd88b906-Jun-2010 Jed Brown <jed@59A2.org>

asm: VecSet -> VecZeroEntries

Hg-commit: 927e7cb3b6d73bd2a9daace953734152dd328b03

3d03bb4806-Jun-2010 Jed Brown <jed@59A2.org>

PCASMCreateSubdomains2D: provide both overlapping and nonoverlapping index sets (is and is_local)

* Indicate user-specified overlap with osm->overlap == -1
* Clean up documentation and reporting of

PCASMCreateSubdomains2D: provide both overlapping and nonoverlapping index sets (is and is_local)

* Indicate user-specified overlap with osm->overlap == -1
* Clean up documentation and reporting of overlap for user-specified overlap
* Don't increase overlap for user-specified subdomains

Hg-commit: e331897b281528e947bf569a03879dee1bdcfe5d

show more ...

9292722606-Jun-2010 Barry Smith <bsmith@mcs.anl.gov>

changed PCILU to automatically switch to MAT_SHIFT_INBLOCKS for block matrices since they do not support nonzero shift.

Hg-commit: 37e323e1d2fdb97f8b6f379ca0d46554880d4efe


/petsc/bin/maint/cmakegen.py
/petsc/conf/test
/petsc/config/PETSc/Configure.py
/petsc/config/PETSc/packages/cuda.py
/petsc/config/builder.py
/petsc/config/configure.py
/petsc/include/petscmat.h
/petsc/include/petscmesh_solvers.hh
/petsc/include/petscvec.h
/petsc/include/petscversion.h
/petsc/include/private/vecimpl.h
/petsc/src/dm/da/examples/tests/ex20.c
/petsc/src/dm/da/examples/tests/ex23.c
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/docs/website/download/index.html
factor/ilu/ilu.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aij.h
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/aij/seq/inode.c
/petsc/src/mat/impls/aij/seq/umfpack/umfpack.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/baijfact2.c
/petsc/src/mat/impls/baij/seq/baijfact3.c
/petsc/src/mat/impls/blockmat/seq/blockmat.c
/petsc/src/mat/impls/dd/matdd.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/cholmod/cholmod.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.h
/petsc/src/mat/interface/matrix.c
/petsc/src/sys/dll/dlimpl.c
/petsc/src/sys/error/adebug.c
/petsc/src/sys/utils/psleep.c
/petsc/src/sys/viewer/impls/ams/makefile
/petsc/src/sys/viewer/impls/binary/binv.c
/petsc/src/ts/impls/implicit/theta/theta.c
/petsc/src/vec/vec/examples/tutorials/ex10.c
/petsc/src/vec/vec/examples/tutorials/makefile
/petsc/src/vec/vec/impls/mpi/pbvec.c
/petsc/src/vec/vec/impls/seq/bvec2.c
/petsc/src/vec/vec/utils/vecio.c
357fed3d04-Jun-2010 Barry Smith <bsmith@mcs.anl.gov>

clarify why something is a macro MatSeqXAIJReallocateAIJ
make ILU shift default to shift nonzero NOT shift in block

Hg-commit: caed971d3165d970d5d268727e8913640ff687c4


/petsc/bin/maint/cmakeboot.py
/petsc/bin/maint/cmakegen.py
/petsc/config/PETSc/Configure.py
/petsc/config/PETSc/packages/blopex.py
/petsc/config/configure.py
/petsc/include/petscksp.h
/petsc/include/petscmesh_solvers.hh
/petsc/include/petscoptions.h
/petsc/include/petscpc.h
/petsc/include/petscsnes.h
/petsc/include/petscsys.h
/petsc/include/petscviewer.h
/petsc/include/private/vecimpl.h
/petsc/include/sieve/problem/Base.hh
/petsc/include/sieve/problem/Bratu.hh
/petsc/src/characteristic/characteristicimpl.h
/petsc/src/characteristic/examples/makefile
/petsc/src/characteristic/examples/tutorials/ex1.c
/petsc/src/characteristic/examples/tutorials/ex2.c
/petsc/src/characteristic/examples/tutorials/ex4.c
/petsc/src/characteristic/examples/tutorials/makefile
/petsc/src/characteristic/impls/da/makefile
/petsc/src/characteristic/impls/da/slda.c
/petsc/src/characteristic/impls/da/slda.h
/petsc/src/characteristic/impls/makefile
/petsc/src/characteristic/interface/characteristic.c
/petsc/src/characteristic/interface/makefile
/petsc/src/characteristic/interface/mocregis.c
/petsc/src/characteristic/interface/slregis.c
/petsc/src/characteristic/makefile
/petsc/src/contrib/blopex/driver/driver.c
/petsc/src/contrib/blopex/driver_diag/driver_diag.c
/petsc/src/contrib/blopex/driver_diag/makefile
/petsc/src/contrib/blopex/driver_fiedler/driver_fiedler.c
/petsc/src/contrib/blopex/driver_fortran/blopex_c.c
/petsc/src/contrib/blopex/petsc-interface/petsc-interface.c
/petsc/src/contrib/blopex/petsc-interface/petsc-interface.h
/petsc/src/dm/mesh/examples/tutorials/bratu.cxx
/petsc/src/dm/mesh/examples/tutorials/makefile
/petsc/src/dm/mesh/examples/tutorials/stokes.cxx
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/website/documentation/changes/31.html
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/docs/website/documentation/faq.html
/petsc/src/docs/website/documentation/zope.html
/petsc/src/docs/website/documentation/zope.png
/petsc/src/docs/website/download/index.html
/petsc/src/docs/website/index.html
/petsc/src/ksp/ksp/impls/gmres/borthog.c
/petsc/src/ksp/ksp/impls/gmres/borthog2.c
/petsc/src/ksp/ksp/impls/gmres/fgmres/fgmres.c
/petsc/src/ksp/ksp/impls/gmres/gmpre.c
/petsc/src/ksp/ksp/impls/gmres/gmres.c
/petsc/src/ksp/ksp/impls/gmres/gmres2.c
/petsc/src/ksp/ksp/impls/gmres/lgmres/lgmres.c
/petsc/src/ksp/pc/examples/tutorials/ex3.c
/petsc/src/ksp/pc/examples/tutorials/makefile
factor/ilu/ilu.c
/petsc/src/makefile
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aij.h
/petsc/src/mat/impls/aij/seq/inode.c
/petsc/src/mat/impls/aij/seq/inode2.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/baij2.c
/petsc/src/mat/impls/blockmat/seq/blockmat.c
/petsc/src/mat/impls/mffd/mffd.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij2.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matfd/fdmatrix.c
/petsc/src/snes/examples/tutorials/ex27.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/output/ex19_10.out
/petsc/src/snes/examples/tutorials/output/ex19_13.out
/petsc/src/snes/examples/tutorials/output/ex19_6.out
/petsc/src/snes/examples/tutorials/output/ex19_7.out
/petsc/src/snes/examples/tutorials/output/ex19_9.out
/petsc/src/snes/examples/tutorials/output/ex5_5.out
/petsc/src/snes/impls/ksponly/ksponly.c
/petsc/src/snes/impls/ksponly/makefile
/petsc/src/snes/impls/ls/ftn-custom/zlsparamsf.c
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/impls/ls/lsparams.c
/petsc/src/snes/impls/makefile
/petsc/src/snes/interface/snesregi.c
/petsc/src/sys/ams/java/amsoptions.java
/petsc/src/sys/ams/java/readme
/petsc/src/sys/ams/makefile
/petsc/src/sys/ams/pams.c
/petsc/src/sys/makefile
/petsc/src/sys/objects/aoptions.c
/petsc/src/sys/objects/inherit.c
/petsc/src/sys/objects/options.c
/petsc/src/sys/viewer/impls/ams/ams.c
/petsc/src/sys/viewer/impls/ams/amsopen.c
/petsc/src/sys/viewer/impls/ams/makefile
/petsc/src/sys/viewer/impls/makefile
/petsc/src/sys/viewer/interface/viewregall.c
/petsc/src/vec/vec/examples/tutorials/ex1.c
/petsc/src/vec/vec/impls/mpi/pbvec.c
/petsc/src/vec/vec/impls/seq/bvec2.c
/petsc/src/vec/vec/utils/comb.c
/petsc/src/vec/vec/utils/vinv.c
/petsc/tutorials/multiphysics/output/mp_10.out
/petsc/tutorials/multiphysics/output/mp_5.out
/petsc/tutorials/multiphysics/output/mp_6.out
/petsc/tutorials/multiphysics/output/mp_9.out
/petsc/tutorials/multiphysicsNonlinear/mp1.c
d57768e723-May-2010 Barry Smith <bsmith@mcs.anl.gov>

fixed MATORDERING_xxx I missed when I dropped the _ from various XXXType names

Hg-commit: e51d3588701d8722510e4edb04d52e907153c627

2692d6ee22-May-2010 Barry Smith <bsmith@mcs.anl.gov>

fixed XXXType #define names that had underscores in them such as MAT_SOLVER_SUPERLU MATORDERING_ND or PETSC_VIEWER_ASCII to not have _ also updated style guide to clearly indicate this.

Hg-commit: 9

fixed XXXType #define names that had underscores in them such as MAT_SOLVER_SUPERLU MATORDERING_ND or PETSC_VIEWER_ASCII to not have _ also updated style guide to clearly indicate this.

Hg-commit: 9ee752148eed3df65feb0f7eb0686798c3c0621b

show more ...


/petsc/bin/maint/generateetags.py
/petsc/bin/maint/iphonebuilder.py
/petsc/conf/rules
/petsc/config/PETSc/Configure.py
/petsc/config/PETSc/packages/petsc4py.py
/petsc/config/examples/arch-iphone.py
/petsc/include/adic/adintrinsics.h
/petsc/include/finclude/petscmatdef.h
/petsc/include/finclude/petscviewerdef.h
/petsc/include/mpiuni/mpi.h
/petsc/include/petscerror.h
/petsc/include/petscksp.h
/petsc/include/petscmat.h
/petsc/include/petscmath.h
/petsc/include/petscmesh_solvers.hh
/petsc/include/petscmesh_viewers.hh
/petsc/include/petscviewer.h
/petsc/include/sieve/Distribution.hh
/petsc/include/sieve/Numbering.hh
/petsc/include/sieve/problem/Bratu.hh
/petsc/include/sieve/problem/Ex_UFC.hh
/petsc/include/sieve/problem/LaplaceBEM.hh
/petsc/src/dm/ao/impls/basic/aobasic.c
/petsc/src/dm/ao/impls/mapping/aomapping.c
/petsc/src/dm/da/examples/tests/ex32.c
/petsc/src/dm/da/src/da1.c
/petsc/src/dm/da/src/da2.c
/petsc/src/dm/da/src/da3.c
/petsc/src/dm/da/src/dacorn.c
/petsc/src/dm/da/src/daload.c
/petsc/src/dm/da/src/daview.c
/petsc/src/dm/da/src/gr2.c
/petsc/src/dm/da/utils/pack.c
/petsc/src/dm/mesh/examples/tests/mesh2.cxx
/petsc/src/dm/mesh/examples/tests/operator1.cxx
/petsc/src/dm/mesh/examples/tests/refinementTest.cxx
/petsc/src/dm/mesh/examples/tutorials/bratu_ufc.cxx
/petsc/src/dm/mesh/examples/tutorials/electrostatic.cxx
/petsc/src/dm/mesh/examples/tutorials/ex1.c
/petsc/src/dm/mesh/examples/tutorials/ex10.cxx
/petsc/src/dm/mesh/examples/tutorials/ex12.cxx
/petsc/src/dm/mesh/examples/tutorials/ex2.c
/petsc/src/dm/mesh/examples/tutorials/ex3.c
/petsc/src/dm/mesh/examples/tutorials/ex5.c
/petsc/src/dm/mesh/examples/tutorials/ex6.c
/petsc/src/dm/mesh/examples/tutorials/ex7.c
/petsc/src/dm/mesh/examples/tutorials/ex_coarsen.c
/petsc/src/dm/mesh/examples/tutorials/ex_coarsen.h
/petsc/src/dm/mesh/examples/tutorials/ex_coarsen_2.c
/petsc/src/dm/mesh/examples/tutorials/ex_coarsen_3.c
/petsc/src/dm/mesh/examples/tutorials/fetidp.cxx
/petsc/src/dm/mesh/examples/tutorials/fvTest.cxx
/petsc/src/dm/mesh/examples/tutorials/grade2.cxx
/petsc/src/dm/mesh/examples/tutorials/ionChannel.cxx
/petsc/src/dm/mesh/examples/tutorials/laplaceBEM1.hh
/petsc/src/dm/mesh/examples/tutorials/mesh_surgery.cxx
/petsc/src/dm/mesh/examples/tutorials/mixedpoisson.cxx
/petsc/src/dm/mesh/examples/tutorials/navierStokes.cxx
/petsc/src/dm/mesh/examples/tutorials/refinement.cxx
/petsc/src/dm/mesh/examples/tutorials/stokes.cxx
/petsc/src/dm/mesh/examples/tutorials/stokesPeriodic.cxx
/petsc/src/dm/mesh/examples/tutorials/subduction.cxx
/petsc/src/dm/mesh/examples/tutorials/watson.cxx
/petsc/src/dm/mesh/impls/cartesian/cartesian.c
/petsc/src/dm/mesh/mesh.c
/petsc/src/dm/mesh/meshbardhan.c
/petsc/src/dm/mesh/meshlagrit.c
/petsc/src/dm/mesh/meshpcice.c
/petsc/src/dm/mesh/meshpylith.c
/petsc/src/dm/mesh/section.c
/petsc/src/docs/tex/manual/developers.tex
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/docs/website/documentation/linearsolvertable.html
/petsc/src/docs/website/documentation/zope.html
/petsc/src/ksp/ksp/examples/tutorials/ex2.c
/petsc/src/ksp/ksp/examples/tutorials/ex33.c
/petsc/src/ksp/ksp/examples/tutorials/ex35.c
/petsc/src/ksp/ksp/examples/tutorials/ex37.c
/petsc/src/ksp/ksp/examples/tutorials/ex43.c
/petsc/src/ksp/ksp/impls/bcgsl/bcgsl.c
/petsc/src/ksp/ksp/impls/broyden/broyden.c
/petsc/src/ksp/ksp/impls/cg/cg.c
/petsc/src/ksp/ksp/impls/cheby/cheby.c
/petsc/src/ksp/ksp/impls/gcr/gcr.c
/petsc/src/ksp/ksp/impls/gmres/gmres.c
/petsc/src/ksp/ksp/impls/gmres/lgmres/lgmres.c
/petsc/src/ksp/ksp/impls/lcd/lcd.c
/petsc/src/ksp/ksp/impls/makefile
/petsc/src/ksp/ksp/impls/ngmres/makefile
/petsc/src/ksp/ksp/impls/ngmres/ngmres.c
/petsc/src/ksp/ksp/impls/ngmres/ngmresimpl.h
/petsc/src/ksp/ksp/impls/rich/rich.c
/petsc/src/ksp/ksp/interface/itcreate.c
/petsc/src/ksp/ksp/interface/iterativ.c
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/ksp/interface/itregis.c
asa/asa.c
asm/asm.c
bjacobi/bjacobi.c
composite/composite.c
eisens/eisen.c
factor/cholesky/cholesky.c
factor/factimpl.c
factor/factor.c
factor/icc/icc.c
factor/ilu/ilu.c
factor/lu/lu.c
fieldsplit/fieldsplit.c
galerkin/galerkin.c
hypre/hypre.c
ksp/pcksp.c
mg/mg.c
openmp/openmp.c
redistribute/redistribute.c
redundant/redundant.c
shell/shellpc.c
sor/sor.c
spai/ispai.c
supportgraph/supportgraph.c
wb/wb.c
/petsc/src/ksp/pc/interface/pcset.c
/petsc/src/ksp/pc/interface/precon.c
/petsc/src/mat/color/color.c
/petsc/src/mat/color/scolor.c
/petsc/src/mat/examples/tests/ex1.c
/petsc/src/mat/examples/tests/ex103.c
/petsc/src/mat/examples/tests/ex106.c
/petsc/src/mat/examples/tests/ex107.c
/petsc/src/mat/examples/tests/ex117.c
/petsc/src/mat/examples/tests/ex125.c
/petsc/src/mat/examples/tests/ex126f.F
/petsc/src/mat/examples/tests/ex128.c
/petsc/src/mat/examples/tests/ex129.c
/petsc/src/mat/examples/tests/ex13.c
/petsc/src/mat/examples/tests/ex130.c
/petsc/src/mat/examples/tests/ex15.c
/petsc/src/mat/examples/tests/ex17.c
/petsc/src/mat/examples/tests/ex22.c
/petsc/src/mat/examples/tests/ex28.c
/petsc/src/mat/examples/tests/ex30.c
/petsc/src/mat/examples/tests/ex6.c
/petsc/src/mat/examples/tests/ex62.c
/petsc/src/mat/examples/tests/ex68.c
/petsc/src/mat/examples/tests/ex7.c
/petsc/src/mat/examples/tests/ex74.c
/petsc/src/mat/examples/tests/ex76.c
/petsc/src/mat/examples/tests/ex77.c
/petsc/src/mat/examples/tutorials/ex1.c
/petsc/src/mat/impls/adj/mpi/mpiadj.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/impls/aij/mpi/pastix/pastix.c
/petsc/src/mat/impls/aij/mpi/spooles/mpiaijspooles.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/aijfact.c
/petsc/src/mat/impls/aij/seq/bas/spbas.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/spooles/aijspooles.c
/petsc/src/mat/impls/aij/seq/superlu/superlu.c
/petsc/src/mat/impls/aij/seq/umfpack/umfpack.c
/petsc/src/mat/impls/baij/mpi/dscpack/dscpack.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/baij.h
/petsc/src/mat/impls/baij/seq/baijfact.c
/petsc/src/mat/impls/baij/seq/baijfact2.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/feti/feti.c
/petsc/src/mat/impls/mffd/mffd.c
/petsc/src/mat/impls/mffd/mffddef.c
/petsc/src/mat/impls/mffd/wp.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/spooles/sbaijspooles.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matfd/fdmatrix.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/jostle/jostle.c
/petsc/src/mat/partition/impls/party/party.c
/petsc/src/mat/partition/impls/pmetis/pmetis.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/matio.c
/petsc/src/semiLagrange/impls/da/slda.c
/petsc/src/semiLagrange/interface/characteristic.c
/petsc/src/snes/examples/tests/ex1.c
/petsc/src/snes/examples/tests/ex14f.F
/petsc/src/snes/examples/tests/ex1f.F
/petsc/src/snes/examples/tutorials/ex10d/ex10.c
/petsc/src/snes/examples/tutorials/ex26.c
/petsc/src/snes/examples/tutorials/ex45.c
/petsc/src/snes/examples/tutorials/ex48.c
/petsc/src/snes/examples/tutorials/ex5.c
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/impls/picard/picard.c
/petsc/src/snes/impls/tr/tr.c
/petsc/src/snes/interface/noise/snesmfj2.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/utils/damg.c
/petsc/src/snes/utils/damgsnes.c
/petsc/src/sys/adic/utils/makefile
/petsc/src/sys/adic/utils/petscglobal.c
/petsc/src/sys/bag/bag.c
/petsc/src/sys/dll/reg.c
/petsc/src/sys/error/err.c
/petsc/src/sys/fileio/mprint.c
/petsc/src/sys/objects/init.c
/petsc/src/sys/objects/pinit.c
/petsc/src/sys/random/interface/random.c
/petsc/src/sys/viewer/examples/tutorials/ex1.c
/petsc/src/sys/viewer/impls/ascii/filev.c
/petsc/src/sys/viewer/impls/ascii/vcreatea.c
/petsc/src/sys/viewer/impls/binary/binv.c
/petsc/src/sys/viewer/impls/draw/drawv.c
/petsc/src/sys/viewer/impls/hdf5/hdf5v.c
/petsc/src/sys/viewer/impls/matlab/vmatlab.c
/petsc/src/sys/viewer/impls/netcdf/vnetcdf.c
/petsc/src/sys/viewer/impls/silo/vsilo.c
/petsc/src/sys/viewer/impls/socket/send.c
/petsc/src/sys/viewer/impls/string/stringv.c
/petsc/src/sys/viewer/interface/view.c
/petsc/src/sys/viewer/interface/viewreg.c
/petsc/src/sys/viewer/interface/viewregall.c
/petsc/src/ts/examples/tests/ex4.c
/petsc/src/ts/examples/tutorials/ex9.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/interface/ts.c
/petsc/src/vec/is/impls/block/block.c
/petsc/src/vec/is/impls/general/general.c
/petsc/src/vec/is/impls/stride/stride.c
/petsc/src/vec/is/utils/iscoloring.c
/petsc/src/vec/is/utils/isltog.c
/petsc/src/vec/pf/impls/constant/const.c
/petsc/src/vec/pf/impls/matlab/cmatlab.c
/petsc/src/vec/pf/impls/string/cstring.c
/petsc/src/vec/pf/interface/pf.c
/petsc/src/vec/vec/examples/tests/ex22.c
/petsc/src/vec/vec/examples/tutorials/makefile
/petsc/src/vec/vec/impls/mpi/pdvec.c
/petsc/src/vec/vec/impls/seq/bvec2.c
/petsc/src/vec/vec/interface/vector.c
/petsc/src/vec/vec/utils/vecio.c
/petsc/src/vec/vec/utils/vpscat.c
/petsc/src/vec/vec/utils/vscat.c
/petsc/tutorials/tmp/ex1.c
/petsc/xcode/PETSc/PETSc.xcodeproj/barrysmith.mode1v3
/petsc/xcode/PETSc/PETSc.xcodeproj/barrysmith.pbxuser
/petsc/xcode/examples/Classes/iphoneAppDelegate.h
/petsc/xcode/examples/Classes/iphoneAppDelegate.m
/petsc/xcode/examples/Classes/iphoneViewController.h
/petsc/xcode/examples/Classes/iphoneViewController.m
/petsc/xcode/examples/examples.xcodeproj/barrysmith.mode1v3
/petsc/xcode/examples/examples.xcodeproj/barrysmith.pbxuser
/petsc/xcode/examples/examples.xcodeproj/project.pbxproj
/petsc/zope/Extensions/tcpserver.py
/petsc/zope/zope
/petsc/zope/zope.conf
6ba06ab718-May-2010 Hong Zhang <hzhang@mcs.anl.gov>

replace ilu default shifttype SHIFT_NONZERO to SHIFT_INBLOCKS because
shift_nonzero is not supported for baij matrices with bs>1.

Hg-commit: 37f8548c89a6fe45f638d5fe8955616b04085d1f


/petsc/bin/maint/xcodebuilder.py
/petsc/conf/rules
/petsc/conf/variables
/petsc/include/petscmesh_viewers.hh
/petsc/include/petscsys.h
/petsc/include/petscvec.h
/petsc/include/private/matimpl.h
/petsc/include/private/vecimpl.h
/petsc/src/dm/ao/interface/dlregisdm.c
/petsc/src/dm/mesh/mesh.c
/petsc/src/docs/website/miscellaneous/acknwldg.html
/petsc/src/docs/website/miscellaneous/funding.html
/petsc/src/docs/website/miscellaneous/index.html
/petsc/src/docs/website/miscellaneous/mailing-lists.html
/petsc/src/docs/website/miscellaneous/petscthreads.html
/petsc/src/ksp/ksp/interface/dlregisksp.c
factor/ilu/ilu.c
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/aij/seq/inode.c
/petsc/src/mat/impls/baij/seq/baij.h
/petsc/src/mat/impls/baij/seq/baijfact.c
/petsc/src/mat/impls/baij/seq/baijfact11.c
/petsc/src/mat/impls/baij/seq/baijfact2.c
/petsc/src/mat/impls/baij/seq/baijfact3.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact.c
/petsc/src/mat/interface/dlregismat.c
/petsc/src/semiLagrange/impls/da/makefile
/petsc/src/semiLagrange/interface/makefile
/petsc/src/semiLagrange/interface/slregis.c
/petsc/src/snes/interface/dlregissnes.c
/petsc/src/sys/dll/reg.c
/petsc/src/sys/draw/interface/draw.c
/petsc/src/sys/error/adebug.c
/petsc/src/sys/objects/destroy.c
/petsc/src/sys/plog/plog.c
/petsc/src/sys/random/interface/dlregisrand.c
/petsc/src/sys/viewer/impls/mathematica/mathematica.c
/petsc/src/sys/viewer/interface/dlregispetsc.c
/petsc/src/ts/interface/dlregists.c
/petsc/src/vec/vec/impls/mpi/pbvec.c
/petsc/src/vec/vec/impls/seq/bvec2.c
/petsc/src/vec/vec/interface/dlregisvec.c
/petsc/src/vec/vec/utils/vecio.c
/petsc/xcode/PETSc/PETSc.xcodeproj/barrysmith.mode1v3
/petsc/xcode/PETSc/PETSc.xcodeproj/barrysmith.pbxuser
/petsc/xcode/examples/MainWindow.xib
/petsc/xcode/examples/examples-Info.plist
/petsc/xcode/examples/examples.xcodeproj/barrysmith.mode1v3
/petsc/xcode/examples/examples.xcodeproj/barrysmith.pbxuser
/petsc/xcode/examples/examples.xcodeproj/project.pbxproj
/petsc/xcode/examples/examples_Prefix.pch
/petsc/xcode/examples/iphoneViewController.xib
/petsc/xcode/examples/main.m
6c924f4815-May-2010 Jed Brown <jed@59A2.org>

PCFieldSplit: remove command line versus code conflict

* Factor out PCFieldSplitSetRuntimeSplits_Private()

* Splits defined using the options database become permanent, subsequent calls to
PCFiel

PCFieldSplit: remove command line versus code conflict

* Factor out PCFieldSplitSetRuntimeSplits_Private()

* Splits defined using the options database become permanent, subsequent calls to
PCFieldSplitSet(IS|Fields) will not create new splits. This is a problem that
may be slightly confusing, so such cases are logged with PetscInfo.

* Add tests of setting options with both code-defined (string) and options
database (numeric) prefixes.

* Always use PetscSNPrintf() for creating prefixes (note that it now involves
an additional user-defined string)

Hg-commit: 978e0f333fff90b0c3226a36fdc401b53b28895e

show more ...

6685144e15-May-2010 Jed Brown <jed@59A2.org>

PCFieldSplitSetFields const correctness

Hg-commit: a5b881ca83b895cb5aaf65364156d8af6aa895d9

db4c96c114-May-2010 Jed Brown <jed@59A2.org>

PCFieldSplitSetIS() and PCFieldSplitSetFields() now take a split-name parameter.

This is used to define options database keys for controlling the inner solves.

This patch also removes a fragment of

PCFieldSplitSetIS() and PCFieldSplitSetFields() now take a split-name parameter.

This is used to define options database keys for controlling the inner solves.

This patch also removes a fragment of dead code in PCFieldSplitSetDefaults()

Hg-commit: 1e0766c47496eba21827219418d039be3b470b45

show more ...

0005702a12-May-2010 Jed Brown <jed@59A2.org>

ML interface: error needs communicator from something that is in scope.

Hg-commit: 69a9083af90374bb043901e5af2b379bacd0d976

65e19b5011-May-2010 Barry Smith <bsmith@mcs.anl.gov>

the last work I will do on reformatting use of SETERRQX() and passing in the appropriate comm; I am bored to tears

Hg-commit: 9e0ef782022dbdc055a74473b60f135ee06122ac


/petsc/include/petscerror.h
/petsc/include/petscmesh_solvers.hh
/petsc/include/petscsys.h
/petsc/include/private/matimpl.h
/petsc/src/dm/adda/adda.c
/petsc/src/dm/ao/impls/basic/aobasic.c
/petsc/src/dm/da/src/da.c
/petsc/src/dm/da/src/da1.c
/petsc/src/dm/da/src/da2.c
/petsc/src/dm/da/src/da3.c
/petsc/src/dm/da/src/dainterp.c
/petsc/src/dm/da/src/daload.c
/petsc/src/dm/da/src/dalocal.c
/petsc/src/dm/da/src/daltol.c
/petsc/src/dm/da/src/daview.c
/petsc/src/dm/da/src/gr1.c
/petsc/src/dm/da/src/gr2.c
/petsc/src/dm/da/utils/fdda.c
/petsc/src/dm/da/utils/mhyp.c
/petsc/src/dm/da/utils/pack.c
/petsc/src/ksp/ksp/examples/tests/ex27.c
/petsc/src/ksp/ksp/examples/tests/ex30.c
/petsc/src/ksp/ksp/examples/tests/ex31.c
/petsc/src/ksp/ksp/examples/tutorials/ex10.c
/petsc/src/ksp/ksp/impls/bicg/bicg.c
/petsc/src/ksp/ksp/impls/broyden/broyden.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/cgs/cgs.c
/petsc/src/ksp/ksp/impls/cheby/cheby.c
/petsc/src/ksp/ksp/impls/cr/cr.c
/petsc/src/ksp/ksp/impls/gmres/gmres.c
/petsc/src/ksp/ksp/impls/gmres/lgmres/lgmres.c
/petsc/src/ksp/ksp/impls/lcd/lcd.c
/petsc/src/ksp/ksp/impls/lsqr/lsqr.c
/petsc/src/ksp/ksp/impls/minres/minres.c
/petsc/src/ksp/ksp/impls/rich/rich.c
/petsc/src/ksp/ksp/impls/symmlq/symmlq.c
/petsc/src/ksp/ksp/interface/itcreate.c
/petsc/src/ksp/ksp/interface/itregis.c
/petsc/src/ksp/ksp/interface/itres.c
asa/asa.c
asm/asm.c
bjacobi/bjacobi.c
composite/composite.c
eisens/eisen.c
factor/factimpl.c
fieldsplit/fieldsplit.c
galerkin/galerkin.c
hypre/hypre.c
ksp/pcksp.c
mg/mg.c
ml/ml.c
pbjacobi/pbjacobi.c
redistribute/redistribute.c
redundant/redundant.c
sor/sor.c
supportgraph/supportgraph.c
wb/wb.c
/petsc/src/ksp/pc/interface/pcset.c
/petsc/src/ksp/pc/interface/precon.c
/petsc/src/mat/color/color.c
/petsc/src/mat/examples/tests/ex130.c
/petsc/src/mat/impls/aij/mpi/fdmpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpimatmatmult.c
/petsc/src/mat/impls/aij/mpi/mpiptap.c
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/impls/aij/mpi/pastix/pastix.c
/petsc/src/mat/impls/aij/mpi/spooles/mpispooles.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/aijfact.c
/petsc/src/mat/impls/aij/seq/bas/spbas.c
/petsc/src/mat/impls/aij/seq/fdaij.c
/petsc/src/mat/impls/aij/seq/lusol/lusol.c
/petsc/src/mat/impls/aij/seq/matptap.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/baijfact.c
/petsc/src/mat/impls/baij/seq/baijfact2.c
/petsc/src/mat/impls/baij/seq/dgefa.c
/petsc/src/mat/impls/baij/seq/dgefa2.c
/petsc/src/mat/impls/baij/seq/dgefa3.c
/petsc/src/mat/impls/baij/seq/dgefa4.c
/petsc/src/mat/impls/baij/seq/dgefa5.c
/petsc/src/mat/impls/baij/seq/dgefa6.c
/petsc/src/mat/impls/baij/seq/dgefa7.c
/petsc/src/mat/impls/blockmat/seq/blockmat.c
/petsc/src/mat/impls/dd/matdd.c
/petsc/src/mat/utils/axpy.c
/petsc/src/snes/utils/damg.c
/petsc/src/sys/dll/dlimpl.c
/petsc/src/sys/objects/init.c
/petsc/src/sys/objects/pinit.c
/petsc/src/ts/interface/ts.c

1...<<171172173174175176177178179180>>...210