History log of /petsc/src/mat/impls/aij/seq/ (Results 2551 – 2575 of 4200)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
0a3c351a05-Feb-2010 Hong Zhang <hzhang@mcs.anl.gov>

rename matfactor and matsolve routines as Matxxx_inplace for Cholesky factorization with aij format

Hg-commit: ba6d9a8f15047432bab9738f57075948805312da

9899185305-Feb-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Added next block prefetching in MatSolve_SeqAIJ_Inode_newdatastruct.
Fixed memory leak in ex129.c

Hg-commit: b850f94eefc6e91b0c24caa59269abc262dae6af

ad04f41a05-Feb-2010 Hong Zhang <hzhang@mcs.anl.gov>

rename origianl matfactor and matsolve routines as
Matxxx_inplace() for seqaij format

Hg-commit: ba5d621342e8a372332f34aeb3e9ca3c0f07589b

5ebcd58d04-Feb-2010 Satish Balay <balay@mcs.anl.gov>

use -lpetsc for single-library=1 and -lpetscsys for single-library=0

Hg-commit: a8480cd095925bfa279aced5ffe2f4a4f100ebbd


/petsc/conf/rules
/petsc/conf/variables
/petsc/config/PETSc/Configure.py
crl/ftn-kernels/makefile
/petsc/src/snes/examples/tutorials/ex48.c
/petsc/src/sys/adic/Gradient/makefile
/petsc/src/sys/adic/adic/makefile
/petsc/src/sys/adic/adintrinsics/makefile
/petsc/src/sys/bag/f90-custom/makefile
/petsc/src/sys/bag/makefile
/petsc/src/sys/dll/makefile
/petsc/src/sys/draw/impls/ps/makefile
/petsc/src/sys/draw/impls/win32/makefile
/petsc/src/sys/draw/impls/x/ftn-custom/makefile
/petsc/src/sys/draw/impls/x/makefile
/petsc/src/sys/draw/interface/ftn-custom/makefile
/petsc/src/sys/draw/interface/makefile
/petsc/src/sys/draw/makefile
/petsc/src/sys/draw/utils/ftn-custom/makefile
/petsc/src/sys/draw/utils/makefile
/petsc/src/sys/error/ftn-custom/makefile
/petsc/src/sys/error/makefile
/petsc/src/sys/f90-mod/makefile
/petsc/src/sys/f90-src/fsrc/makefile
/petsc/src/sys/f90-src/makefile
/petsc/src/sys/fileio/ftn-custom/makefile
/petsc/src/sys/fileio/makefile
/petsc/src/sys/fsrc/makefile
/petsc/src/sys/ftn-custom/makefile
/petsc/src/sys/matlabengine/ftn-custom/makefile
/petsc/src/sys/matlabengine/makefile
/petsc/src/sys/memory/ftn-custom/makefile
/petsc/src/sys/memory/makefile
/petsc/src/sys/mpiuni/f90-mod/makefile
/petsc/src/sys/objects/ftn-custom/makefile
/petsc/src/sys/objects/makefile
/petsc/src/sys/plog/ftn-custom/makefile
/petsc/src/sys/plog/makefile
/petsc/src/sys/plog/utils/makefile
/petsc/src/sys/python/ftn-custom/makefile
/petsc/src/sys/python/makefile
/petsc/src/sys/random/impls/makefile
/petsc/src/sys/random/impls/rand/makefile
/petsc/src/sys/random/impls/rand48/makefile
/petsc/src/sys/random/impls/sprng/makefile
/petsc/src/sys/random/interface/makefile
/petsc/src/sys/time/makefile
/petsc/src/sys/time/nt_time/makefile
/petsc/src/sys/time/rs6000_time/makefile
/petsc/src/sys/utils/ftn-custom/makefile
/petsc/src/sys/utils/ftn-kernels/makefile
/petsc/src/sys/utils/makefile
/petsc/src/sys/verbose/ftn-custom/makefile
/petsc/src/sys/verbose/makefile
/petsc/src/sys/viewer/impls/ascii/ftn-custom/makefile
/petsc/src/sys/viewer/impls/ascii/makefile
/petsc/src/sys/viewer/impls/binary/f90-custom/makefile
/petsc/src/sys/viewer/impls/binary/ftn-custom/makefile
/petsc/src/sys/viewer/impls/binary/makefile
/petsc/src/sys/viewer/impls/draw/ftn-custom/makefile
/petsc/src/sys/viewer/impls/draw/makefile
/petsc/src/sys/viewer/impls/hdf5/ftn-custom/makefile
/petsc/src/sys/viewer/impls/hdf5/makefile
/petsc/src/sys/viewer/impls/mathematica/makefile
/petsc/src/sys/viewer/impls/matlab/ftn-custom/makefile
/petsc/src/sys/viewer/impls/matlab/makefile
/petsc/src/sys/viewer/impls/netcdf/makefile
/petsc/src/sys/viewer/impls/silo/makefile
/petsc/src/sys/viewer/impls/socket/ftn-custom/makefile
/petsc/src/sys/viewer/impls/socket/makefile
/petsc/src/sys/viewer/impls/socket/matlab/makefile
/petsc/src/sys/viewer/impls/string/ftn-custom/makefile
/petsc/src/sys/viewer/impls/string/makefile
/petsc/src/sys/viewer/impls/vu/makefile
/petsc/src/sys/viewer/interface/ftn-custom/makefile
/petsc/src/sys/viewer/interface/makefile
f284f12a04-Feb-2010 Hong Zhang <hzhang@mcs.anl.gov>

optimize MatSolve_SeqSBAIJ_1() for new datastructure
trivial code cleanup of aijfact.c

Hg-commit: db5506c5e2a509effbca694c9e779150953b8ec2

e5d16d0404-Feb-2010 Hong Zhang <hzhang@mcs.anl.gov>

Remove experimental inplace MatILUFactor_SeqAIJ_newdatastruct().
New datastructure cannot reuse original matrix data structure.

Hg-commit: 4b749d694fe9b3684599792d6da40035a1ae65a0

2654957303-Feb-2010 Jed Brown <jed@59A2.org>

MatSolve_SeqAIJ_Inode prefetch

Hg-commit: baafb06bda1cf14ef65893e852b3be1cb3bb919f

3b5996c702-Feb-2010 Jed Brown <jed@59A2.org>

Add PetscPrefetchBlock (macro in order to be type-generic) and use in MatMult_SeqAIJ_Inode

Hg-commit: 29acdc3c69750a0f8a3788492f0ad9eff8ee2087

019b515e01-Feb-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Added inode routines for new datastructure

Hg-commit: aef32a8bffe7ad81b3db5f5d6386cfc03b97a7a2

9bd0847a28-Jan-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Added MatMatSolve_SeqAIJ for newdatastruct

Hg-commit: 90c737306e3c21dab5d0d9912bf0fcc6f3216236

b47f5a6528-Jan-2010 Hong Zhang <hzhang@mcs.anl.gov>

preparing implementation of inode routines for new LU datastructure

Hg-commit: b72879d857498aec529a641272a897904f7de419

e60cf9a026-Jan-2010 Barry Smith <bsmith@mcs.anl.gov>

fixed a bunch of assignments of integer to 0. mistake I made a few days ago adding the .

Hg-commit: cc599b11a9988dfcfd6326b284afa5d15897575c

b1646e7325-Jan-2010 Jed Brown <jed@59A2.org>

MatSetOption_SeqAIJ: explicitly ignore symmetric options (and note that they are ignored)

Hg-commit: 1c2aca8334441e7b93050806505c0790bc075b91

b87ac2d825-Jan-2010 Jed Brown <jed@59A2.org>

MatSetOption_SeqAIJ: don't fail on MAT_USE_INODES

Hg-commit: ed4b7f974c0da9304ef8a0234f39a83adecc2ce5

77b7860e24-Jan-2010 Jed Brown <jed@59A2.org>

MatSetOptions_SeqAIJ: error on unknown option (like all the other formats)

Hg-commit: 5085ba6d95f92634ac4e15164a6acc4ac29ba010

4b019bd220-Jan-2010 Jed Brown <jed@59A2.org>

Add MatSolveTranspose_UMFPACK

Remove superfluous VecConjugate. These are not necessary because
UMFPACK_Aat solves with the algebraic transpose, hence we don't need to
fake the algebraic transpose b

Add MatSolveTranspose_UMFPACK

Remove superfluous VecConjugate. These are not necessary because
UMFPACK_Aat solves with the algebraic transpose, hence we don't need to
fake the algebraic transpose by solving with the hermitian transpose.

Use static linkage for all private methods.

Hg-commit: e6e8de41b17aa7f4a70647f8754b005b025b8598

show more ...

6929473c18-Jan-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Started working on MatSolveTranspose_SEQBAIJ routines for new data strucuture
Removed newdatastruct version 1 routines for SEQ_AIJ and SEQ_BAIJ

Hg-commit: e76dcd365c649c8c1dd598bf1e7484134939b934

7556704316-Jan-2010 Barry Smith <bsmith@mcs.anl.gov>

correcting of 0 assignments to double to be 0.

Hg-commit: 4e8d3c66ce68ac50361b8dc9292a6438842e1543


/petsc/bin/maint/confignightly/n-gage
/petsc/bin/maint/confignightly/n-gage2
/petsc/bin/maint/confignightly/n-gage3
/petsc/bin/maint/confignightly/wii
/petsc/bin/maint/confignightly/wii2
/petsc/bin/maint/confignightly/wii3
/petsc/bin/maint/gcov.py
/petsc/config/PETSc/packages/gmp.py
/petsc/config/PETSc/packages/mpack.py
/petsc/config/PETSc/packages/qd.py
/petsc/config/examples/arch-freebsd-cxx-cmplx-pkgs-dbg.py
/petsc/config/examples/arch-freebsd-cxx-pkgs-opt.py
/petsc/config/examples/arch-freebsd-pkgs-opt.py
/petsc/config/examples/arch-opensolaris-cxx-cmplx-pkgs-dbg.py
/petsc/config/examples/arch-opensolaris-cxx-pkgs-opt.py
/petsc/config/examples/arch-opensolaris-pkgs-opt.py
/petsc/include/finclude/petsc.h
/petsc/include/finclude/petscdef.h
/petsc/include/petsc.h
/petsc/include/petscblaslapack.h
/petsc/include/petscblaslapack_c.h
/petsc/include/petscblaslapack_qd.h
/petsc/include/petscblaslapack_uscore.h
/petsc/include/petscmath.h
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/impls/bcgsl/bcgsl.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/pc/impls/cp/cp.c
/petsc/src/ksp/pc/impls/factor/icc/icc.c
/petsc/src/ksp/pc/impls/factor/ilu/ilu.c
/petsc/src/ksp/pc/impls/hypre/hypre.c
/petsc/src/mat/examples/tests/output/ex129.out
aij.c
aijfact.c
inode.c
/petsc/src/mat/impls/baij/seq/baijfact.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/mffd/mffd.c
/petsc/src/mat/impls/sbaij/seq/sbaij.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/snes.c
/petsc/src/sys/draw/impls/ps/pops.c
/petsc/src/sys/draw/interface/draw.c
/petsc/src/sys/draw/interface/drawreg.c
/petsc/src/sys/draw/utils/axis.c
/petsc/src/sys/draw/utils/hists.c
/petsc/src/sys/objects/init.c
/petsc/src/ts/impls/implicit/gl/gl.c
/petsc/src/vec/vec/impls/seq/dvec2.c
/petsc/src/vec/vec/interface/rvector.c
40eeca1414-Jan-2010 Satish Balay <balay@mcs.anl.gov>

LOCDIR fixes

Hg-commit: db691e656767d373bddab3f4240457e154eb79a6


/petsc/bin/maint/buildtest
/petsc/bin/maint/checkBuilds.py
/petsc/bin/maint/gcov.py
/petsc/conf/rules
/petsc/conf/variables
/petsc/config/PETSc/Configure.py
/petsc/config/PETSc/packages/gmp.py
/petsc/config/PETSc/packages/hdf5.py
/petsc/config/PETSc/packages/mpack.py
/petsc/config/PETSc/packages/sowing.py
/petsc/include/petsc.hh
/petsc/include/private/makefile
/petsc/include/sieve/problem/LaplaceBEM.hh
/petsc/makefile
/petsc/src/benchmarks/streams/makefile
/petsc/src/bilinear/impls/dense/seq/bldense.c
/petsc/src/bilinear/impls/dense/seq/bldense.h
/petsc/src/bilinear/impls/dense/seq/makefile
/petsc/src/bilinear/interface/blregis.c
/petsc/src/bilinear/interface/makefile
/petsc/src/dm/adda/examples/makefile
/petsc/src/dm/ao/impls/mapping/ftn-custom/makefile
/petsc/src/dm/da/src/usfft/makefile
/petsc/src/dm/mesh/examples/tests/makefile
/petsc/src/dm/mesh/examples/tutorials/laplaceBEM1.hh
/petsc/src/dm/mesh/examples/tutorials/makefile
/petsc/src/mat/examples/tests/ex129.c
/petsc/src/mat/examples/tests/makefile
crl/ftn-kernels/makefile
/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/baijfact5.c
/petsc/src/mat/impls/baij/seq/baijfact7.c
/petsc/src/mat/impls/baij/seq/baijfact9.c
/petsc/src/mat/impls/framework/makefile
/petsc/src/mat/matfd/fdmatrix.c
/petsc/src/semiLagrange/impls/da/makefile
/petsc/src/semiLagrange/impls/da/slda.c
/petsc/src/semiLagrange/impls/da/slda.h
/petsc/src/semiLagrange/interface/makefile
/petsc/src/semiLagrange/interface/slregis.c
/petsc/src/snes/impls/test/snestest.c
/petsc/src/sys/utils/ftn-kernels/makefile
/petsc/src/sys/viewer/impls/binary/f90-custom/makefile
/petsc/src/sys/viewer/interface/dlregispetsc.c
/petsc/tutorials/multiphysics/makefile
/petsc/tutorials/multiphysicsNonlinear/makefile
/petsc/tutorials/python/makefile
c5e3b2a311-Jan-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Added test case for testing MatSolve,MatSolveTranspose,MatSolveAdd,and MatSolveTransposeAdd.
tested it on SeqAIJ matrices.
fixed bug in MatSolveTranspose_Add_SeqAIJ_newdatastruct

Hg-commit: 2e243112

Added test case for testing MatSolve,MatSolveTranspose,MatSolveAdd,and MatSolveTransposeAdd.
tested it on SeqAIJ matrices.
fixed bug in MatSolveTranspose_Add_SeqAIJ_newdatastruct

Hg-commit: 2e243112f3687834f8ac57984e5ae8e9721bfef1

show more ...

533e601107-Jan-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Added MatSolveTransposeAdd_SeqAIJ_newdatastruct

Hg-commit: 2923427f37c501205182d7f9354cad89cf074521

3c0119df07-Jan-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Added MatSolveAdd_SeqAIJ_newdatastruct
Trivial cleanup of MatSolve_SeqAIJ_newdatastruct and
MatSolve_SeqAIJ_NaturalOrdering_newdatastruct

Hg-commit: 11a525b2b53af66a1c419989752d1c8950b8851a

4395751f07-Jan-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Removed _v2 from revised SeqAIJ newdatastruct MatSolve subroutine names

Hg-commit: 82bdb1c528ebdabd0eb217f08c5d7358883a8d80

a24f213c07-Jan-2010 Hong Zhang <hzhang@mcs.anl.gov>

trivial code cleanup

Hg-commit: e5051e75dad06afda9e1d3bfe7d4a093795ebc59

c6ae9bfc07-Jan-2010 Hong Zhang <hzhang@mcs.anl.gov>

optimize MatCholeskyFactorxxx_SeqAIJ() as suggested by Bas.Vant-Hof@shell.com, [petsc-maint #39884]

Hg-commit: b8f18518dc12200fab2ca20b624087147c04e6c4

1...<<101102103104105106107108109110>>...168