History log of /petsc/src/mat/impls/aij/seq/ (Results 2201 – 2225 of 4200)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
7de8570109-Nov-2011 Jed Brown <jed@59A2.org>

merge DMRedundant work

Hg-commit: 2ed262b5af301f4daec16b015285890f6c422d3f


/petsc/config/PETSc/FEM.py
/petsc/config/builder.py
/petsc/include/petscdmcomposite.h
/petsc/include/petscsnes.h
/petsc/include/petscsnesfas.h
/petsc/include/private/matimpl.h
/petsc/include/private/snesimpl.h
/petsc/include/private/vecimpl.h
/petsc/include/sieve/ISieve.hh
/petsc/src/dm/impls/composite/ftn-custom/zfddaf.c
/petsc/src/dm/impls/composite/pack.c
/petsc/src/dm/impls/composite/packimpl.h
/petsc/src/dm/impls/composite/packm.c
/petsc/src/dm/impls/da/da2.c
/petsc/src/dm/impls/mesh/examples/tests/ex1.c
/petsc/src/dm/impls/mesh/mesh.c
/petsc/src/dm/impls/redundant/dmredundant.c
/petsc/src/dm/interface/dm.c
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/docs/website/documentation/installation.html
/petsc/src/ksp/pc/impls/supportgraph/lowstretch.cpp
/petsc/src/ksp/pc/impls/svd/svd.c
/petsc/src/mat/examples/tests/ex161.c
/petsc/src/mat/examples/tutorials/ex16.c
aij.h
matmatmult.c
matpapt.c
/petsc/src/mat/interface/dlregismat.c
/petsc/src/snes/examples/tutorials/ex12.c
/petsc/src/snes/examples/tutorials/ex15.c
/petsc/src/snes/examples/tutorials/ex24.c
/petsc/src/snes/examples/tutorials/ex5.c
/petsc/src/snes/examples/tutorials/ex50.c
/petsc/src/snes/examples/tutorials/ex56.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/output/ex22_1.out
/petsc/src/snes/examples/tutorials/output/ex50_fas.out
/petsc/src/snes/examples/tutorials/output/ex50_ngmres_fas.out
/petsc/src/snes/examples/tutorials/output/ex5_5_ngmres.out
/petsc/src/snes/examples/tutorials/output/ex5_5_ngmres_fas.out
/petsc/src/snes/examples/tutorials/output/ex5_5_ngmres_ngs.out
/petsc/src/snes/examples/tutorials/output/ex5_5_ngmres_richardson.out
/petsc/src/snes/impls/fas/fas.c
/petsc/src/snes/impls/fas/fasimpls.h
/petsc/src/snes/impls/ncg/snesncg.c
/petsc/src/snes/impls/ngmres/snesngmres.c
/petsc/src/snes/impls/vi/rsaug/virsaug.c
/petsc/src/snes/impls/vi/rsaug/virsaugimpl.h
/petsc/src/snes/interface/ftn-custom/zsnesf.c
/petsc/src/snes/interface/snes.c
/petsc/src/vec/is/utils/iscoloring.c
/petsc/src/vec/vec/impls/mpi/mpicusp/mpicusp.cu
/petsc/src/vec/vec/impls/seq/bvec2.c
/petsc/src/vec/vec/impls/seq/seqcusp/cuspvecimpl.h
/petsc/src/vec/vec/impls/seq/seqcusp/veccusp.cu
/petsc/src/vec/vec/impls/seq/vsection.c
ecd8bba609-Nov-2011 Jed Brown <jed@59A2.org>

Pass 0 instead of PETSC_NULL when an integer value is intended

Hg-commit: 11376ffd9e794c536b23e0654d69245d73f33be9

f400d4cb09-Nov-2011 Hong Zhang <hzhang@mcs.anl.gov>

minor optimize MatRARt() - replacing rart->ARt with a working array

Hg-commit: cc2fd283875873044ad1222f76dbbbd21333c2d7

a0f8530109-Nov-2011 Hong Zhang <hzhang@mcs.anl.gov>

add MatMatMatMultNumeric_SeqAIJ_SeqAIJ_SeqDense() to replace two calls of MatMatMultNumeric_SeqAIJ_SeqDense()
in MatMatMultNumeric_SeqAIJ_SeqDense()

Hg-commit: fe753164d1bd5eca02d304c6200f71465bd52d

add MatMatMatMultNumeric_SeqAIJ_SeqAIJ_SeqDense() to replace two calls of MatMatMultNumeric_SeqAIJ_SeqDense()
in MatMatMultNumeric_SeqAIJ_SeqDense()

Hg-commit: fe753164d1bd5eca02d304c6200f71465bd52d80

show more ...

2f5f1f9008-Nov-2011 Hong Zhang <hzhang@mcs.anl.gov>

minor optimize and cleanup MatTransColoringApplyxxx_SeqAIJ()

Hg-commit: a55c021e27de260c5acea53898ef805271d83837

502de53f07-Nov-2011 Hong Zhang <hzhang@mcs.anl.gov>

build fix for MatRARt()

Hg-commit: c5ab2a17471b97356468c69ab13ea5618ec37538

286f30e307-Nov-2011 Hong Zhang <hzhang@mcs.anl.gov>

implement MatRARtNumeric_SeqAIJ_SeqAIJ()

Hg-commit: 6ae8d7bc1e0ededdcb612bd3e34c064132c4cdc4

50b8066807-Nov-2011 Hong Zhang <hzhang@mcs.anl.gov>

implement MatRARtSymbolic_SeqAIJ_SeqAIJ()

Hg-commit: 11be67b911abdb77687f1fdec535e87cedc2d6ec

e08999f506-Nov-2011 Matthew G Knepley <knepley@gmail.com>

Documentation fixes for options for specific matrix solvers

Hg-commit: 100174d3da01faeba57dc2a3a183284bcb1b0654

6ba663aa06-Nov-2011 Jed Brown <jed@59A2.org>

Mat preallocation: check valid type and logically collective block size

Hg-commit: 14994399c05663553b5763e55847cd01074430ab


/petsc/config/cmakeboot.py
/petsc/include/finclude/petscts.h
/petsc/include/petscmat.h
/petsc/include/petscsnes.h
/petsc/include/petscts.h
/petsc/include/private/snesimpl.h
/petsc/include/private/vecimpl.h
/petsc/src/dm/impls/mesh/mesh.c
/petsc/src/dm/impls/mesh/meshcreate.c
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/docs/website/documentation/faq.html
/petsc/src/ksp/pc/impls/svd/svd.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
aij.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/matfd/fdmatrix.c
/petsc/src/snes/examples/tutorials/ex54.c
/petsc/src/snes/examples/tutorials/ex55.c
/petsc/src/snes/examples/tutorials/ex56.c
/petsc/src/snes/examples/tutorials/ex60.c
/petsc/src/snes/examples/tutorials/ex61.c
/petsc/src/snes/examples/tutorials/ex63.c
/petsc/src/snes/examples/tutorials/ex633D_DB.c
/petsc/src/snes/examples/tutorials/ex64.c
/petsc/src/snes/examples/tutorials/ex65.c
/petsc/src/snes/examples/tutorials/ex653D.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/impls/vi/makefile
/petsc/src/snes/impls/vi/rs/makefile
/petsc/src/snes/impls/vi/rs/virs.c
/petsc/src/snes/impls/vi/rs/virsimpl.h
/petsc/src/snes/impls/vi/rsaug/makefile
/petsc/src/snes/impls/vi/rsaug/virsaug.c
/petsc/src/snes/impls/vi/rsaug/virsaugimpl.h
/petsc/src/snes/impls/vi/ss/makefile
/petsc/src/snes/impls/vi/ss/viss.c
/petsc/src/snes/impls/vi/ss/vissimpl.h
/petsc/src/snes/impls/vi/vi.c
/petsc/src/snes/interface/snesj2.c
/petsc/src/snes/interface/snesregi.c
/petsc/src/sys/examples/tests/makefile
/petsc/src/ts/examples/tests/ex3.c
/petsc/src/ts/examples/tests/ex4.c
/petsc/src/ts/examples/tests/ex5.c
/petsc/src/ts/examples/tutorials/ex12.c
/petsc/src/ts/examples/tutorials/ex13.c
/petsc/src/ts/examples/tutorials/makefile
/petsc/src/ts/examples/tutorials/output/ex12_1.out
/petsc/src/ts/examples/tutorials/phasefield/biharmonic.c
/petsc/src/ts/examples/tutorials/phasefield/heat.c
/petsc/src/ts/interface/ftn-custom/makefile
/petsc/src/ts/interface/ftn-custom/ztsf.c
/petsc/src/ts/interface/makefile
/petsc/src/ts/interface/ts.c
2b8ad9a304-Nov-2011 Hong Zhang <hzhang@mcs.anl.gov>

add MatRARt() - not implemented yet.

Hg-commit: 65fdbc10f6464890cbf50cb97884b70e94f69e28

c0c8ee5e03-Nov-2011 Dmitry Karpeev <karpeev@mcs.anl.gov>

Adding multiple dispatch op registration/query to Mat. Untested.

Hg-commit: 38e0676c6c02b6cbb7e5c9245ecd48f3de129858

1a26ff1703-Nov-2011 Hong Zhang <hzhang@mcs.anl.gov>

forgot comment out unused olddatastruct in previous change

Hg-commit: b8d5a3c7b1c3e53c78e351e1bff488447af2c9a5

a4be958c03-Nov-2011 Hong Zhang <hzhang@mcs.anl.gov>

comment out the option '-lu_old' - a leftover of previous development.

Hg-commit: c7263d2a02a4089084707613a9bdb7bf3414a9d5

e99be68503-Nov-2011 Hong Zhang <hzhang@mcs.anl.gov>

optimize MatTransposeColoringCreate() - rm the loop of set c->columnsforspidx to be ...which is copied
from MatSetValues()

Hg-commit: c4117456701b2c5baf9cb52fda054ff92235de11

6fc122ca02-Nov-2011 Hong Zhang <hzhang@mcs.anl.gov>

rename MatMatMultTranspose -> MatMatTransposeMult

Hg-commit: 01c7e252d74f5cf47118da6b8579e45c5ddab540

75648e8d02-Nov-2011 Hong Zhang <hzhang@mcs.anl.gov>

rename MatMatTransposeMult -> MatTransposeMatMult

Hg-commit: 648f0d8ea3906e864ed4d348657217958e0988fb

d285354031-Oct-2011 Hong Zhang <hzhang@mcs.anl.gov>

optimize MatTransposeColoringCreate_SeqAIJ()

Hg-commit: d248d505f1d1e32fe6a1e2f10bd398cfb5a2f930

afc7f6e531-Oct-2011 Hong Zhang <hzhang@mcs.anl.gov>

rm columnsforrow from MatTransposeColoring (replaced with columnsforspidx)

Hg-commit: 14ea941c43e20babc30b1aa2c43b668b07ededfd

b9af6bdd30-Oct-2011 Hong Zhang <hzhang@mcs.anl.gov>

Rename MatMultTransposeColoring -> MatTransposeColoring

Hg-commit: b1ad3f6ade077795243aac5f5b6c457d361a56dc

b28d80bd30-Oct-2011 Hong Zhang <hzhang@mcs.anl.gov>

optimize MatMultTransColoringApplyDenToSp() by using matcoloring->columnsforspidx
which is created and set in symbolic A*B^T. Now, ColoringApplyDenToSp() takes approx. same
time as ColoringApplySptoD

optimize MatMultTransColoringApplyDenToSp() by using matcoloring->columnsforspidx
which is created and set in symbolic A*B^T. Now, ColoringApplyDenToSp() takes approx. same
time as ColoringApplySptoDen!

Hg-commit: 77edfd7f1e4f4454f674f55014ed784a558226b3

show more ...


/petsc/bin/pythonscripts/PetscGenerateFEMQuadrature.py
/petsc/config/PETSc/packages/PTScotch.py
/petsc/config/PETSc/packages/PaStiX.py
/petsc/config/PETSc/packages/SuperLU_DIST.py
/petsc/config/builder.py
/petsc/include/petscdm.h
/petsc/include/petscdmmesh.h
/petsc/include/petscversion.h
/petsc/include/private/dmimpl.h
/petsc/include/private/matimpl.h
/petsc/include/private/vecimpl.h
/petsc/include/sieve/ISieve.hh
/petsc/include/sieve/Mesh.hh
/petsc/src/dm/impls/mesh/ftn-custom/zmesh.c
/petsc/src/dm/impls/mesh/mesh.c
/petsc/src/dm/interface/dm.c
/petsc/src/docs/tex/petscapp.bib
/petsc/src/docs/website/download/index.html
/petsc/src/ksp/ksp/examples/tutorials/ex54.c
/petsc/src/ksp/ksp/examples/tutorials/ex55.c
/petsc/src/ksp/ksp/examples/tutorials/ex56.c
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/examples/tutorials/output/ex54_0.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex54_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex55_0.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex55_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex56_0.out
/petsc/src/ksp/ksp/impls/cheby/cheby.c
/petsc/src/ksp/pc/impls/gamg/createProlongation.c
/petsc/src/ksp/pc/impls/gamg/gamg.c
/petsc/src/ksp/pc/impls/gamg/gamg.h
/petsc/src/mat/impls/aij/mpi/mpiov.c
matmatmult.c
/petsc/src/mat/impls/baij/mpi/baijov.c
/petsc/src/mat/interface/matrix.c
/petsc/src/snes/examples/tutorials/ex12.c
/petsc/src/snes/examples/tutorials/ex52.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/output/ex50_6.out
/petsc/src/vec/vec/impls/seq/vsection.c
e8354b3e28-Oct-2011 Hong Zhang <hzhang@mcs.anl.gov>

cleanup matmatmult.c

Hg-commit: fa3b75eafdbba6e813362477cf510d08221b043a

b2d2b04f28-Oct-2011 Hong Zhang <hzhang@mcs.anl.gov>

optimize MatMultTransColoringApplyDenToSp_SeqAIJ(): now it takes less than 50% of previous execution time :-)

Hg-commit: 50e2b6695ba005506b6de33f6a335a5733834aa7

a0b95ffb27-Oct-2011 Satish Balay <balay@mcs.anl.gov>

windows compile fixes

Hg-commit: 12743a043219ce50ccb3368c302410e0631c5488

2128a86c27-Oct-2011 Hong Zhang <hzhang@mcs.anl.gov>

continue working on MatMatMultTranspose() using matcoloring

Hg-commit: d5eaa590f50dfd2e563303d7f8200766033bba6c

1...<<81828384858687888990>>...168