History log of /petsc/src/mat/impls/aij/ (Results 2401 – 2425 of 6618)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
1a9391e314-Jan-2016 Hong Zhang <hzhang@mcs.anl.gov>

fix valgrind complain in on uninitialised value

af5376aa14-Jan-2016 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'stefano_zampini/feature-pardiso-schur'

96a0c99414-Jan-2016 Barry Smith <bsmith@mcs.anl.gov>

fixed up formatting of references in manualpages to consistent style

References:
+ 1. - ref1
. 2. - ref2
- 3. - ref3

previously the formatting was varied and ugly


/petsc/bin/maint/confignightly/default
/petsc/config/BuildSystem/config/packages/SuperLU_DIST.py
/petsc/config/BuildSystem/config/packages/make.py
/petsc/config/BuildSystem/config/packages/revolve.py
/petsc/config/BuildSystem/config/setCompilers.py
/petsc/config/PETSc/Regression.py
/petsc/config/examples/arch-freebsd-pkgs-opt.py
/petsc/config/examples/arch-linux-pkgs-opt.py
/petsc/config/examples/arch-linux-pkgs-valgrind.py
/petsc/config/examples/arch-osx-10.6-cxx-pkgs-opt.py
/petsc/include/petscmath.h
/petsc/makefile
/petsc/share/petsc/saws/linearsolveroptions.html
/petsc/src/benchmarks/streams/makefile
/petsc/src/dm/dt/interface/dt.c
/petsc/src/dm/impls/network/networkmonitor.c
/petsc/src/docs/tao_tex/manual/part1.tex
/petsc/src/docs/tao_tex/tutorials/nersc/taoacts11.tex
/petsc/src/docs/website/developers/index.html
/petsc/src/docs/website/documentation/changes/index.html
/petsc/src/docs/website/documentation/faq.html
/petsc/src/docs/website/documentation/nonlinearsolvertable.html
/petsc/src/ksp/ksp/impls/bcgs/bcgs.c
/petsc/src/ksp/ksp/impls/bcgsl/bcgsl.c
/petsc/src/ksp/ksp/impls/cg/cg.c
/petsc/src/ksp/ksp/impls/cgs/cgs.c
/petsc/src/ksp/ksp/impls/cr/cr.c
/petsc/src/ksp/ksp/impls/fcg/fcg.c
/petsc/src/ksp/ksp/impls/gcr/gcr.c
/petsc/src/ksp/ksp/impls/gmres/dgmres/dgmres.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/qcg/qcg.c
/petsc/src/ksp/ksp/impls/rich/rich.c
/petsc/src/ksp/ksp/impls/tcqmr/tcqmr.c
/petsc/src/ksp/ksp/impls/tfqmr/tfqmr.c
/petsc/src/ksp/ksp/interface/iguess.c
/petsc/src/ksp/pc/impls/asm/asm.c
/petsc/src/ksp/pc/impls/factor/icc/icc.c
/petsc/src/ksp/pc/impls/factor/ilu/ilu.c
/petsc/src/ksp/pc/impls/fieldsplit/fieldsplit.c
/petsc/src/ksp/pc/impls/gasm/gasm.c
/petsc/src/ksp/pc/impls/kaczmarz/kaczmarz.c
/petsc/src/ksp/pc/impls/lsc/lsc.c
/petsc/src/ksp/pc/impls/wb/wb.c
/petsc/src/mat/color/impls/greedy/greedy.c
/petsc/src/mat/color/impls/jp/jp.c
mpi/mkl_cpardiso/mkl_cpardiso.c
mpi/mpiaij.c
mpi/mumps/mumps.c
seq/mkl_pardiso/mkl_pardiso.c
seq/superlu/superlu.c
/petsc/src/mat/impls/elemental/matelem.cxx
/petsc/src/mat/impls/preallocator/makefile
/petsc/src/snes/impls/composite/snescomposite.c
/petsc/src/snes/impls/fas/fas.c
/petsc/src/snes/impls/gs/snesgs.c
/petsc/src/snes/impls/ms/ms.c
/petsc/src/snes/impls/nasm/aspin.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/vi/rs/virs.c
/petsc/src/snes/impls/vi/ss/viss.c
/petsc/src/sys/objects/options.c
/petsc/src/sys/objects/prefix.c
/petsc/src/sys/utils/mpits.c
/petsc/src/tao/complementarity/impls/asls/asfls.c
/petsc/src/tao/complementarity/impls/asls/asils.c
/petsc/src/ts/impls/arkimex/arkimex.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/pseudo/posindep.c
/petsc/src/ts/impls/rosw/rosw.c
/petsc/src/ts/interface/ts.c
/petsc/tutorials/HandsOnExercise.html
/petsc/tutorials/TAOHandsOnExercise.html
a455e92614-Jan-2016 Hong Zhang <hzhang@mcs.anl.gov>

replace !PetscBool with PetscNot(a)

2e92ee1312-Jan-2016 Hong Zhang <hzhang@mcs.anl.gov>

add allowzeropivot and zeropivotdetected to PetscKernel_A_gets_inverse_A_#

d780651812-Jan-2016 Hong Zhang <hzhang@mcs.anl.gov>

enable zeropivot for pbjacobi, bs=3, baij matrix

6baedc0311-Jan-2016 Hong Zhang <hzhang@mcs.anl.gov>

rename crash and wouldcrash -> allowzeropivot and zeropivotdetected as suggested by Barry

cd545bac08-Jan-2016 Hong Zhang <hzhang@mcs.anl.gov>

add 'PetscBool crash,PetscBool *wouldcrash' to PetscKernel_A_gets_inverse_A_3() to handle zeropivot error


/petsc/bin/maint/confignightly/default
/petsc/bin/maint/mapnameslatex.py
/petsc/config/BuildSystem/config/packages/BlasLapack.py
/petsc/config/BuildSystem/config/packages/MPICH.py
/petsc/config/BuildSystem/config/packages/SuperLU.py
/petsc/config/BuildSystem/config/packages/SuperLU_DIST.py
/petsc/config/BuildSystem/config/packages/make.py
/petsc/config/BuildSystem/config/packages/revolve.py
/petsc/config/builder.py
/petsc/config/examples/arch-freebsd-pkgs-opt.py
/petsc/config/examples/arch-linux-pkgs-opt.py
/petsc/config/examples/arch-linux-pkgs-valgrind.py
/petsc/config/examples/arch-opensolaris-cmplx-pkgs-dbg.py
/petsc/config/examples/arch-osx-10.6-cxx-cmplx-pkgs-dbg.py
/petsc/config/examples/arch-osx-10.6-cxx-pkgs-opt.py
/petsc/include/petsc/private/kernels/blockinvert.h
/petsc/include/petsc/private/petscdsimpl.h
/petsc/include/petsc/private/petscfeimpl.h
/petsc/include/petsc/private/tsimpl.h
/petsc/include/petscds.h
/petsc/include/petscfe.h
/petsc/include/petscmat.h
/petsc/include/petscts.h
/petsc/lib/petsc/conf/test
/petsc/makefile
/petsc/src/benchmarks/streams/makefile
/petsc/src/dm/dt/examples/tests/ex3.c
/petsc/src/dm/dt/interface/dtds.c
/petsc/src/dm/dt/interface/dtfe.c
/petsc/src/dm/impls/da/dapreallocate.c
/petsc/src/dm/impls/plex/plex.c
/petsc/src/dm/impls/plex/plexcreate.c
/petsc/src/dm/impls/plex/plexdistribute.c
/petsc/src/dm/impls/plex/plexfem.c
/petsc/src/dm/impls/plex/plexinterpolate.c
/petsc/src/dm/impls/plex/plexlabel.c
/petsc/src/dm/impls/plex/plexpreallocate.c
/petsc/src/dm/interface/dm.c
/petsc/src/docs/tao_tex/manual/part1.tex
/petsc/src/docs/tao_tex/tutorials/nersc/taoacts11.tex
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/tex/petsc.bib
/petsc/src/docs/tex/petscapp.bib
/petsc/src/docs/website/developers/index.html
/petsc/src/docs/website/documentation/changes/index.html
/petsc/src/docs/website/documentation/faq.html
/petsc/src/ksp/ksp/impls/cg/cg.c
/petsc/src/ksp/ksp/impls/cg/cgne/cgne.c
/petsc/src/ksp/ksp/impls/fcg/fcg.c
seq/aij.c
seq/inode.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/baijfact13.c
/petsc/src/mat/impls/baij/seq/dgefa3.c
/petsc/src/mat/impls/makefile
/petsc/src/mat/impls/preallocator/makefile
/petsc/src/mat/impls/preallocator/matpreallocator.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact3.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact4.c
/petsc/src/mat/interface/f90-custom/zmatrixf90.c
/petsc/src/mat/interface/matregis.c
/petsc/src/mat/interface/matrix.c
/petsc/src/snes/examples/tutorials/output/ex12_43.out
/petsc/src/snes/examples/tutorials/output/ex12_44.out
/petsc/src/snes/utils/dmplexsnes.c
/petsc/src/ts/examples/tutorials/ex20adj.c
/petsc/src/ts/examples/tutorials/makefile
/petsc/src/ts/examples/tutorials/output/ex20adj_2.out
/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/trajectory/impls/basic/trajbasic.c
/petsc/src/ts/trajectory/impls/makefile
/petsc/src/ts/trajectory/impls/memory/makefile
/petsc/src/ts/trajectory/impls/memory/trajmemory.c
/petsc/src/ts/trajectory/impls/singlefile/singlefile.c
/petsc/src/ts/trajectory/interface/traj.c
/petsc/src/vec/is/utils/vsectionis.c
f64b201707-Jan-2016 Hong Zhang <hzhang@mcs.anl.gov>

set 'ReplaceTinyPivot=NO' as default. See Sherry's email Re: zeropivot in superlu_dist on Jan 7, 2016 at 12:03 AM

1b4120e505-Jan-2016 Hong Zhang <hzhang@mcs.anl.gov>

support !A->erroriffailure

c939d92c05-Jan-2016 Hong Zhang <hzhang@mcs.anl.gov>

replace default FactPattern = SamePattern_SameRowPerm to SamePattern;
see Sherry's email Re: SuperLU convergence problem (More test) on 12/8/2015


/petsc/bin/maint/mapnameslatex.py
/petsc/config/BuildSystem/config/packages/BlasLapack.py
/petsc/config/BuildSystem/config/packages/MPICH.py
/petsc/config/BuildSystem/config/packages/SuperLU.py
/petsc/config/BuildSystem/config/packages/SuperLU_DIST.py
/petsc/config/BuildSystem/config/packages/revolve.py
/petsc/config/builder.py
/petsc/config/examples/arch-opensolaris-cmplx-pkgs-dbg.py
/petsc/config/examples/arch-osx-10.6-cxx-cmplx-pkgs-dbg.py
/petsc/include/petsc/private/petscdsimpl.h
/petsc/include/petsc/private/petscfeimpl.h
/petsc/include/petsc/private/tsimpl.h
/petsc/include/petscds.h
/petsc/include/petscfe.h
/petsc/include/petscmat.h
/petsc/include/petscts.h
/petsc/lib/petsc/conf/test
/petsc/src/dm/dt/examples/tests/ex3.c
/petsc/src/dm/dt/interface/dtds.c
/petsc/src/dm/dt/interface/dtfe.c
/petsc/src/dm/impls/da/dapreallocate.c
/petsc/src/dm/impls/plex/plex.c
/petsc/src/dm/impls/plex/plexcreate.c
/petsc/src/dm/impls/plex/plexdistribute.c
/petsc/src/dm/impls/plex/plexfem.c
/petsc/src/dm/impls/plex/plexinterpolate.c
/petsc/src/dm/impls/plex/plexlabel.c
/petsc/src/dm/impls/plex/plexpreallocate.c
/petsc/src/dm/interface/dm.c
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/tex/petsc.bib
/petsc/src/docs/tex/petscapp.bib
/petsc/src/ksp/ksp/examples/tests/ex17.c
/petsc/src/ksp/ksp/examples/tests/makefile
/petsc/src/ksp/ksp/examples/tests/output/ex17_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex17_superlu_dist.out
/petsc/src/ksp/ksp/impls/cg/cg.c
/petsc/src/ksp/ksp/impls/cg/cgne/cgne.c
/petsc/src/ksp/ksp/impls/fcg/fcg.c
mpi/superlu_dist/superlu_dist.c
/petsc/src/mat/impls/makefile
/petsc/src/mat/impls/preallocator/makefile
/petsc/src/mat/impls/preallocator/matpreallocator.c
/petsc/src/mat/interface/f90-custom/zmatrixf90.c
/petsc/src/mat/interface/matregis.c
/petsc/src/mat/interface/matrix.c
/petsc/src/snes/examples/tutorials/output/ex12_43.out
/petsc/src/snes/examples/tutorials/output/ex12_44.out
/petsc/src/snes/utils/dmplexsnes.c
/petsc/src/ts/examples/tutorials/ex20adj.c
/petsc/src/ts/examples/tutorials/makefile
/petsc/src/ts/examples/tutorials/output/ex20adj_2.out
/petsc/src/ts/interface/dlregists.c
/petsc/src/ts/interface/ts.c
/petsc/src/ts/interface/tscreate.c
/petsc/src/ts/trajectory/impls/basic/trajbasic.c
/petsc/src/ts/trajectory/impls/makefile
/petsc/src/ts/trajectory/impls/memory/makefile
/petsc/src/ts/trajectory/impls/memory/trajmemory.c
/petsc/src/ts/trajectory/impls/singlefile/singlefile.c
/petsc/src/ts/trajectory/interface/traj.c
/petsc/src/vec/is/utils/vsectionis.c
2ee68a2828-Dec-2015 Stefano Zampini <stefano.zampini@gmail.com>

Mat_MKL_Pardiso: fixes for complex-cxx builds

disable Cholesky factors for complex builds since the interface does not currently supports them
MatSolveTranspose now solves the transposed system (and

Mat_MKL_Pardiso: fixes for complex-cxx builds

disable Cholesky factors for complex builds since the interface does not currently supports them
MatSolveTranspose now solves the transposed system (and not the hermitian transpose) in the complex case

show more ...

268d32bf28-Dec-2015 Stefano Zampini <stefano.zampini@gmail.com>

Mat_MKL_PARDISO: added missing PETSC_EXTERN declaration

9ad6434222-Dec-2015 Hong Zhang <hzhang@mcs.anl.gov>

skip MatSolve() if matrix factorization fails

675d122622-Dec-2015 Hong Zhang <hzhang@mcs.anl.gov>

replacing SETERRQ with error output info and continue execution

5db81dd220-Dec-2015 Satish Balay <balay@mcs.anl.gov>

superlu: fix complex build

Reported-by: Torquil Macdonald Sørensen <torquil@gmail.com>

00ceaee717-Dec-2015 Satish Balay <balay@mcs.anl.gov>

Merge branch 'hzhang/matpackage-erroriffpe'


/petsc/bin/maint/builddist
/petsc/bin/maint/runhtml.py
/petsc/config/BuildSystem/config/compilers.py
/petsc/config/BuildSystem/config/packages/MPICH.py
/petsc/config/BuildSystem/config/packages/MUMPS.py
/petsc/config/BuildSystem/config/packages/SuperLU.py
/petsc/config/BuildSystem/config/packages/SuperLU_DIST.py
/petsc/config/examples/arch-freebsd-pkgs-opt.py
/petsc/config/examples/arch-osx-pgi-pkgs-opt.py
/petsc/include/petsc/finclude/petscksp.h
/petsc/include/petsc/finclude/petsckspdef.h
/petsc/include/petsc/finclude/petscmat.h
/petsc/include/petsc/finclude/petscpc.h
/petsc/include/petsc/finclude/petscpcdef.h
/petsc/include/petsc/private/kspimpl.h
/petsc/include/petsc/private/linesearchimpl.h
/petsc/include/petsc/private/matimpl.h
/petsc/include/petsc/private/pcimpl.h
/petsc/include/petscksp.h
/petsc/include/petscmat.h
/petsc/include/petscpc.h
/petsc/include/petscpctypes.h
/petsc/include/petscsnes.h
/petsc/include/petscversion.h
/petsc/src/docs/tex/petsc.bib
/petsc/src/docs/website/developers/index.html
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/docs/website/download/index.html
/petsc/src/ksp/ksp/examples/tests/makefile
/petsc/src/ksp/ksp/examples/tutorials/ex10.c
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_aijcusparse.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_zeropivot.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_zeropivot_3.out
/petsc/src/ksp/ksp/impls/cg/cgls.c
/petsc/src/ksp/ksp/impls/cg/makefile
/petsc/src/ksp/ksp/impls/cheby/cheby.c
/petsc/src/ksp/ksp/impls/makefile
/petsc/src/ksp/ksp/impls/preonly/preonly.c
/petsc/src/ksp/ksp/impls/tsirm/makefile
/petsc/src/ksp/ksp/impls/tsirm/tsirm.c
/petsc/src/ksp/ksp/interface/dlregisksp.c
/petsc/src/ksp/ksp/interface/iterativ.c
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/ksp/interface/itregis.c
/petsc/src/ksp/pc/examples/tutorials/makefile
/petsc/src/ksp/pc/examples/tutorials/output/ex1_1.out
/petsc/src/ksp/pc/impls/asm/asm.c
/petsc/src/ksp/pc/impls/bjacobi/bjacobi.c
/petsc/src/ksp/pc/impls/factor/cholesky/cholesky.c
/petsc/src/ksp/pc/impls/factor/factor.h
/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/ksp/pcksp.c
/petsc/src/ksp/pc/impls/mg/mg.c
/petsc/src/ksp/pc/impls/sor/sor.c
/petsc/src/ksp/pc/impls/telescope/telescope_dmda.c
/petsc/src/ksp/pc/interface/precon.c
mpi/mpiaij.c
mpi/mumps/mumps.c
seq/aij.c
seq/aijfact.c
seq/inode.c
seq/superlu/superlu.c
/petsc/src/mat/impls/baij/seq/baijfact.c
/petsc/src/mat/impls/mffd/mffd.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact.c
/petsc/src/mat/interface/ftn-custom/zmatrixf.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/utils/gcreate.c
/petsc/src/snes/examples/tests/makefile
/petsc/src/snes/examples/tests/output/ex69_4.out
/petsc/src/snes/examples/tests/output/ex69_5.out
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/impls/vi/vi.c
/petsc/src/snes/linesearch/impls/bt/linesearchbt.c
/petsc/src/snes/linesearch/impls/cp/linesearchcp.c
/petsc/src/snes/linesearch/impls/l2/linesearchl2.c
/petsc/src/snes/linesearch/impls/nleqerr/linesearchnleqerr.c
/petsc/src/snes/linesearch/interface/linesearch.c
/petsc/src/sys/utils/mpits.c
/petsc/src/tao/pde_constrained/examples/tutorials/makefile
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/shashi.F
3f7bb31611-Dec-2015 Satish Balay <balay@mcs.anl.gov>

Merge commit '7b37fee' into maint

a0808db410-Dec-2015 Hong Zhang <hzhang@mcs.anl.gov>

enable mat->errortype for chebyshev (all normtype), preonly, SOR and MG

899639b010-Dec-2015 Hong Zhang <hzhang@mcs.anl.gov>

enable mat->errortype for SOR and MG

d8cd218909-Dec-2015 Hong Zhang <hzhang@mcs.anl.gov>

rm MatFactorError from MatFactorInfo; skip MatSolve() when mat->errortype; rm extra space in names of matrix.c

9a62530708-Dec-2015 Hong Zhang <hzhang@mcs.anl.gov>

more Revert "replace 'const MatFactorInfo' to 'MatFactorInfo' in MatFactor routines"


/petsc/include/petsc/private/matimpl.h
/petsc/include/petscmat.h
/petsc/src/docs/tex/manual/part2.tex
mpi/mkl_cpardiso/mkl_cpardiso.c
mpi/mumps/mumps.c
mpi/pastix/pastix.c
mpi/superlu_dist/superlu_dist.c
seq/aij.c
seq/aij.h
seq/aijfact.c
seq/bas/basfactor.c
seq/inode.c
seq/mkl_pardiso/mkl_pardiso.c
seq/superlu/superlu.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/baijfact11.c
/petsc/src/mat/impls/baij/seq/baijfact13.c
/petsc/src/mat/impls/baij/seq/baijfact2.c
/petsc/src/mat/impls/baij/seq/baijfact3.c
/petsc/src/mat/impls/baij/seq/baijfact4.c
/petsc/src/mat/impls/baij/seq/baijfact5.c
/petsc/src/mat/impls/baij/seq/baijfact7.c
/petsc/src/mat/impls/baij/seq/baijfact9.c
/petsc/src/mat/impls/baij/seq/bstream/bstrmfact.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.h
/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
/petsc/src/mat/impls/sbaij/seq/sbstream/sbstrmfact.c
/petsc/src/mat/interface/ftn-custom/zmatrixf.c
/petsc/src/mat/interface/matrix.c
d9446a1608-Dec-2015 Hong Zhang <hzhang@mcs.anl.gov>

Revert "replace 'const MatFactorInfo' -> 'MatFactorInfo'"

This reverts commit af48bdc5724c729ddc55b84e8afd48f344de3945.

4cccfbdd08-Dec-2015 Hong Zhang <hzhang@mcs.anl.gov>

add "Mat fact" as an input to MatPivotCheck() for setting errortype into matrix fact

680c517308-Dec-2015 Hong Zhang <hzhang@mcs.anl.gov>

Barry suggests moving MatFactorError from MatFactorInfo into _p_Mat -- done with mumps.c

1...<<919293949596979899100>>...265