History log of /petsc/include/petscksp.h (Results 626 – 650 of 1050)
Revision Date Author Comments
# 2ef5f799 19-Apr-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 8fbbe23696bd80f68d06ec4e0b0a23cbd8fbc5de


# ef494a81 19-Apr-2012 Peter Brune <brune@mcs.anl.gov>

Dustbinned KSPBroyden because it probably never worked ever and the complex change didn't help.

Hg-commit: 6246e983cdd05fa576f89f51387f61f80eb04c8a


# f27dfc53 11-Apr-2012 Peter Brune <brune@mcs.anl.gov>

Commit after merge

Hg-commit: dd9de3c9b6c26331f5d70e21b5ec7304b66251d1


# 45fa9f49 10-Apr-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 3167c853bf676dc7ecab7e78a4c2846ef5f99a52


# a875dd47 10-Apr-2012 Jed Brown <jed@59A2.org>

Add KSPChebychevSetNewMatrix() to inform Chebychev that the matrix has changed, should be replaced with more general mechanism

Hg-commit: 61e28b9a366a3b0838ea0b870de94aa1366c038e


# 2adc2576 08-Apr-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: a7033f44b7153ddbc07db52896b096f5b5ac7e60


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

Add KSPPGMRES (pipelined GMRES), restarts are currently broken

Hg-commit: 06e25058b23cef5aaf889235af57a55b78d1d1b6


# fe86f630 19-Mar-2012 Jed Brown <jed@59A2.org>

Add KSPSetComputeRHS() and KSPSetComputeOperators(), pointers are cached in KSPDM which is composed with the DM

This follows the new model in SNES.

Update all examples to use the new interface. DMS

Add KSPSetComputeRHS() and KSPSetComputeOperators(), pointers are cached in KSPDM which is composed with the DM

This follows the new model in SNES.

Update all examples to use the new interface. DMSetFunction() and DMSetJacobian() should no longer be used with KSP.

Hg-commit: ca4323c0c0ed3cb566e4c6aa729880801d875c36

show more ...


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

commit after merge

Hg-commit: e8d19a834d936a4816c3abf3af0b68733c00be11


# 7dc49fa8 24-Feb-2012 Jed Brown <jed@59A2.org>

Initial pass at -ksp_monitor_ams

Hg-commit: 6db46be3bcedba77f94a6144cbf3b5957b40e9e7


# 7037fc97 19-Sep-2011 Peter Brune <brune@cs.uchicago.edu>

commit after merge

Hg-commit: 58b11639468a9f0b0b163b4e0ffc28d6efca1c9e


# 04ce4bd4 19-Sep-2011 Hong Zhang <hzhang@mcs.anl.gov>

merge from petsc-3.2

Hg-commit: 07774763ee5d4cba9fb0f5d4e3504cf5b2469911


# 76bdecfb 17-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

changed /*E for #define XXXType and the string values to /*J to get correct formatting of manual pages

Hg-commit: 672bb3e7f6e5ba6fa21a61ea8b04187f5f146b0e


# 18f71122 09-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge since rebase sucks

Hg-commit: e4f9833c32bdffd114d2089ae117651b77159d06


# 7aeeeb27 09-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

merge after commet; wow whose making all these changes to petsc-3.2

Hg-commit: 6001de0b320641543b6fba9c5b0d57ae5b11466b


# 228d79bc 09-Sep-2011 Jed Brown <jed@59A2.org>

Add documentation for {KSP,SNES,TS}Monitor().

And generate Fortran stubs. This mostly only makes sense in the case of
TSMonitor() which Fortran uses of the TSStep() interface may want to call.

Hg-c

Add documentation for {KSP,SNES,TS}Monitor().

And generate Fortran stubs. This mostly only makes sense in the case of
TSMonitor() which Fortran uses of the TSStep() interface may want to call.

Hg-commit: da21192ea1243c88c16d1f2b7457c3aff441e920

show more ...


# 0d6fbc72 09-Sep-2011 Jed Brown <jed@59A2.org>

merge TS Fortran interface updates from 3.2

Hg-commit: 56151220512698968f149b4ce5a37e8bd290adf7


# a6ccadda 19-Aug-2011 Jungho Lee <julee@mcs.anl.gov>

Commit after merge

Hg-commit: d7a2cb96a765570b11bf3dc2004f09949b6a1c8d


# 9d32bbd9 19-Aug-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 9a8a754eed7312ed8d0feff5abfa8006d28cee15


# 59709827 19-Aug-2011 Jed Brown <jed@59A2.org>

Add eigenvalue estimates to KSPCHEBYCHEV, activate using -ksp_chebychev_estimate_eigenvalues

Hg-commit: 85e42c585e70fba8c54bed9d0bcbcc835aeb3763


# 453ee3b2 04-Aug-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: ab70711e7a8336203af4596ed92a0e315c7eb9f6


# 1a83262e 03-Aug-2011 Amlan Barua <abarua@iit.edu>

Commit after merge.

Hg-commit: f68c05adc36cc3466526c6c62d31054433fb70f4


# 2c3808fb 02-Aug-2011 Jungho Lee <julee@mcs.anl.gov>

Commit after merge

Hg-commit: 15207b2d78d3cf7953166c1535b93462bf41a33c


# 9e568555 02-Aug-2011 Jed Brown <jed@59A2.org>

Add declarative KSPSetSupportedNorm() interface so that KSPNormType and PCSide can be set automatically and are checked consistently

Hg-commit: 3cfdd31780355b60924b53ae9e3c5034b8a07670


# 423d130b 27-Jul-2011 Jungho Lee <julee@mcs.anl.gov>

Merge after commit

Hg-commit: 37cbe816d3ef8fad39deb027ea00c1e7ccf3baa6


1...<<21222324252627282930>>...42