History log of /petsc/src/mat/interface/ (Results 1801 – 1825 of 2756)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
9796ebf413-Jul-2009 Hong Zhang <hzhang@mcs.anl.gov>

patch the bugfix for matgetfactor_() in Fortran interface as reported by [PETSC #19718]

Hg-commit: a0b0bcda56f977d77a6185b6cb0bb30f9f32aa63

9be8172613-Jul-2009 Hong Zhang <hzhang@mcs.anl.gov>

bugfix as reported by [PETSC #19718] possible bug in Petsc - Mumps interface version 3.0.0-p6 for
Fortran

Hg-commit: 1bdbb75d212a87c16946e47117db84745c0839a0


/petsc/.hgignore
/petsc/conf/rules
/petsc/config/PETSc/Configure.py
/petsc/config/PETSc/packages/mpe.py
/petsc/config/configure.py
/petsc/config/examples/asterix32-sun.py
/petsc/config/examples/asterix32.py
/petsc/config/examples/asterix64-openmpi.py
/petsc/config/examples/asterix64-sun.py
/petsc/config/examples/asterix64.py
/petsc/include/finclude/ftn-custom/petscda.h90
/petsc/include/finclude/ftn-custom/petscdadef.h90
/petsc/include/finclude/ftn-custom/petscdahide.h90
/petsc/include/finclude/ftn-custom/petscis.h90
/petsc/include/finclude/ftn-custom/petscisdef.h90
/petsc/include/finclude/ftn-custom/petscishide.h90
/petsc/include/finclude/ftn-custom/petscksp.h90
/petsc/include/finclude/ftn-custom/petsckspdef.h90
/petsc/include/finclude/ftn-custom/petscksphide.h90
/petsc/include/finclude/ftn-custom/petscmat.h90
/petsc/include/finclude/ftn-custom/petscmatdef.h90
/petsc/include/finclude/ftn-custom/petscmathide.h90
/petsc/include/finclude/ftn-custom/petscpc.h90
/petsc/include/finclude/ftn-custom/petscpcdef.h90
/petsc/include/finclude/ftn-custom/petscpchide.h90
/petsc/include/finclude/ftn-custom/petscsnes.h90
/petsc/include/finclude/ftn-custom/petscsnesdef.h90
/petsc/include/finclude/ftn-custom/petscsneshide.h90
/petsc/include/finclude/ftn-custom/petscts.h90
/petsc/include/finclude/ftn-custom/petsctsdef.h90
/petsc/include/finclude/ftn-custom/petsctshide.h90
/petsc/include/finclude/ftn-custom/petscvec.h90
/petsc/include/finclude/ftn-custom/petscvecdef.h90
/petsc/include/finclude/ftn-custom/petscvechide.h90
/petsc/include/finclude/ftn-custom/petscviewer.h90
/petsc/include/finclude/ftn-custom/petscviewerhide.h90
/petsc/include/petscversion.h
/petsc/src/dm/f90-mod/petscdmmod.F
/petsc/src/docs/website/download/index.html
/petsc/src/ksp/ksp/impls/gmres/gmres.c
/petsc/src/ksp/ksp/interface/xmon.c
ftn-custom/zmatrixf.c
/petsc/src/snes/impls/ls/ls.c
/petsc/src/sys/f90-mod/petscmod.F
/petsc/src/sys/mpiuni/f90-mod/makefile
/petsc/src/sys/mpiuni/f90-mod/mpiunimod.F
/petsc/src/sys/mpiuni/makefile
/petsc/src/sys/objects/options.c
/petsc/src/sys/plog/plog.c
/petsc/src/vec/vec/examples/tutorials/makefile
/petsc/src/vec/vec/examples/tutorials/output/ex16_1.out
/petsc/src/vec/vec/utils/vinv.c
dfe085db09-Jul-2009 Jed Brown <jed@59A2.org>

MatGetSchurComplement

This is the proposed interface for getting preconditioning matrices for
the blocks in PC_FieldSplit. The rationale is that when performing
block factorization, various Schur c

MatGetSchurComplement

This is the proposed interface for getting preconditioning matrices for
the blocks in PC_FieldSplit. The rationale is that when performing
block factorization, various Schur complements arise, some of which we
need preconditioners for. Since the Schur complements are generally
dense, the user should normally provide spectrally equivalent operators
(often as assembled matrices). Currently the user would implement
MatGetSchurComplement, but I think it would be nice for matrices to keep
a list of user-provided Schur complements to be used for
preconditioning.

The default preconditioning matrix is the SIMPLE operator, i.e. the
matrix inverse which destroys sparsity is replaced by the inverse of the
diagonal. An alternative would be to use sparse approximate commutators
as in

@article{elman2006bpb,
title={{Block preconditioners based on approximate commutators}},
author={Elman, H. and Howle, V.E. and Shadid, J. and Shuttleworth, R. and Tuminaro, R.},
journal={SIAM Journal on Scientific Computing},
volume={27},
number={5},
pages={1651--1668},
year={2006},
publisher={Philadelphia, PA: SIAM, c1993-}
}

This patch adds MAT_IGNORE_MATRIX to MatReuse. The rationale is that it
may be much more efficient to obtain the real Schur complement (e.g. as
Mat_SchurComplement) and the approximation for preconditioning at the
same time. An alternative is to make sure the Mat caches enough
information so that this is not a hit, and then add a flag to indicate
whether the real or preconditioning variant is being requested.

Hg-commit: 9b705938e65704f5f4452c6214f1b36f03a243b4

show more ...


/petsc/conf/rules
/petsc/config/PETSc/packages/Prometheus.py
/petsc/config/PETSc/packages/SuperLU.py
/petsc/config/PETSc/packages/mpe.py
/petsc/config/examples/asterix32-sun.py
/petsc/config/examples/asterix32.py
/petsc/config/examples/asterix64-openmpi.py
/petsc/config/examples/asterix64-sun.py
/petsc/config/examples/asterix64.py
/petsc/include/finclude/petscmat.h
/petsc/include/petscksp.h
/petsc/include/petscmat.h
/petsc/include/petscversion.h
/petsc/include/sieve/Mesh.hh
/petsc/src/dm/da/src/daview.c
/petsc/src/docs/tex/petsc.bib
/petsc/src/docs/website/documentation/tutorials/index.html
/petsc/src/docs/website/download/index.html
/petsc/src/ksp/ksp/examples/tests/ex21.c
/petsc/src/ksp/ksp/examples/tests/makefile
/petsc/src/ksp/ksp/examples/tests/output/ex21_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex21_2.out
/petsc/src/ksp/ksp/examples/tests/output/ex21_3.out
/petsc/src/ksp/ksp/examples/tutorials/ex1.c
/petsc/src/ksp/ksp/utils/schurm.c
/petsc/src/ksp/pc/impls/factor/ilu/ilu.c
/petsc/src/mat/color/color.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/seq/superlu/superlu.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.h
/petsc/src/mat/impls/sbaij/seq/sbaij2.c
matrix.c
/petsc/src/snes/examples/tutorials/ex46.c
/petsc/src/snes/examples/tutorials/ex5.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/sys/f90-mod/petscmod.F
/petsc/src/sys/mpiuni/f90-mod/makefile
/petsc/src/sys/mpiuni/f90-mod/mpiunimod.F
/petsc/src/sys/mpiuni/makefile
/petsc/src/sys/viewer/impls/binary/binv.c
/petsc/src/vec/vec/impls/seq/dvec2.c
/petsc/src/vec/vec/interface/rvector.c
938d4eb303-Jul-2009 Barry Smith <bsmith@mcs.anl.gov>

slight optimization to eisenstat with inode

Hg-commit: 3ac875a007606c99d2335a675455df74ec114698

89c6957c03-Jul-2009 Barry Smith <bsmith@mcs.anl.gov>

finished seqaij eisenstat with inodes

Hg-commit: d454321e1ab1922c532ae1426b0478fc6c259095

a7420bb701-Jul-2009 Barry Smith <bsmith@mcs.anl.gov>

more pubs for petsc.bib
start work on parallel eisenstat trick

Hg-commit: ea7364dfd4c21e5df75cdd82ddf3a6a6555d2039


/petsc/.hgignore
/petsc/conf/rules
/petsc/conf/variables
/petsc/config/PETSc/Configure.py
/petsc/config/PETSc/utilities/Make.py
/petsc/config/configure.py
/petsc/include/petsclog.h
/petsc/include/petscmat.h
/petsc/include/petscmesh.h
/petsc/include/petscmesh.hh
/petsc/include/petscts.h
/petsc/include/private/tsimpl.h
/petsc/include/sieve/ISieve.hh
/petsc/include/sieve/Numbering.hh
/petsc/include/sieve/Selection.hh
/petsc/src/dm/da/src/dagtol.c
/petsc/src/dm/da/src/dagtona.c
/petsc/src/dm/da/src/usfft/matusfft.c
/petsc/src/dm/mesh/mesh.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/petsc.bib
/petsc/src/docs/tex/petscapp.bib
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/fortran/kernels/bgl/makefile
/petsc/src/fortran/kernels/makefile
/petsc/src/fortran/makefile
/petsc/src/inline/spops.h
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/interface/iguess.c
/petsc/src/ksp/pc/impls/asm/asm.c
/petsc/src/ksp/pc/impls/eisens/eisen.c
/petsc/src/ksp/pc/impls/hypre/hypre.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiaij.h
/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/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/baijfact4.c
/petsc/src/mat/impls/hypre/mhyp.c
matrix.c
/petsc/src/mat/order/sregis.c
/petsc/src/sys/f90-src/fsrc/makefile
/petsc/src/sys/fsrc/makefile
/petsc/src/sys/fsrc/somefort.F
/petsc/src/sys/makefile
/petsc/src/sys/objects/init.c
/petsc/src/sys/objects/options.c
/petsc/src/sys/plog/plog.c
/petsc/src/sys/plog/utils/eventLog.c
/petsc/src/sys/plog/utils/stageLog.c
/petsc/src/ts/examples/tests/ex4.c
/petsc/src/ts/examples/tests/makefile
/petsc/src/ts/examples/tests/output/ex4_7.out
/petsc/src/ts/impls/implicit/sundials/sundials.c
/petsc/src/ts/interface/ts.c
/petsc/src/ts/interface/tscreate.c
/petsc/src/vec/is/impls/general/general.c
c9587d3d12-Jun-2009 Satish Balay <balay@mcs.anl.gov>

- remove old f90 compiler-dependent sources in favor of new compiler
independent implementation.
- move f90impl.h from src/f90 to src/f90-src [as src/f90 no longer exists]

Hg-commit: b6142190425388b

- remove old f90 compiler-dependent sources in favor of new compiler
independent implementation.
- move f90impl.h from src/f90 to src/f90-src [as src/f90 no longer exists]

Hg-commit: b6142190425388bb935c890b9057b6a8b40ec280

show more ...


/petsc/conf/rules
/petsc/config/PETSc/Configure.py
/petsc/config/PETSc/utilities/Make.py
/petsc/include/petscksp.h
/petsc/include/petscmesh_solvers.hh
/petsc/include/petscpc.h
/petsc/include/petscsys.h
/petsc/include/petscversion.h
/petsc/include/sieve/ALE_mem.hh
/petsc/include/sieve/Field.hh
/petsc/include/sieve/Selection.hh
/petsc/makefile
/petsc/src/dm/ao/impls/basic/aobasic.c
/petsc/src/dm/ao/impls/mapping/aomapping.c
/petsc/src/dm/da/src/f90-custom/zda1f90.c
/petsc/src/dm/da/src/f90-custom/zdaindexf90.c
/petsc/src/dm/da/utils/f90-custom/zfddaf90.c
/petsc/src/dm/f90-mod/makefile
/petsc/src/dm/f90-mod/petscdmmod.F
/petsc/src/dm/mesh/examples/tests/memoryTests.cxx
/petsc/src/dm/mesh/f90-custom/zmeshf90.c
/petsc/src/dm/mesh/mesh.c
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/docs/website/download/index.html
/petsc/src/fortran/f90/tests/ex1.c
/petsc/src/fortran/fsrc/makefile
/petsc/src/fortran/kernels/bgl/makefile
/petsc/src/fortran/kernels/makefile
/petsc/src/ksp/f90-mod/makefile
/petsc/src/ksp/ksp/examples/tests/makefile
/petsc/src/ksp/ksp/examples/tests/output/ex30_2.out
/petsc/src/ksp/ksp/examples/tests/output/ex30_3.out
/petsc/src/ksp/ksp/examples/tutorials/ex15.c
/petsc/src/ksp/ksp/examples/tutorials/ex15f.F
/petsc/src/ksp/ksp/examples/tutorials/ex21f.F
/petsc/src/ksp/ksp/impls/gmres/gmres.c
/petsc/src/ksp/ksp/interface/f90-custom/zitfuncf90.c
/petsc/src/ksp/ksp/interface/itres.c
/petsc/src/ksp/pc/impls/shell/ftn-custom/zshellpcf.c
/petsc/src/ksp/pc/impls/shell/shellpc.c
/petsc/src/mat/f90-mod/makefile
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/baij/seq/baijfact.c
f90-custom/zmatrixf90.c
/petsc/src/snes/examples/tutorials/ex24.c
/petsc/src/snes/examples/tutorials/ex31.c
/petsc/src/snes/examples/tutorials/ex33f.F
/petsc/src/snes/examples/tutorials/ex38.c
/petsc/src/snes/examples/tutorials/ex44.c
/petsc/src/snes/examples/tutorials/ex6.c
/petsc/src/snes/f90-mod/makefile
/petsc/src/snes/interface/f90-custom/zsnesf90.c
/petsc/src/sys/bag/f90-custom/zbagf90.c
/petsc/src/sys/dll/dl.c
/petsc/src/sys/dll/reg.c
/petsc/src/sys/f90-mod/makefile
/petsc/src/sys/f90-src/f90_cwrap.c
/petsc/src/sys/f90-src/f90impl.h
/petsc/src/sys/f90-src/fsrc/makefile
/petsc/src/sys/f90-src/makefile
/petsc/src/sys/makefile
/petsc/src/sys/utils/sortd.c
/petsc/src/sys/viewer/impls/binary/f90-custom/zbinvf90.c
/petsc/src/sys/viewer/interface/dlregispetsc.c
/petsc/src/ts/f90-mod/makefile
/petsc/src/vec/f90-mod/makefile
/petsc/src/vec/is/impls/f90-custom/zblockf90.c
/petsc/src/vec/is/interface/f90-custom/zindexf90.c
/petsc/src/vec/is/utils/f90-custom/ziscoloringf90.c
/petsc/src/vec/vec/interface/f90-custom/zvectorf90.c
d1bb11d408-Jun-2009 Barry Smith <bsmith@mcs.anl.gov>

removed the SPARSEKIT ILUDT code from all of PETSc, also removed option to compile PETSc without GNU code
since no longer needed.

Hg-commit: 395e9ecce71b00c3fdbc0ebfb4c37b330033a8d8

a981769705-Jun-2009 Barry Smith <bsmith@mcs.anl.gov>

changed MAT_KEEP_ZEROED_ROWS to MAT_KEEP_NONZERO_PATTERN

Hg-commit: dd0eb2438b4ecde1a3517ea573f0c60a0160fd54

a0c198e401-Jun-2009 Satish Balay <balay@mcs.anl.gov>

merge from release

Hg-commit: 768f8db0f66e5e62ac4fcfea107b7de09dfc5daa

22688b4701-Jun-2009 Satish Balay <balay@mcs.anl.gov>

generate manual fortran stubs & interfacesfor routines using MatFactorInfo

Hg-commit: e13488c2e3c4be83d887481142d14e60ee56d960

5ba4386101-Jun-2009 Satish Balay <balay@mcs.anl.gov>

use custom f90-interface for MatGetInfo()

Hg-commit: 1a6bbbd068912825981c8850d5d3ad85c0d08b45

4aa3045d27-May-2009 Jed Brown <jed@59A2.org>

MatGetSubMatrix API change

The user now specifies a parallel IS for the columns. The local part of
this IS corresponds to the local columns of the matrix. Note that
MatPermute_MPIXAIJ calls the pr

MatGetSubMatrix API change

The user now specifies a parallel IS for the columns. The local part of
this IS corresponds to the local columns of the matrix. Note that
MatPermute_MPIXAIJ calls the private versions where the full index set
is given. It is probably desirable for MatPermute to also use a
parallel IS rather than require a gathered IS.

Ripped out MatGetSubMatrixRaw, it is not used anywhere in PETSc.

Hg-commit: 3b40e47b3df6b69dfffc2cc67b61dab74aafd570

show more ...

8a88346a22-May-2009 Matthew Knepley <knepley@mcs.anl.gov>

Removed BlockSolve95
- It is no longer supported
- ILU functionality is subsumed by PILUT in Hypre

Hg-commit: d675b710d2423988e415bd4d531a95abb123ca4c

0b12b10920-May-2009 Jed Brown <jed@59A2.org>

Use MatGetVecs instead of VecCreateMPI in the matrix interface

Trivial in:
* MatNullSpaceTest
* MatMatSolve_Basic

Slightly deeper:
* MatComputeExplicitOperator
* Should now work with non-square m

Use MatGetVecs instead of VecCreateMPI in the matrix interface

Trivial in:
* MatNullSpaceTest
* MatMatSolve_Basic

Slightly deeper:
* MatComputeExplicitOperator
* Should now work with non-square matrices (but not tested).
* A little faster by using VEC_IGNORE_OFF_PROC_ENTRIES when assemblying columns of the identity.

Hg-commit: fc9228340b61fbb40680760a26a15b33ee58845a

show more ...

b78a477d09-May-2009 Hong Zhang <hzhang@mcs.anl.gov>

add support of '-pc_factor_reuse_fill' for iludt on seqaij matrix

Hg-commit: bbbef9fecfdeb77ae01b1dc605e320edd855eb6e

a5b832cc06-May-2009 Hong Zhang <hzhang@mcs.anl.gov>

trivial bugfix

Hg-commit: fca389f2db837b3cb2b1d312aa7e15b66e399e3b

df9cdd3206-May-2009 Lisandro Dalcin <dalcinl@gmail.com>

add error checking to MatGetDiagonalBlock()

Hg-commit: 25ec60b91fddc41b909acf4b2bd5f7d76cb3f35b

c4336d3505-May-2009 Barry Smith <bsmith@mcs.anl.gov>

fixed bad MatRegister for HYPREStruct matrix

Hg-commit: 738bb62f6b7f8886c1ac5604ffc257b19d2fcb4e

81594ee804-May-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 13ee4a481d0761c31f428ae3d48cb56ce869752b

6832673101-May-2009 Barry Smith <bsmith@mcs.anl.gov>

basic HYPRE_StructMatrix creation and solve, does not yet allow putting values into the matrix

Hg-commit: 4decc351a80b3e1a1c04606925befb332ad4db9c

c834246701-May-2009 Hong Zhang <hzhang@mcs.anl.gov>

prepare of MatILUDTFactor() for seqbaij format

Hg-commit: 95ac6b4ce608bd2857115167b890c7c66e437729

d519adbf30-Apr-2009 Matthew Knepley <knepley@mcs.anl.gov>

Removed MatCompress completely

Hg-commit: 4724a9ef7c2da8d62781764b00487fecf0216211

af681a3b28-Apr-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: df88f1216291bd65ef74aa4e70c7f1b613b09f20

073e0ee228-Apr-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 2e424e4de219b4b265d0d29b5141314f4647f889


/petsc/bin/matlab/PetscBinaryWrite.m
/petsc/conf/rules
/petsc/config/install.py
/petsc/include/petsc.hh
/petsc/include/petscda.h
/petsc/include/petscmesh.h
/petsc/include/petscmesh.hh
/petsc/include/petscsnes.h
/petsc/include/petscversion.h
/petsc/include/sieve/Mesh.hh
/petsc/src/contrib/fun3d/comp/user.F
/petsc/src/contrib/fun3d/comp/userJac.F
/petsc/src/contrib/fun3d/incomp/user.F
/petsc/src/contrib/fun3d/incomp/userJac.F
/petsc/src/contrib/semiLagrange/examples/tutorials/ex4.c
/petsc/src/dm/da/examples/tests/ex30.c
/petsc/src/dm/da/examples/tests/makefile
/petsc/src/dm/da/examples/tests/output/ex30_1and2.out
/petsc/src/dm/da/examples/tests/output/ex30_3.out
/petsc/src/dm/da/src/da3.c
/petsc/src/dm/da/src/dainterp.c
/petsc/src/dm/da/src/gr2.c
/petsc/src/dm/da/utils/sliced.c
/petsc/src/dm/mesh/examples/tests/operator1.cxx
/petsc/src/dm/mesh/ftn-custom/zmesh.c
/petsc/src/dm/mesh/mesh.c
/petsc/src/dm/mesh/section.c
/petsc/src/dm/mesh/sieve/SieveSerialization.hh
/petsc/src/docs/manualpages-sec/header_DA
/petsc/src/docs/manualpages-sec/header_PC
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/tex/manual/sieve.tex
/petsc/src/docs/tex/petsc.bib
/petsc/src/docs/tex/petscapp.bib
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/docs/website/documentation/index.html
/petsc/src/docs/website/download/index.html
/petsc/src/docs/website/index.html
/petsc/src/ksp/ksp/examples/tests/ex14.c
/petsc/src/ksp/ksp/examples/tutorials/ex9.c
/petsc/src/ksp/ksp/impls/ibcgs/ibcgs.c
/petsc/src/ksp/pc/impls/pbjacobi/pbjacobi.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiptap.c
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/aij/seq/crl/crl.c
/petsc/src/mat/impls/aij/seq/csrperm/csrperm.c
/petsc/src/mat/impls/aij/seq/dxml/dxml.c
/petsc/src/mat/impls/aij/seq/inode.c
/petsc/src/mat/impls/aij/seq/matmatmult.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/baij2.c
/petsc/src/mat/impls/baij/seq/baijfact.c
/petsc/src/mat/impls/baij/seq/baijfact10.c
/petsc/src/mat/impls/baij/seq/baijfact11.c
/petsc/src/mat/impls/baij/seq/baijfact12.c
/petsc/src/mat/impls/baij/seq/baijfact13.c
/petsc/src/mat/impls/baij/seq/baijfact14.c
/petsc/src/mat/impls/baij/seq/baijfact2.c
/petsc/src/mat/impls/baij/seq/baijfact4.c
/petsc/src/mat/impls/baij/seq/baijfact5.c
/petsc/src/mat/impls/baij/seq/baijfact6.c
/petsc/src/mat/impls/baij/seq/baijfact7.c
/petsc/src/mat/impls/baij/seq/baijfact8.c
/petsc/src/mat/impls/baij/seq/baijfact9.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/maij/maij.c
/petsc/src/mat/impls/rowbs/mpi/cholbs.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij2.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact10.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact11.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact12.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact2.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact3.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact4.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact5.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact6.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact7.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact8.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact9.c
matrix.c
/petsc/src/snes/examples/tests/ex11.c
/petsc/src/snes/examples/tests/ex13.c
/petsc/src/snes/examples/tests/ex1f.F
/petsc/src/snes/examples/tests/ex5.c
/petsc/src/snes/examples/tests/ex9.c
/petsc/src/snes/examples/tutorials/ex14.c
/petsc/src/snes/examples/tutorials/ex18.c
/petsc/src/snes/examples/tutorials/ex19.c
/petsc/src/snes/examples/tutorials/ex19tu.c
/petsc/src/snes/examples/tutorials/ex20.c
/petsc/src/snes/examples/tutorials/ex22.c
/petsc/src/snes/examples/tutorials/ex23.c
/petsc/src/snes/examples/tutorials/ex24.c
/petsc/src/snes/examples/tutorials/ex26.c
/petsc/src/snes/examples/tutorials/ex27.c
/petsc/src/snes/examples/tutorials/ex29.c
/petsc/src/snes/examples/tutorials/ex32.c
/petsc/src/snes/examples/tutorials/ex33f.F
/petsc/src/snes/examples/tutorials/ex39f90.F
/petsc/src/snes/examples/tutorials/ex4.c
/petsc/src/snes/examples/tutorials/ex45.c
/petsc/src/snes/examples/tutorials/ex46.c
/petsc/src/snes/examples/tutorials/ex4tu.c
/petsc/src/snes/examples/tutorials/ex5.c
/petsc/src/snes/examples/tutorials/ex5f.F
/petsc/src/snes/examples/tutorials/ex5f90.F
/petsc/src/snes/examples/tutorials/ex5s.c
/petsc/src/snes/examples/tutorials/ex7.c
/petsc/src/snes/examples/tutorials/ex8.c
/petsc/src/snes/interface/ftn-custom/zsnesf.c
/petsc/src/snes/utils/damg.c
/petsc/src/snes/utils/ftn-custom/zdamgf.c
/petsc/src/sys/adic/Gradient/ad_grad.c
/petsc/src/sys/examples/tutorials/ex3f.F
/petsc/src/sys/ftn-custom/zplog.c
/petsc/src/sys/mpiuni/mpi.c
/petsc/src/sys/objects/options.c
/petsc/src/sys/plog/plog.c
/petsc/src/sys/plog/utils/eventLog.c
/petsc/src/ts/examples/tutorials/ex7.c
/petsc/src/vec/vec/impls/mpi/pbvec.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/impls/sieve/sieveVec.c
/petsc/src/vec/vec/utils/vinv.c

1...<<71727374757677787980>>...111