History log of /petsc/src/ksp/pc/interface/precon.c (Results 551 – 575 of 770)
Revision Date Author Comments
# 6c2930d4 18-Sep-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge

Hg-commit: 29c41d281e3ece3127c753661dccfd04e452b7f8


# 3e08d2be 18-Sep-2012 Barry Smith <bsmith@mcs.anl.gov>

removed trailing blanks from source code
added rule rmtrailingblanks accessible via make ACTION=remtrailingblanks tree

Hg-commit: 6e3652165d48aa5f3e94dd66bf607adea6fac27a


# 0f55b88d 03-Jul-2012 Satish Balay <balay@mcs.anl.gov>

backout all chmod stuff in bf971ba58125
[but keep diffs to src/mat/impls/aij/mpi/mpimatmatmult.c ]

Hg-commit: 4a812fc1f35496ce2717c7da9ef12ffabbd13258


# c0174eb7 03-Jul-2012 Mark F. Adams <mark.adams@columbia.edu>

removed a spurious call to MatSetBlockSize.

Hg-commit: bf971ba58125bd8cf7ceb2a9d0f5cdf27c27cc6a


# f1301baf 25-Jun-2012 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 5fd7344ebb01d47fc51348189c58908ebeb94702


# 10e9db80 30-May-2012 Paul Mullowney <paulm@txcorp.com>

Pulled in changes from petsc-dev. make tests passing. Everything looks good.

Hg-commit: 94eb5d50210da3db6d654576e30f2a31ec2adf25


# 78c391d7 25-May-2012 Barry Smith <bsmith@mcs.anl.gov>

chebyshev should compute norms if a monitor is turned on
updated PCPreSolve_Eisenstat() to handle KSPSolve within a KSPSolve like with kspest

Hg-commit: 21b22876bde37ffa53854089427aa9b68bd9e87a


# 34ca98da 24-May-2012 Jed Brown <jed@59A2.org>

Remove unused variables left behind by 68ac9ef26bce

Hg-commit: 460374bea9c3aeb1fc397c81150f9e951218fdab


# 85451071 24-May-2012 Barry Smith <bsmith@mcs.anl.gov>

removedMatScaleSystem() and MatUnscaleSystem() since they are never used (and confusing).

Hg-commit: 68ac9ef26bce6c77fd63c90d793869c24ca4006c


# d9a03883 24-May-2012 Barry Smith <bsmith@mcs.anl.gov>

made it possible to call KSPSolve() inside KSPSolve() (for example with the GMRES computation of eigenvalues for Chebys\
hev) by making PCPreSolve() reentrant

made it possible to use Chebyshev with

made it possible to call KSPSolve() inside KSPSolve() (for example with the GMRES computation of eigenvalues for Chebys\
hev) by making PCPreSolve() reentrant

made it possible to use Chebyshev with grid sequencing by providing a KSPReset_Chebyshev() that resets the inner KSP used for estimating eigenvalues

Hg-commit: e062ae6e2ed29ff26ce863207c23568e26db26fc

show more ...


# 251f4c67 27-Apr-2012 Dmitry Karpeev <karpeev@mcs.anl.gov>

PetscTypeCompare -> PetscObjectTypeCompare

Hg-commit: 3fc8f665421ddb862bf4d1ba95505378246340be


# ad74a23b 08-Apr-2012 Jed Brown <jed@59A2.org>

merge PGMRES

Hg-commit: 2ed7d2b653d8d756e316e1b5a6232b04c6c99601


# 06a8d3d9 05-Apr-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: fa9545f5dd15e2d468aeb1796b17eb9a7c2f356b


# 302f38e8 05-Apr-2012 Mark F. Adams <mark.adams@columbia.edu>

added support for getting near null space vectors from Mat.

Changed API for PCSetCoordinates to prepare for GAMG KKT solver.

samll clean ups.

Hg-commit: d5ce660d8f75cc2b9a446f9700efd17b7ec77a24


# 8e7768b9 24-Mar-2012 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: f997b2abc12025b16065184c2bb279689bbd06ac


# b45d2f2c 24-Mar-2012 Jed Brown <jed@59A2.org>

Rename include/private/ to include/petsc-private/

Hg-commit: 9a1730720b0d9756437b40462617551504641ade


# 606d0c15 13-Mar-2012 Jed Brown <jed@59A2.org>

missing CHKERRQ

Hg-commit: baec37b9f2f92a577c1b4de5f9f299c89a59df9a


# 51322221 28-Feb-2012 Jungho Lee <julee@mcs.anl.gov>

commit after merge

Hg-commit: e8d19a834d936a4816c3abf3af0b68733c00be11


# bfae9544 08-Sep-2011 Jungho Lee <julee@mcs.anl.gov>

commit after merge

Hg-commit: aee85eceae49b0be84b866808d01e3877a200a0a


# fc3f3fdc 08-Sep-2011 Peter Brune <brune@cs.uchicago.edu>

commit after merge

Hg-commit: 9cbf2c231923b083e521e934a6bca8e96ed54c26


# 5f6043d5 08-Sep-2011 Satish Balay <balay@mcs.anl.gov>

merge from 32

Hg-commit: 2a932b9678b7d18ec91ebd2fa634798d76d1c322


# bad7cb1d 08-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

fixed all PCOPENMP that shoud be PCHMPI same for pc_type openmp should be pc_type hmpi
fixed bug in PetscInitialize() for HMPI spawned processes, needed to set PetscInitializeCalled flag

Hg-commit:

fixed all PCOPENMP that shoud be PCHMPI same for pc_type openmp should be pc_type hmpi
fixed bug in PetscInitialize() for HMPI spawned processes, needed to set PetscInitializeCalled flag

Hg-commit: 775ecf2b89e39a22b481dd7ba2844955cce151c1

show more ...


# 3194b578 26-Aug-2011 Jed Brown <jed@59A2.org>

Add PetscObjectOptionsBegin() and description,mansec to PetscHeaderCreate()

* Options are now only printed once for each object.
* Man section and long description of each object is now available in

Add PetscObjectOptionsBegin() and description,mansec to PetscHeaderCreate()

* Options are now only printed once for each object.
* Man section and long description of each object is now available in the class.

Hg-commit: 322958b27c7d8b12f5de95b143f4ac840fe2458c

show more ...


# cf739d55 15-Aug-2011 Barry Smith <bsmith@mcs.anl.gov>

better docs for ASM accessing submatrices
added ex59.c for SNES example that fails

Hg-commit: 1687cd81b26c666cc5413f27f38b7594f7b6c86b


# df17f0d5 18-Jul-2011 Kerry Stevens <kstevens@spetjhiong.com>

commit after merge from petsc-dev (MatMult_Add function)

Hg-commit: 95a831be5dc2ba75bb17311cad14d2f38977c0b7


1...<<2122232425262728293031