History log of /petsc/src/ksp/pc/impls/fieldsplit/fieldsplit.c (Results 701 – 725 of 1029)
Revision Date Author Comments
# 4dd37ed8 29-Aug-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: f6a88fee9ba1b8041ee9b459d0ad54470439160a


# aa6a9e26 28-Aug-2012 Dmitry Karpeev <karpeev@mcs.anl.gov>

Use KSPGetDM() to forward DMs to Schur solvers.

Hg-commit: 295900dc41c51377cdf10f4792757043d88fe0f0


# 49ed5be6 27-Aug-2012 Jed Brown <jed@59A2.org>

Further repair of 943dde820f7f: whitespace and formatting

Hg-commit: 9bd051edbe68e5c8835241616b22bdcf6b21ce4b


# cf08b7e9 27-Aug-2012 Jed Brown <jed@59A2.org>

Revert more of 943dde820f7f: inappropriate KSPSetFromOptions and unnecessary tabbing hacks

Hg-commit: 2de903ed82216a5c9cf417c77191c6d1ff5cc007


# 7dd0b29c 27-Aug-2012 Jed Brown <jed@59A2.org>

Merge from petsc-3.3, discards functional changes to fieldsplit.c since petsc-dev's fieldsplit was refactored

Hg-commit: 518adbf64b18ed466b131caa34f3b2cf707b60d7


# 20252d06 23-Aug-2012 Barry Smith <bsmith@mcs.anl.gov>

removed KSPIncrementTabLevel()

Hg-commit: b94bbce172ce34f5842083f41b6de42e30de99db


# d7178082 22-Aug-2012 Dmitry Karpeev <karpeev@mcs.anl.gov>

Restore Schur nullspace attachment.

Hg-commit: 652d3b1b7d99d8bcc2ed0a5889db72d95a56bf34


# 68bd789d 20-Aug-2012 Dmitry Karpeev <karpeev@mcs.anl.gov>

PCFIELDSPLIT should set options on the splits' KSPs only when necessary.

Hg-commit: 3c0d43fb59116e685988774ecf514b11ec27f5eb


# 37d9a391 20-Aug-2012 Dmitry Karpeev <karpeev@mcs.anl.gov>

Keep correct reference counts to splits' DMs in PCFIELDSPLIT.

Hg-commit: 188af97997792bbfe58dd8e5e4deef86500f0582


# f1dc53b5 20-Aug-2012 Dmitry Karpeev <karpeev@mcs.anl.gov>

Backed out changeset 5a9ebf885615. Now PCFIELSPLIT Schur attaches A11's nullspace to S.

Hg-commit: 1723d4624521b3378f92ed1e7cc618e9fed1f549


# 1d33e650 19-Aug-2012 Dmitry Karpeev <karpeev@mcs.anl.gov>

Check for fieldsplit blocks' constant nullspace directly and avoid attaching A11's nullspace to S.

Hg-commit: 5a9ebf885615c6be8b56b4ed082d32dcd538285e


# 7233a360 17-Aug-2012 Dmitry Karpeev <karpeev@mcs.anl.gov>

Correct split set up for fieldsplit type schur, including tabbing, prefixes and DM forwarding.

Hg-commit: 943dde820f7f44163d29c1e93687cb3ebdbe8d8d


# 196cc216 09-Aug-2012 Barry Smith <bsmith@mcs.anl.gov>

added PCFieldSplitGetSubKSP() for Fortran

Hg-commit: 40f9515d8b016d37466aebf307f39996fe7288c9


# 514bf10d 17-Jul-2012 Matthew G Knepley <knepley@gmail.com>

Now the inner A solve in S = C^T A^{-1} B by default is the same KSP as the (0,0) block. If you give any options with -fieldsplit_1_inner_* (or <split name>_inner_*) then it creates a new KSP with th

Now the inner A solve in S = C^T A^{-1} B by default is the same KSP as the (0,0) block. If you give any options with -fieldsplit_1_inner_* (or <split name>_inner_*) then it creates a new KSP with that prefix
- Added MatSchurComplementSetKSP()
- Added PetscOptionsFindPairPrefix_Private()

Hg-commit: 780f6f61e3b8a31069a311f5f8e3c99c14add8a8

show more ...


# d5d5282e 19-Jul-2012 Brad Aagaard <baagaard@usgs.gov>

Merge.

Hg-commit: a14455a9811c9485ecd5fdd98bc20d9f2d731daa


# 3a63ea1f 10-Jul-2012 Dmitry Karpeev <karpeev@mcs.anl.gov>

Use KSPIncrementTabLevel() to set tabbing on the PC as well.

Hg-commit: 39dae4a883c70c8621ff35a63f76df22c2f556f3


# 48fab831 09-Jul-2012 Brad Aagaard <baagaard@usgs.gov>

Merge

Hg-commit: 8f74ca6da3dda2e92c9063777436a7e360bcc637


# 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


# 4442dace 03-Jul-2012 Barry Smith <bsmith@mcs.anl.gov>

added -valgrind -debugger option to petscmpiexec

Hg-commit: 398f06830ac9d0920f8d4e4d0bac972857d520d4


# 4d2389d7 29-Jun-2012 Matthew G Knepley <knepley@gmail.com>

DMComplex: Fix for field constraints
- Now field constraints are numbered relative to the field, not the whole point
- Commented out debugging print

Hg-commit: 05c248dec7e38814ede96e40affc7d714dd080

DMComplex: Fix for field constraints
- Now field constraints are numbered relative to the field, not the whole point
- Commented out debugging print

Hg-commit: 05c248dec7e38814ede96e40affc7d714dd080e4

show more ...


# 8382e67f 26-Jun-2012 Paul Mullowney <paulm@txcorp.com>

committing after previous merge.

Hg-commit: 62ea3b3249ac52e1d599b51313301ac9e25ed491


# bafc1b83 26-Jun-2012 Matthew G Knepley <knepley@gmail.com>

Now FieldSplit can be configure for nested splits from the command line:
-pc_type fieldsplit -pc_fieldsplit_0_fields 0,1 -pc_fieldsplit_1_fields 2
makes splits for Stokes+Temperature in SNES ex31

Now FieldSplit can be configure for nested splits from the command line:
-pc_type fieldsplit -pc_fieldsplit_0_fields 0,1 -pc_fieldsplit_1_fields 2
makes splits for Stokes+Temperature in SNES ex31

Hg-commit: 0d4ccb990bb888c029826f39adc2fe0dcd82d4de

show more ...


# 81d26def 26-Jun-2012 Matthew G Knepley <knepley@gmail.com>

Small fixes

Hg-commit: 07d8294bbab53baa6f72ddbe77ff8a01a28a399b


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

Merge

Hg-commit: 5fd7344ebb01d47fc51348189c58908ebeb94702


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