History log of /petsc/src/ksp/pc/impls/ (Results 3901 – 3925 of 5239)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
ef4ad70e08-Mar-2012 Mark F. Adams <mark.adams@columbia.edu>

added code for heavey edge matching coarsening algorithm. And a little cleaning up.

Hg-commit: 558a9426d78f6f52554523c1071ee394c83c196b


/petsc/include/petscsnes.h
/petsc/include/petscvec.h
/petsc/include/private/snesimpl.h
/petsc/include/private/vecimpl.h
/petsc/include/sieve/Mesh.hh
/petsc/src/dm/impls/mesh/mesh.c
/petsc/src/dm/interface/dm.c
/petsc/src/docs/tex/petsc.bib
gamg/agg.c
gamg/gamg.c
gamg/geo.c
/petsc/src/mat/coarsen/impls/hem/hem.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tests/output/ex95_2.out
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/seq/aij.h
/petsc/src/mat/impls/aij/seq/seqpthread/seqaijpthread.c
/petsc/src/mat/impls/aij/seq/seqpthread/seqaijpthread.h
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/output/ex5_5_fas_additive.out
/petsc/src/snes/examples/tutorials/output/ex5_5_ls.out
/petsc/src/snes/examples/tutorials/output/ex5_5_ncg.out
/petsc/src/snes/examples/tutorials/output/ex5_5_ngmres.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/examples/tutorials/output/ex5_5_nrichardson.out
/petsc/src/snes/examples/tutorials/output/ex5_5_qn.out
/petsc/src/snes/impls/fas/fas.c
/petsc/src/snes/impls/ksponly/ksponly.c
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/impls/ms/ms.c
/petsc/src/snes/impls/test/snestest.c
/petsc/src/snes/impls/tr/tr.c
/petsc/src/snes/impls/vi/ss/viss.c
/petsc/src/snes/impls/vi/vi.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/utils/dmdasnes.c
/petsc/src/snes/utils/dmsnes.c
/petsc/src/snes/utils/makefile
/petsc/src/sys/objects/inherit.c
/petsc/src/sys/objects/pthread/lockfree.c
/petsc/src/sys/objects/pthread/nopool.c
/petsc/src/sys/objects/pthread/pthread.c
/petsc/src/sys/objects/pthread/pthreadimpl.h
/petsc/src/sys/objects/pthread/pthreadpool_chain.c
/petsc/src/sys/objects/pthread/pthreadpool_main.c
/petsc/src/sys/objects/pthread/pthreadpool_tree.c
/petsc/src/sys/objects/pthread/pthreadpool_true.c
/petsc/src/sys/sf/makefile
/petsc/src/sys/viewer/examples/makefile
/petsc/src/sys/viewer/impls/vtk/vtkv.c
/petsc/src/ts/examples/tutorials/ex25.c
/petsc/src/vec/vec/impls/mpi/mpipthread/mpivecpthread.c
/petsc/src/vec/vec/impls/seq/seqpthread/makefile
/petsc/src/vec/vec/impls/seq/seqpthread/tmap.c
/petsc/src/vec/vec/impls/seq/seqpthread/vecpthread.c
/petsc/src/vec/vec/impls/seq/seqpthread/vecpthreadimpl.h
49bb4cd705-Mar-2012 Jungho Lee <julee@mcs.anl.gov>

Fixing the logic in the way off-diag matrices are obtained in PC_COMPOSITE_SCHUR

Hg-commit: 2ae0a87d9e7f0bc5efbb1c97c815ce9db6f3ab4e

6901eb4f02-Mar-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: e057c9a5703d1ac53929d0e2ebae799a21c57b0b

6387841e02-Mar-2012 Barry Smith <bsmith@mcs.anl.gov>

fixed snes ex22.c to create proper size matrix for matrix-free provided by user
Note example still crashes for DMComposite reasons

Hg-commit: cd6f65d2983cf7013ea406c29eddca472523aead

5f4ab4e102-Mar-2012 Jungho Lee <julee@mcs.anl.gov>

Set the IS for columns

Hg-commit: de40a7380a8b799391d3044f531df421fda8f521

69b1f4b702-Mar-2012 Barry Smith <bsmith@mcs.anl.gov>

changed MatCreateMPIXXX() to MatCreateXXX() since that is what they are

Hg-commit: 88fb4066e05405d3c444fb00dd00ab15e805b3e3


/petsc/config/builder2.py
/petsc/include/petscmat.h
/petsc/src/contrib/fun3d/comp/flow.c
/petsc/src/contrib/fun3d/incomp/flow.c
/petsc/src/contrib/keyes/ex15.c
/petsc/src/dm/impls/da/dainterp.c
/petsc/src/docs/tex/manual/developers.tex
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/ksp/ksp/examples/tests/ex14.c
/petsc/src/ksp/ksp/examples/tests/ex19.c
/petsc/src/ksp/ksp/examples/tests/ex26.c
/petsc/src/ksp/ksp/examples/tests/ex29.c
/petsc/src/ksp/ksp/examples/tutorials/ex14f.F
/petsc/src/ksp/ksp/examples/tutorials/ex38.c
/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
asa/asa.c
gamg/agg.c
gamg/gamg.c
gamg/geo.c
gamg/tools.c
wb/wb.c
/petsc/src/mat/examples/tests/ex110.c
/petsc/src/mat/examples/tests/ex159.c
/petsc/src/mat/examples/tests/ex16.c
/petsc/src/mat/examples/tests/ex16f90.F
/petsc/src/mat/examples/tests/ex25.c
/petsc/src/mat/examples/tests/ex52.c
/petsc/src/mat/examples/tests/ex54.c
/petsc/src/mat/examples/tests/ex55.c
/petsc/src/mat/examples/tests/ex56.c
/petsc/src/mat/examples/tests/ex58.c
/petsc/src/mat/examples/tests/ex59.c
/petsc/src/mat/examples/tests/ex60.c
/petsc/src/mat/examples/tests/ex73.c
/petsc/src/mat/examples/tests/ex75.c
/petsc/src/mat/impls/aij/aij/aijtype.c
/petsc/src/mat/impls/aij/mpi/ftn-custom/zmpiaijf.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpicusp/mpiaijcusp.cu
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/seqcusp/aijcusp.cu
/petsc/src/mat/impls/aij/seq/seqpthread/seqaijpthread.c
/petsc/src/mat/impls/baij/mpi/ftn-custom/zmpibaijf.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/dense/mpi/ftn-custom/zmpidensef.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/sbaij/mpi/ftn-custom/zmpisbaijf.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/snes/examples/tests/ex11.c
/petsc/src/snes/examples/tests/ex12f.F
/petsc/src/snes/examples/tests/ex14f.F
/petsc/src/snes/examples/tests/ex5.c
/petsc/src/snes/examples/tutorials/ex5s.c
/petsc/src/snes/examples/tutorials/ex62.c
/petsc/src/vec/vec/interface/vector.c
0534fa0502-Mar-2012 Hong Zhang <hzhang@mcs.anl.gov>

fix warnings about uninitialized variable.

Hg-commit: 4c9f9e980e372d51031443c11d99b7c0890a4feb

c8a0d60402-Mar-2012 Matthew G Knepley <knepley@gmail.com>

Fixed bad merge, DO NOT DO THIS AGAIN

Hg-commit: 61388712f4d8b01aab1d5bb4c36fb563a3aae09b

29499fbb01-Mar-2012 Jungho Lee <julee@mcs.anl.gov>

Fixing a small mistake

Hg-commit: 160566797ae23de750f404729c7f082a4e7bfd48

5d4c12cd01-Mar-2012 Jungho Lee <julee@mcs.anl.gov>

Moving the ISCreate portion of PCFieldSplitSetFields back to PCSetUp_FieldSplit since the info about vector/matrix layout may not be available depending on the PC object. Also adding additional field

Moving the ISCreate portion of PCFieldSplitSetFields back to PCSetUp_FieldSplit since the info about vector/matrix layout may not be available depending on the PC object. Also adding additional fields for columns.

Hg-commit: 55721edbdaa2c3907466e667467c5f002c0aa071

show more ...

9fb9f47e01-Mar-2012 Jungho Lee <julee@mcs.anl.gov>

commit after merge

Hg-commit: 9d98f8e22bc0f4700d9ef0fc1c212995a73935ef

f962536329-Feb-2012 Mark F. Adams <mark.adams@columbia.edu>

small clean up.

Hg-commit: e403f26fc49d594b150f35cf6b25bf64027904cd

b5c4458e29-Feb-2012 Jungho Lee <julee@mcs.anl.gov>

commit after merge

Hg-commit: 6c72912bfe100ad9bfe05a9f85f900ec37b57a4e

084a8fe329-Feb-2012 Jed Brown <jed@59A2.org>

Fix reference counting bug in GAMG

Hg-commit: 13a530cb0cb3e1540db3686f970db2b2dc8c9576

4bcad42529-Feb-2012 Jungho Lee <julee@mcs.anl.gov>

There is no need to distinguish between the defaultsplit and more general cases. Fieldsplit currently breaks when used as part of pccomposite. A fix is on the way.

Hg-commit: c76a20712c0fd4a63472c53

There is no need to distinguish between the defaultsplit and more general cases. Fieldsplit currently breaks when used as part of pccomposite. A fix is on the way.

Hg-commit: c76a20712c0fd4a63472c53867c6e57c3bbfb9a1

show more ...

d528025528-Feb-2012 Mark F. Adams <mark.adams@columbia.edu>

rearange gamg setup.

Hg-commit: df971b50c6877b214b78bdbc96936cdf907d0d99

c782b12228-Feb-2012 Mark F. Adams <mark.adams@columbia.edu>

fixed a little bug.

Hg-commit: a78fd63c509a9eca3a6da1a5ea49ed61f19a3138

84d3f75b28-Feb-2012 Mark F. Adams <mark.adams@columbia.edu>

modified test ex56 and makefile to show bug. rearanged GAMG setup code a little.

Hg-commit: 8d122fcede25d2a10886989a0ae61d922efb72cb

6801f65928-Feb-2012 Satish Balay <balay@mcs.anl.gov>

revert 865986085596 [as 426b61bef658 got reverted - i.e restroe to 426b61bef658]

Hg-commit: c8ca2919ffd69e735fb8ff78a06e8be1b6c2c750

725b86d828-Feb-2012 Jed Brown <jed@59A2.org>

Fix some compilation errors on Cygwin

Hg-commit: fd97cbc27dcc1af33b9a7181f9bf9744b366e0c5

a684401b27-Feb-2012 Mark F. Adams <mark.adams@columbia.edu>

small fixes in matrix.c and formating in gamg.c.

Hg-commit: 0fe827189224d0ff0be354d217170aa530955643

3b03a36627-Feb-2012 stefano_zampini <stefano.zampini@gmail.com>

Major change in BDDC code: added support for MatNearNullSpace attached to Pmat.
Added support for possible Dirichlet boundaries.
Added MatIsSetLocalMat function to MATIS.

Hg-commit: edfae9e932e7add0

Major change in BDDC code: added support for MatNearNullSpace attached to Pmat.
Added support for possible Dirichlet boundaries.
Added MatIsSetLocalMat function to MATIS.

Hg-commit: edfae9e932e7add05360869aae109602fe25c8a3

show more ...

4d343eea25-Feb-2012 Matthew G Knepley <knepley@gmail.com>

Added DMCreateFieldIS() and used it in PC FieldSplit
- Its named Create because it allocates the structures and hands them off

Hg-commit: 9b20da4e48454a41d1ba8295be242cba29048daf

b7bde15725-Feb-2012 Matthew G Knepley <knepley@gmail.com>

Put in initial Stokes FieldSplit preconditioners for ex62
- DMComplex in FieldSplit working
- Small fix for PetscSection field names
- Made ex62 test output more robust

Hg-commit: c6788f7acb985ac860

Put in initial Stokes FieldSplit preconditioners for ex62
- DMComplex in FieldSplit working
- Small fix for PetscSection field names
- Made ex62 test output more robust

Hg-commit: c6788f7acb985ac86046b1d59e3c2c0b797bc901

show more ...

d282228724-Feb-2012 Matthew G Knepley <knepley@gmail.com>

Moore work on DMComplex FieldSplit

Hg-commit: 1ef007167f3ca8d401a9e2d3f39554199c305fd9

1...<<151152153154155156157158159160>>...210