History log of /petsc/src/mat/impls/baij/seq/ (Results 751 – 775 of 1578)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
6546025106-Nov-2009 Barry Smith <bsmith@mcs.anl.gov>

changed PETSC_USE_SINGLE etc to PETSC_USE_SCALAR_SINGLE to make clearer that this variable is related to defining the scalar type

Hg-commit: 091ca03e9ad7a91d59048671631a058ed1b9044d

547795f904-Nov-2009 Hong Zhang <hzhang@mcs.anl.gov>

add support MatMult() for Hermitian matrix in mpisbaij format
add MatMultHermitianTranspose() and MatMultHermitianTransposeAdd()

Hg-commit: bd3ee2c07764767e1715e99fb8df83bd35b221a3

6506fda502-Nov-2009 Shri Abhyankar <abhyshr@mcs.anl.gov>

Added blocksize=6

Hg-commit: b456a8aae7ffdb5b9246c4bce32fecbccfa3dda4

78bb400702-Nov-2009 Shri Abhyankar <abhyshr@mcs.anl.gov>

More work on LU Factorization for SeqBAIJ (bs = 4,5)

Hg-commit: 696cdf54277fddf256b57895f8d3582a4e463630

0c4413a702-Nov-2009 Shri Abhyankar <abhyshr@mcs.anl.gov>

More additions to LU Factorization routines for SeqBAIJ revised new data structure

Hg-commit: fb82142a973a8cebd23a58c2488660e01c01bdda

1a83e81302-Nov-2009 Shri Abhyankar <abhyshr@mcs.anl.gov>

Added LU factorization for MatSeqBAIJ (bs = N) Natural Ordering

Hg-commit: 4a96c280b1e85887d93b3abcf93bed2520836590

53cca76c02-Nov-2009 Shri Abhyankar <abhyshr@mcs.anl.gov>

Added LU Factorization routines for SeqBAIJ (bs = 5,6,7) revised new data structure

Hg-commit: ad40595957758cb87395a419e57cecf3cb98e770

b2b2dd2402-Nov-2009 Shri Abhyankar <abhyshr@mcs.anl.gov>

Added SeqBAIJ LU factorization routines with Natural Ordering for bs=2,3,4 (revised new data structure)

Hg-commit: a6e02cc316d3c462357b99f997079b49ffd57bdd

41f059ae29-Oct-2009 Barry Smith <bsmith@mcs.anl.gov>

changed MatRelax() to MatSOR() to match MatSORType and PCSOR

Hg-commit: e68531df6999d872cd12e8f3ab1ea488c58078d8

b46d4c0829-Oct-2009 Barry Smith <bsmith@mcs.anl.gov>

merged MatPBRelax() into MatRelax()

Hg-commit: 3d344c76b2c09e12ace3895dd9377e291398b167

2628309129-Oct-2009 Barry Smith <bsmith@mcs.anl.gov>

changed PetscMap to PetscLayout

Hg-commit: b8f4632bd00d1563dcf8108fd4199169f8fd320b


/petsc/bin/maint/generateetags.py
/petsc/config/PETSc/__init__.py
/petsc/include/private/matimpl.h
/petsc/include/private/vecimpl.h
/petsc/include/sieve/Mesh.hh
/petsc/makefile
/petsc/src/dm/da/utils/pack.c
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/website/developers/projects.html
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/ksp/ksp/utils/schurm.c
/petsc/src/ksp/pc/impls/redistribute/redistribute.c
/petsc/src/mat/impls/adic/matadic.c
/petsc/src/mat/impls/adj/mpi/mpiadj.c
/petsc/src/mat/impls/aij/mpi/mmaij.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiaij.h
/petsc/src/mat/impls/aij/mpi/mpiptap.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/baij/mpi/mmbaij.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
baij.c
/petsc/src/mat/impls/blockmat/seq/blockmat.c
/petsc/src/mat/impls/composite/mcomposite.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/hypre/mhyp.c
/petsc/src/mat/impls/is/matis.c
/petsc/src/mat/impls/mffd/mffd.c
/petsc/src/mat/impls/sbaij/mpi/mmsbaij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/scatter/mscatter.c
/petsc/src/mat/impls/shell/shell.c
/petsc/src/mat/impls/submat/submat.c
/petsc/src/mat/impls/transpose/transm.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/utils/gcreate.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/vec/vec/impls/mpi/pbvec.c
/petsc/src/vec/vec/impls/mpi/pmap.c
/petsc/src/vec/vec/impls/seq/bvec2.c
/petsc/src/vec/vec/impls/sieve/sieveVec.c
/petsc/src/vec/vec/interface/veccreate.c
/petsc/src/vec/vec/interface/vector.c
7a2fc3fe29-Oct-2009 Barry Smith <bsmith@mcs.anl.gov>

changed PetscMap to be pointer to _p_PetscMap
changed PetscMapInitialize() to PetscMapCreate() and also have it malloc the space

Hg-commit: 2d1edc265bc1b52b0bfe730b4711ac37a11744fd


/petsc/include/private/matimpl.h
/petsc/include/private/vecimpl.h
/petsc/include/private/viewerimpl.h
/petsc/include/sieve/ParallelMapping.hh
/petsc/src/dm/da/utils/pack.c
/petsc/src/ksp/ksp/examples/tests/makefile
/petsc/src/ksp/ksp/examples/tutorials/ex10.c
/petsc/src/ksp/ksp/examples/tutorials/ex40.c
/petsc/src/ksp/ksp/utils/schurm.c
/petsc/src/ksp/pc/impls/redistribute/redistribute.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiptap.c
/petsc/src/mat/impls/aij/seq/aij.h
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
baij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/utils/gcreate.c
/petsc/src/sys/random/interface/random.c
/petsc/src/sys/viewer/impls/ascii/asciiimpl.h
/petsc/src/sys/viewer/impls/binary/binv.c
/petsc/src/sys/viewer/impls/draw/vdraw.h
/petsc/src/sys/viewer/impls/hdf5/hdf5v.c
/petsc/src/sys/viewer/impls/mathematica/mathematica.c
/petsc/src/sys/viewer/impls/mathematica/mathematica.h
/petsc/src/sys/viewer/impls/matlab/vmatlab.c
/petsc/src/sys/viewer/impls/netcdf/vnetcdf.c
/petsc/src/sys/viewer/impls/silo/vsilo.h
/petsc/src/sys/viewer/impls/socket/socket.h
/petsc/src/sys/viewer/impls/string/stringv.c
/petsc/src/sys/viewer/impls/vu/petscvu.c
/petsc/src/sys/viewer/interface/dupl.c
/petsc/src/sys/viewer/interface/flush.c
/petsc/src/sys/viewer/interface/view.c
/petsc/src/sys/viewer/interface/viewa.c
/petsc/src/sys/viewer/interface/viewreg.c
/petsc/src/sys/viewer/interface/viewregall.c
/petsc/src/sys/viewer/makefile
/petsc/src/vec/vec/impls/mpi/pmap.c
/petsc/src/vec/vec/interface/veccreate.c
baabb86027-Oct-2009 Hong Zhang <hzhang@mcs.anl.gov>

enable pivotinblocks for seqaij matrix
update comments for revised new data structure used by ilu(p)

Hg-commit: a468d32e980288845609e8d693068f3a086ad2c0


/petsc/bin/TOPSInstaller.py
/petsc/bin/maint/buildtest
/petsc/bin/maint/checkBuilds.py
/petsc/bin/maint/confignightly/crush3
/petsc/bin/maint/confignightly/steamroller2
/petsc/bin/maint/copylognightly
/petsc/bin/maint/gcov.py
/petsc/bin/maint/package-test.sh
/petsc/bin/maint/xclude
/petsc/bin/win32fe/win32fe.exe
/petsc/bin/win32fe/win32feutils.dll
/petsc/conf/rules
/petsc/conf/test
/petsc/conf/variables
/petsc/config/PETSc/Configure.py
/petsc/config/PETSc/package.py
/petsc/config/PETSc/packages/Prometheus.py
/petsc/config/PETSc/utilities/arch.py
/petsc/config/builder.py
/petsc/config/examples/arch-linux-complex-gcov.py
/petsc/config/examples/arch-linux-cxx-sieve-gcov.py
/petsc/config/examples/bgp-ibm-opt.py
/petsc/config/install.py
/petsc/include/petsc.h
/petsc/include/petscblaslapack.h
/petsc/include/petscblaslapack_c.h
/petsc/include/petscblaslapack_caps.h
/petsc/include/petscblaslapack_stdcall.h
/petsc/include/petscblaslapack_uscore.h
/petsc/include/petscdraw.h
/petsc/include/petscmat.h
/petsc/include/petscsys.h
/petsc/include/petscts.h
/petsc/include/petscversion.h
/petsc/include/private/matimpl.h
/petsc/makefile
/petsc/src/dm/da/makefile
/petsc/src/docs/website/developers/index.html
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/docs/website/download/index.html
/petsc/src/docs/website/miscellaneous/external.html
/petsc/src/inline/makefile
/petsc/src/ksp/ksp/examples/tests/ex17.c
/petsc/src/ksp/ksp/examples/tests/ex32.c
/petsc/src/ksp/ksp/examples/tests/ex33.c
/petsc/src/ksp/ksp/examples/tests/makefile
/petsc/src/ksp/ksp/examples/tests/output/ex17_1.out
/petsc/src/ksp/ksp/examples/tutorials/ex11.c
/petsc/src/ksp/ksp/examples/tutorials/ex11f.F
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/impls/cg/cg.c
/petsc/src/ksp/ksp/interface/iterativ.c
/petsc/src/ksp/pc/impls/asa/asa.c
/petsc/src/mat/examples/tests/ex120.c
/petsc/src/mat/examples/tests/ex126f.F
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/seq/aij.h
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/aij/seq/matmatmult.c
baij.h
/petsc/src/mat/impls/dense/mpi/mmdense.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/mpi/mpidense.h
/petsc/src/mat/impls/dense/seq/dense.h
/petsc/src/mat/interface/ftn-custom/zmatrixf.c
/petsc/src/mat/interface/matnull.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/utils/freespace.c
/petsc/src/mat/utils/freespace.h
/petsc/src/snes/examples/tutorials/ex5f90.F
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/impls/test/snestest.c
/petsc/src/snes/utils/damg.c
/petsc/src/sys/draw/drawimpl.h
/petsc/src/sys/draw/impls/x/xinit.c
/petsc/src/sys/draw/impls/x/xvgrab.c
/petsc/src/sys/draw/interface/dgpause.c
/petsc/src/sys/draw/interface/drawreg.c
/petsc/src/sys/draw/interface/dsetpause.c
/petsc/src/sys/draw/utils/zoom.c
/petsc/src/sys/error/adebug.c
/petsc/src/sys/error/errtrace.c
/petsc/src/sys/examples/tutorials/ex3f.F
/petsc/src/sys/ftn-custom/zstart.c
/petsc/src/sys/objects/init.c
/petsc/src/sys/random/impls/rand/rand.c
/petsc/src/sys/random/impls/rand48/rand48.c
/petsc/src/sys/random/impls/sprng/sprng.c
/petsc/src/sys/random/interface/random.c
/petsc/src/sys/random/randomimpl.h
/petsc/src/sys/utils/psleep.c
/petsc/src/ts/examples/tutorials/ex8.c
/petsc/src/ts/examples/tutorials/ex9.c
/petsc/src/ts/examples/tutorials/makefile
/petsc/src/ts/impls/explicit/makefile
/petsc/src/ts/impls/explicit/rk/rk.c
/petsc/src/ts/impls/explicit/ssp/makefile
/petsc/src/ts/impls/explicit/ssp/ssp.c
/petsc/src/ts/impls/implicit/cn/cn.c
/petsc/src/ts/impls/implicit/gl/gl.c
/petsc/src/ts/impls/implicit/gl/gl.h
/petsc/src/ts/impls/implicit/sundials/sundials.c
/petsc/src/ts/impls/implicit/theta/theta.c
/petsc/src/ts/interface/tsregall.c
/petsc/src/vec/vec/examples/tests/ex23.c
/petsc/src/vec/vec/examples/tutorials/ex20f90.F90
/petsc/src/vec/vec/examples/tutorials/makefile
/petsc/src/vec/vec/examples/tutorials/output/ex4f_1.out
/petsc/src/vec/vec/utils/ftn-custom/zvscatf.c
/petsc/src/vec/vec/utils/vscat.c
/petsc/tutorials/python/ex1f.F
c6b4b82814-Oct-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge of bug fix for 3.0.0 memory leak in MatILUFactor_SeqBAIJ()

Hg-commit: 675a0b79ab7fa2ee77187a79905a9c2f70a950f3

a23ff55514-Oct-2009 Barry Smith <bsmith@mcs.anl.gov>

memory leak in MatILUFactor_SeqBAIJ() a->icol is created each time this is called, so repeated calls results in a memory leak.
From: jirka.simonek@gmail.com
Subject: Re: [PETSC #20104] MatIL

memory leak in MatILUFactor_SeqBAIJ() a->icol is created each time this is called, so repeated calls results in a memory leak.
From: jirka.simonek@gmail.com
Subject: Re: [PETSC #20104] MatILUFactor() - memory leak?
Date: October 14, 2009 8:05:25 AM CDT

Hg-commit: 3db98aeeeaee2dcf30bb78618aac2474c52f1f89

show more ...


/petsc/.hgignore
/petsc/bin/TOPSInstaller.py
/petsc/bin/maint/rebuildtar
/petsc/bin/maint/wwwindex.py
/petsc/bin/matlab/@PetscOpenFile/PetscOpenFile.m
/petsc/bin/matlab/PetscBinaryRead.m
/petsc/bin/matlab/PetscBinaryWrite.m
/petsc/bin/matlab/PetscReadBinaryMatlab.m
/petsc/bin/update.py
/petsc/conf/rules
/petsc/config/PETSc/Configure.py
/petsc/config/PETSc/package.py
/petsc/config/PETSc/packages/Chaco.py
/petsc/config/PETSc/packages/Generator.py
/petsc/config/PETSc/packages/Jostle.py
/petsc/config/PETSc/packages/MUMPS.py
/petsc/config/PETSc/packages/Numpy.py
/petsc/config/PETSc/packages/P3Dlib.py
/petsc/config/PETSc/packages/PARTY.py
/petsc/config/PETSc/packages/PLAPACK.py
/petsc/config/PETSc/packages/PaStiX.py
/petsc/config/PETSc/packages/ParMetis.py
/petsc/config/PETSc/packages/Prometheus.py
/petsc/config/PETSc/packages/SCALAPACK.py
/petsc/config/PETSc/packages/Scotch.py
/petsc/config/PETSc/packages/Sieve.py
/petsc/config/PETSc/packages/Suggar.py
/petsc/config/PETSc/packages/SuperLU.py
/petsc/config/PETSc/packages/SuperLU_DIST.py
/petsc/config/PETSc/packages/TetGen.py
/petsc/config/PETSc/packages/Triangle.py
/petsc/config/PETSc/packages/X11.py
/petsc/config/PETSc/packages/Zoltan.py
/petsc/config/PETSc/packages/blacs.py
/petsc/config/PETSc/packages/blopex.py
/petsc/config/PETSc/packages/c2html.py
/petsc/config/PETSc/packages/cproto.py
/petsc/config/PETSc/packages/expat.py
/petsc/config/PETSc/packages/fftw.py
/petsc/config/PETSc/packages/hdf5.py
/petsc/config/PETSc/packages/hypre.py
/petsc/config/PETSc/packages/lgrind.py
/petsc/config/PETSc/packages/ml.py
/petsc/config/PETSc/packages/mpe.py
/petsc/config/PETSc/packages/mpi4py.py
/petsc/config/PETSc/packages/pARMS.py
/petsc/config/PETSc/packages/petsc4py.py
/petsc/config/PETSc/packages/sowing.py
/petsc/config/PETSc/packages/spai.py
/petsc/config/PETSc/packages/spooles.py
/petsc/config/PETSc/packages/sprng.py
/petsc/config/PETSc/packages/sundials.py
/petsc/config/PETSc/utilities/getResidentSetSize.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/config/examples/bgl-gnu-opt.py
/petsc/config/examples/bgl-ibm-cxx-opt.py
/petsc/config/examples/bgl-ibm-debug.py
/petsc/config/examples/bgl-ibm-opt.py
/petsc/config/install.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/finclude/petscmat.h
/petsc/include/finclude/petscmatfactorinfosize.h
/petsc/include/finclude/petscmatinfosize.h
/petsc/include/finclude/petscviewerdef.h
/petsc/include/mpiuni/mpi.h
/petsc/include/mpiuni/mpif.h
/petsc/include/petsc.hh
/petsc/include/petscbt.h
/petsc/include/petscda.h
/petsc/include/petscerror.h
/petsc/include/petsclog.h
/petsc/include/petscmat.h
/petsc/include/petscversion.h
/petsc/include/petscviewer.h
/petsc/include/private/matimpl.h
/petsc/include/sieve/ParallelMapping.hh
/petsc/makefile
/petsc/src/benchmarks/PetscTime.c
/petsc/src/benchmarks/results/benchmarks.html
/petsc/src/dm/da/examples/tutorials/ex9.c
/petsc/src/dm/da/examples/tutorials/makefile
/petsc/src/dm/da/src/da2.c
/petsc/src/dm/da/src/da3.c
/petsc/src/dm/da/src/dagtona.c
/petsc/src/dm/da/src/gr2.c
/petsc/src/dm/da/utils/binaryMatlab.c
/petsc/src/dm/da/utils/fdda.c
/petsc/src/dm/f90-mod/makefile
/petsc/src/dm/f90-mod/petscdmmod.F
/petsc/src/dm/makefile
/petsc/src/dm/mesh/makefile
/petsc/src/dm/mesh/sieve/makefile
/petsc/src/docs/manualpages-sec/header_DA
/petsc/src/docs/manualpages-sec/header_PC
/petsc/src/docs/tex/manual/endpage.pdf
/petsc/src/docs/tex/manual/manual.tex
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/tex/manual/titlepage1.pdf
/petsc/src/docs/tex/manual/titlepage2.pdf
/petsc/src/docs/website/developers/index.html
/petsc/src/docs/website/documentation/bugreporting.html
/petsc/src/docs/website/documentation/changes/300.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/download/index.html
/petsc/src/docs/website/download/petsc-patches.html
/petsc/src/docs/website/index.html
/petsc/src/docs/website/miscellaneous/external.html
/petsc/src/fortran/kernels/frelax.F
/petsc/src/fortran/kernels/fsolve.F
/petsc/src/fortran/kernels/fsolvebaij.F
/petsc/src/ksp/f90-mod/makefile
/petsc/src/ksp/f90-mod/petsckspmod.F
/petsc/src/ksp/ksp/examples/tests/ex30.c
/petsc/src/ksp/ksp/examples/tutorials/ex10.c
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/impls/bcgsl/bcgsl.c
/petsc/src/ksp/ksp/impls/bicg/bicg.c
/petsc/src/ksp/ksp/impls/gmres/gmres.c
/petsc/src/ksp/ksp/impls/ibcgs/ibcgs.c
/petsc/src/ksp/ksp/impls/python/pythonK.c
/petsc/src/ksp/ksp/interface/ftn-custom/zitclf.c
/petsc/src/ksp/ksp/interface/iguess.c
/petsc/src/ksp/ksp/interface/itcl.c
/petsc/src/ksp/ksp/interface/iterativ.c
/petsc/src/ksp/ksp/interface/xmon.c
/petsc/src/ksp/makefile
/petsc/src/ksp/pc/impls/bjacobi/bjacobi.c
/petsc/src/ksp/pc/impls/factor/cholesky/cholesky.c
/petsc/src/ksp/pc/impls/factor/factor.c
/petsc/src/ksp/pc/impls/factor/ilu/ilu.c
/petsc/src/ksp/pc/impls/python/pythonP.c
/petsc/src/ksp/pc/impls/redundant/redundant.c
/petsc/src/ksp/pc/impls/tfs/gs.c
/petsc/src/mat/examples/tests/ex103.c
/petsc/src/mat/examples/tests/ex125.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tests/output/ex2_3.out
/petsc/src/mat/examples/tutorials/ex5.c
/petsc/src/mat/f90-mod/makefile
/petsc/src/mat/f90-mod/petscmatmod.F
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiov.c
/petsc/src/mat/impls/aij/mpi/spooles/mpiaijspooles.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/essl/essl.c
/petsc/src/mat/impls/aij/seq/matlab/aijmatlab.c
/petsc/src/mat/impls/aij/seq/matptap.c
/petsc/src/mat/impls/baij/mpi/baijov.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
baij.c
/petsc/src/mat/impls/dense/mpi/mmdense.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/mpi/mpidense.h
/petsc/src/mat/impls/python/makefile
/petsc/src/mat/impls/python/pythonmat.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/mpi/sbaijov.c
/petsc/src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sro.c
/petsc/src/mat/impls/shell/ftn-custom/zshellf.c
/petsc/src/mat/impls/shell/shell.c
/petsc/src/mat/interface/ftn-custom/zmatrixf.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/makefile
/petsc/src/mat/utils/matstash.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/output/ex19_10.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_8.out
/petsc/src/snes/examples/tutorials/output/ex19_9.out
/petsc/src/snes/examples/tutorials/output/ex2_1.out
/petsc/src/snes/examples/tutorials/output/ex5_5.out
/petsc/src/snes/f90-mod/makefile
/petsc/src/snes/f90-mod/petscsnesmod.F
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/impls/ls/ls.h
/petsc/src/snes/impls/python/makefile
/petsc/src/snes/impls/python/pythonsnes.c
/petsc/src/snes/impls/test/snestest.c
/petsc/src/snes/interface/ftn-custom/zsnesf.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/interface/snesj.c
/petsc/src/snes/makefile
/petsc/src/snes/utils/adutils/makefile
/petsc/src/snes/utils/damg.c
/petsc/src/snes/utils/damgsnes.c
/petsc/src/snes/utils/ftn-custom/zdamgf.c
/petsc/src/snes/utils/makefile
/petsc/src/snes/utils/sieve/makefile
/petsc/src/sys/bag/f90-custom/makefile
/petsc/src/sys/bag/f90-custom/zbagf90.c
/petsc/src/sys/draw/impls/win32/makefile
/petsc/src/sys/draw/interface/drawreg.c
/petsc/src/sys/draw/interface/drawregall.c
/petsc/src/sys/error/err.c
/petsc/src/sys/error/errtrace.c
/petsc/src/sys/f90-mod/makefile
/petsc/src/sys/f90-mod/petscmod.F
/petsc/src/sys/matlabengine/matlab.c
/petsc/src/sys/mpiuni/f90-mod/makefile
/petsc/src/sys/mpiuni/f90-mod/mpiunimod.F
/petsc/src/sys/mpiuni/makefile
/petsc/src/sys/mpiuni/mpi.c
/petsc/src/sys/objects/options.c
/petsc/src/sys/objects/pinit.c
/petsc/src/sys/plog/ftn-custom/zplogf.c
/petsc/src/sys/plog/plog.c
/petsc/src/sys/plog/utils/eventLog.c
/petsc/src/sys/plog/utils/stageLog.c
/petsc/src/sys/python/makefile
/petsc/src/sys/python/pythonsys.c
/petsc/src/sys/utils/mpimesg.c
/petsc/src/sys/viewer/impls/ascii/ftn-custom/zvcreatef.c
/petsc/src/sys/viewer/impls/binary/binv.c
/petsc/src/sys/viewer/impls/binary/f90-custom/makefile
/petsc/src/sys/viewer/impls/binary/f90-custom/zbinvf90.c
/petsc/src/sys/viewer/impls/hdf5/hdf5v.c
/petsc/src/sys/viewer/impls/makefile
/petsc/src/sys/viewer/impls/socket/matlab/makefile
/petsc/src/sys/viewer/interface/viewregall.c
/petsc/src/ts/examples/tutorials/ex8.py
/petsc/src/ts/f90-mod/makefile
/petsc/src/ts/f90-mod/petsctsmod.F
/petsc/src/ts/impls/python/makefile
/petsc/src/ts/impls/python/pythonts.c
/petsc/src/ts/interface/tsfd.c
/petsc/src/ts/makefile
/petsc/src/vec/f90-mod/makefile
/petsc/src/vec/f90-mod/petscvecmod.F
/petsc/src/vec/makefile
/petsc/src/vec/vec/examples/tutorials/makefile
/petsc/src/vec/vec/examples/tutorials/output/ex16_1.out
/petsc/src/vec/vec/impls/mpi/pdvec.c
/petsc/src/vec/vec/impls/mpi/pvec2.c
/petsc/src/vec/vec/interface/vector.c
/petsc/src/vec/vec/utils/vecio.c
/petsc/src/vec/vec/utils/vecmpitoseq.c
/petsc/src/vec/vec/utils/vinv.c
/petsc/tutorials/multiphysics/output/mp_10.out
/petsc/tutorials/multiphysics/output/mp_9.out
b164627013-Oct-2009 Shri Abhyankar <abhyshr@mcs.anl.gov>

Replacement of while loops

Hg-commit: 733d6de1a7bfdbfd48d080d62d5b5362825a8081

bef3665912-Oct-2009 Shri Abhyankar <abhyshr@mcs.anl.gov>

Added newdatastruct MatLU Numerical factorization routines for bs = 6,7
Merged all numerical foctorization routines for bs = 6 in baijfact7.c
Merged all numerical factorization routines for bs = 7 in

Added newdatastruct MatLU Numerical factorization routines for bs = 6,7
Merged all numerical foctorization routines for bs = 6 in baijfact7.c
Merged all numerical factorization routines for bs = 7 in baijfact5.c

Hg-commit: ea969c1104fc2846a4dffd77a446309d01e23183

show more ...

0deeaf6112-Oct-2009 Shri Abhyankar <abhyshr@mcs.anl.gov>

Added newdatastruct Mat LU Numeric factorization routines for bs = 5

Hg-commit: df5d6e89aa8a78091a92818217477b30920fac80

209027a412-Oct-2009 Shri Abhyankar <abhyshr@mcs.anl.gov>

Added newdatastruct LU Numeric factorization routines for bs = 4

Hg-commit: 8d416c753bf22147c3641a93db7d5e831c86cd82

e6580cee12-Oct-2009 Shri Abhyankar <abhyshr@mcs.anl.gov>

Merged MatLUFactorNumeric routines for bs = 4 in baijfact11.c
Removed baijfact12.c

Hg-commit: b22b4bc1be50a72d1b01d18e5134ef36a2430525

359bf53f12-Oct-2009 Shri Abhyankar <abhyshr@mcs.anl.gov>

Bug fix

Hg-commit: 210a4327002cdead6777adb5e087f5eec4fa4a11

1754272911-Oct-2009 Shri Abhyankar <abhyshr@mcs.anl.gov>

Added MatLUFactorNumeric_SeqBAIJ_3 for Natural and other orderings
Merged all LU numeric factor routines in baijfact13.c
Removed baijfact14.c

Hg-commit: de119c5b3af3cf87701b6aa3a3d245e9fb9c1b8e

7f53bb6c09-Oct-2009 Hong Zhang <hzhang@mcs.anl.gov>

fix memory leak in matrix factorization routines

Hg-commit: e3157dcb727e97065d26a2e291f5377eb89fd848


/petsc/bin/maint/confignightly/churn
/petsc/bin/maint/confignightly/churn2
/petsc/bin/maint/confignightly/crank
/petsc/bin/maint/confignightly/crank2
/petsc/bin/maint/confignightly/crush
/petsc/bin/maint/confignightly/crush2
/petsc/bin/maint/confignightly/grind
/petsc/bin/maint/confignightly/grind2
/petsc/bin/maint/confignightly/steamroller
/petsc/bin/maint/dos/buildntdist
/petsc/bin/maint/dos/makecpp.tcl
/petsc/bin/maint/dos/makefile.dos
/petsc/bin/maint/dos/req.mak
/petsc/bin/maint/dos/rules_win32
/petsc/bin/maint/gcov.py
/petsc/bin/maint/generatefortranstubs.py
/petsc/config/PETSc/Configure.py
/petsc/config/PETSc/utilities/arch.py
/petsc/config/PETSc/utilities/petscdir.py
/petsc/config/configure.py
/petsc/config/examples/arch-linux-cxx-sieve.py
/petsc/config/examples/arch-linux-gcc-absoft.py
/petsc/config/examples/arch-linux-gcc-ifc.py
/petsc/config/examples/arch-linux-gcc-pgf90.py
/petsc/config/examples/arch-linux-gcov.py
/petsc/config/examples/arch-linux-pkgs-gcov.py
/petsc/config/examples/arch-linux-pkgs-opt.py
/petsc/config/examples/arch-linux-pkgs-valgrind.py
/petsc/config/examples/arch-linux-uni.py
/petsc/include/characteristic.h
/petsc/include/petscmesh.h
/petsc/include/sieve/SieveBuilder.hh
/petsc/src/contrib/helmholtz_2/makefile
/petsc/src/contrib/makefile
/petsc/src/contrib/mixedrealcomplex/makefile
/petsc/src/contrib/pc/makefile
/petsc/src/contrib/reusememory/makefile
/petsc/src/dm/da/src/usfft/makefile
/petsc/src/dm/mesh/examples/tests/makefile
/petsc/src/dm/mesh/examples/tutorials/makefile
/petsc/src/dm/mesh/examples/tutorials/watson.cxx
/petsc/src/dm/mesh/ftn-custom/zsection.c
/petsc/src/dm/mesh/impls/cartesian/makefile
/petsc/src/dm/mesh/makefile
/petsc/src/dm/mesh/section.c
/petsc/src/dm/mesh/sieve/makefile
/petsc/src/docs/tex/manual/makefile
/petsc/src/docs/tex/petscapp.bib
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_mpicrl.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_mpicsrperm.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_seqcrl.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_seqcsrperm.out
/petsc/src/ksp/pc/impls/is/feti/examples/makefile
/petsc/src/ksp/pc/impls/is/feti/makefile
/petsc/src/ksp/pc/impls/redistribute/redistribute.c
/petsc/src/ksp/pc/impls/tfs/gs.c
/petsc/src/makefile
/petsc/src/mat/impls/adj/mpi/mpiadj.c
/petsc/src/mat/impls/aij/mpi/csrperm/mpicsrperm.c
/petsc/src/mat/impls/aij/mpi/makefile
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/aij/seq/csrperm/csrperm.c
/petsc/src/mat/impls/aij/seq/dxml/makefile
baijfact2.c
baijfact3.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/semiLagrange/characteristicimpl.h
/petsc/src/semiLagrange/examples/makefile
/petsc/src/semiLagrange/examples/tutorials/ex1.c
/petsc/src/semiLagrange/examples/tutorials/ex2.c
/petsc/src/semiLagrange/examples/tutorials/ex4.c
/petsc/src/semiLagrange/examples/tutorials/makefile
/petsc/src/semiLagrange/impls/da/da.c
/petsc/src/semiLagrange/impls/da/da.h
/petsc/src/semiLagrange/impls/da/makefile
/petsc/src/semiLagrange/impls/makefile
/petsc/src/semiLagrange/interface/characteristic.c
/petsc/src/semiLagrange/interface/dlregis.c
/petsc/src/semiLagrange/interface/makefile
/petsc/src/semiLagrange/interface/mocregis.c
/petsc/src/semiLagrange/makefile
/petsc/src/sys/dll/makefile
/petsc/src/sys/error/examples/tests/makefile
/petsc/src/sys/error/makefile
/petsc/src/sys/objects/makefile
/petsc/src/sys/utils/arch.c
/petsc/src/sys/utils/makefile
/petsc/src/vec/vec/impls/seq/makefile
/petsc/tutorials/multiphysics/makefile
/petsc/tutorials/multiphysicsNonlinear/makefile
ec1065ed05-Oct-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: e4ceadb2454090be7d46b3718e609756791804d0

4c000e2e05-Oct-2009 Hong Zhang <hzhang@mcs.anl.gov>

add MatLUFactorNumeric_SeqBAIJ_2_NaturalOrdering_newdatastruct()
implement inline Kernel_A_gets_A_times_B_2() and Kernel_A_gets_A_minus_B_times_C_2()

Hg-commit: 3d7d28683daebb54f5a039927ee19ffb0b5a4

add MatLUFactorNumeric_SeqBAIJ_2_NaturalOrdering_newdatastruct()
implement inline Kernel_A_gets_A_times_B_2() and Kernel_A_gets_A_minus_B_times_C_2()

Hg-commit: 3d7d28683daebb54f5a039927ee19ffb0b5a4311

show more ...

1...<<31323334353637383940>>...64