History log of /petsc/src/ksp/pc/impls/mg/mg.c (Results 676 – 700 of 818)
Revision Date Author Comments
# 13a56666 14-Apr-2007 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 63dfb773a5f8276a081f859d7b8d4e1078136b59


# aea2a34e 13-Apr-2007 Barry Smith <bsmith@mcs.anl.gov>

per Victor email, changed PCMGSetInterpolate() to PCMGSetInterpolation()

Hg-commit: e60422897f228d1d3e2e1bb2c5bc365d6076cb52


# c4178f3e 15-Mar-2007 Lisandro Dalcin <dalcinl@gmail.com>

merge

Hg-commit: 26b18a0de18f264aec29a4d5a017bd38fb6a8b1b


# 77122347 15-Mar-2007 Barry Smith <bsmith@mcs.anl.gov>

petsc-maint 15922 fixed bug introduced that did not properly call KSPSetOperators()
on the outer most level of the PCMG when the user did not set it.

Barry

Hg-commit: 6559ba96c4e28b91baad835f233

petsc-maint 15922 fixed bug introduced that did not properly call KSPSetOperators()
on the outer most level of the PCMG when the user did not set it.

Barry

Hg-commit: 6559ba96c4e28b91baad835f233b8a7113ed94c6

show more ...


# e54fd5d2 06-Feb-2007 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: f6f240227a5a4ff4b35be6c65225a2a50921fb04


# 66646c2d 02-Feb-2007 Lois Curfman McInnes <curfman@mcs.anl.gov>

branch merge

Hg-commit: 9c6df22acab0a348a06dbcb4eb6df0077bae02ab


# 32cf1786 02-Feb-2007 Barry Smith <bsmith@mcs.anl.gov>

adding logging for residual computation and interpolation/restriction times for PCMG with -pc_mg_log option

Hg-commit: 573aea4a5d0786bec438e705ca35a3cee2cdd82f


# acdd1748 13-Jan-2007 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: fc6e42a9d9409968e273391e4e10bb784f4bd41b


# 0d7810c8 12-Jan-2007 Barry Smith <bsmith@mcs.anl.gov>

cannot set type for PC inside redundant pc in mg because inner
pc cannot be created yet because we do not know what communicator
it will live on yet and must know communicator when created.
OK

cannot set type for PC inside redundant pc in mg because inner
pc cannot be created yet because we do not know what communicator
it will live on yet and must know communicator when created.
OK because redundant defaults to LU anyways
undid error introduced into bag code

Hg-commit: f680cc77c882b4d077d41d55b7cadfbfadc0a4ee

show more ...


# 9dfb5993 11-Jan-2007 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 5b002539f7bb6e94c232479a607bbe05d6885922


# 10cadd33 18-Dec-2006 Barry Smith <bsmith@mcs.anl.gov>

manual merge of Openmp.c

Hg-commit: e1670a107c8a07ffe3a70de44a4a5b14fe9cb4b1


# 90da95b0 18-Dec-2006 Matthew Knepley <knepley@mcs.anl.gov>

Small fix

Hg-commit: 128eb2bc9ebf826c713ee474d47acc087385f98e


# f2070a76 18-Dec-2006 Matthew Knepley <knepley@mcs.anl.gov>

Small fixes

Hg-commit: 7e445b52a51ddd3d2b6ae48c38a750a384f607a2


# 1aa34eea 16-Dec-2006 Barry Smith <bsmith@mcs.anl.gov>

errors in changing from PCMGSetCycles etc to PCMGSetCycleType() etc

Hg-commit: 3a1e5e06dc75641f6e66293c03214aa6c49e9d97


# 916c9540 15-Dec-2006 Barry Smith <bsmith@mcs.anl.gov>

minor updates

Hg-commit: 1bce4b7df8a8db0fcd1129722d3a9258245cd002


# 2401cbe3 14-Dec-2006 Hong Zhang <hzhang@mcs.anl.gov>

add trivial cast and initialization

Hg-commit: cdc125cbd317082cb9f2521e65e0ff320ec9896b


# 8cc2d5df 13-Dec-2006 Barry Smith <bsmith@mcs.anl.gov>

added -pc_mg_multiplicate_cycles and PCMGMultiplicativeSetCycles

Hg-commit: 2c758a708e2c14a3ba0225f551dc1ac7cff23b1e


# 0d353602 13-Dec-2006 Barry Smith <bsmith@mcs.anl.gov>

correct PCMGSetCycles to PCMGSetCycleType and -pc_mg_cycles
to -pc_mg_cycle_type v or w

Hg-commit: 5921ebff156ba0fcab060ac2a1f70a2e5c28841d


# 1a979cf1 19-Oct-2006 Matthew Knepley <knepley@mcs.anl.gov>

Merge


Hg-commit: e4765e9df6c5b36936ddddd7d17b370f96aa202d


# 23d894e5 18-Oct-2006 Barry Smith <bsmith@mcs.anl.gov>

changed context for default KSP monitors to PetscViewerASCIIMonitor
from PetscViewer.

Hg-commit: 81697a8657f9e81fc0099e0f85d9ecb6baf49666


# 43fb2f97 17-Oct-2006 Barry Smith <bsmith@mcs.anl.gov>

1) change to dmmg so KSPSetOperators is not called earlier
with empty matrix (not a bug fix, just cleanup)
2) SNESSetJacobian() no longer calls KSPSetOperators()
that is called directly in SNES

1) change to dmmg so KSPSetOperators is not called earlier
with empty matrix (not a bug fix, just cleanup)
2) SNESSetJacobian() no longer calls KSPSetOperators()
that is called directly in SNESSolve_xxx
3) PCSetUp_MG() now calls KSPSetOperators on finest grid
smoother if user has not reset it.
4) DAMG will not call KSPSetOperators() on finest grid
smoother, now MG automatically updates it if the PCMG
Operator is reset

Hg-commit: e566a1ded5e184949dd584b275e0022f0edb59df

show more ...


# 843d3e88 03-Oct-2006 Matthew Knepley <knepley@mcs.anl.gov>

Merge


Hg-commit: 4eabe1ebe15de4cd98f23f35e5a8b3deeec4173a


# ccb205f8 03-Oct-2006 Barry Smith <bsmith@mcs.anl.gov>

block relaxiation for blockmat
simple fieldsplit for blockmat
docs

Hg-commit: 430a14e409c8b7db31832ae78e5952e00da74c58


# 5e45c6bb 18-Sep-2006 Matthew Knepley <knepley@mcs.anl.gov>

Merge


Hg-commit: d993bb95b9a28fc97e0ded9563c316540b683a1d


# 6029c235 18-Sep-2006 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 17ef89a89b5377b81fb5c60d492533c99ddb41e2


1...<<21222324252627282930>>...33