History log of /petsc/src/ksp/pc/impls/fieldsplit/fieldsplit.c (Results 851 – 875 of 1029)
Revision Date Author Comments
# f7c28744 10-Sep-2010 Jed Brown <jed@59A2.org>

more const

Hg-commit: 7254b485dafe8f973491a1f153a65531178bb89b


# d5bac5b1 09-Jul-2010 Victor Minden <victorminden@gmail.com>

commit after merge

Hg-commit: dbe17f4cd57aa220aaa7f3a4929b4662f1fd3cc2


# d2ffe925 09-Jul-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: fb3fb77fa7d8bd71eb94b0f289024414b41b2354


# c5eb9154 09-Jul-2010 Barry Smith <bsmith@mcs.anl.gov>

completed PetscValidLogicallyCollectiveXXX() routines and usage

Hg-commit: 374cfa6c3abbd90ea5b27fc02813ca73ae37b846


# ad4df100 08-Jul-2010 Barry Smith <bsmith@mcs.anl.gov>

started adding Logically or Neighbor-wise Collective to manual pages

Hg-commit: 7a478f9b05148e2efabc037328838c5851772610


# 80609350 23-Jun-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge I messed things up

Hg-commit: 856dd2cd96a23c62cfa64086193196864cef465a


# d1574f38 23-Jun-2010 Victor Minden <victorminden@gmail.com>

commit after merge

Hg-commit: 5acee20bde6ff44083e9e137280f70145913eb2b


# c5d2311d 22-Jun-2010 Jed Brown <jed@59A2.org>

Implement reduced factorizations D, LD, DU, LDU for PCFieldSplit/Schur

Hg-commit: 8c53b97172c2bbbfd2ef0c3318976db8c5d6b15d


# 7e8c30b6 18-Jun-2010 Jed Brown <jed@59A2.org>

fieldsplit: close splitname leak

Hg-commit: d4326b41c172e055b518874d38a9d27d8347b3e9


# 2692d6ee 22-May-2010 Barry Smith <bsmith@mcs.anl.gov>

fixed XXXType #define names that had underscores in them such as MAT_SOLVER_SUPERLU MATORDERING_ND or PETSC_VIEWER_ASCII to not have _ also updated style guide to clearly indicate this.

Hg-commit: 9

fixed XXXType #define names that had underscores in them such as MAT_SOLVER_SUPERLU MATORDERING_ND or PETSC_VIEWER_ASCII to not have _ also updated style guide to clearly indicate this.

Hg-commit: 9ee752148eed3df65feb0f7eb0686798c3c0621b

show more ...


# b23f91a4 18-May-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 3d6e115ed50e0a91aeb25dbd4b36559e2e6d6008


# 265428aa 16-May-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: c3dbc987bfe0a0841687eb44f966a4d1e14d4dc0


# 6c924f48 15-May-2010 Jed Brown <jed@59A2.org>

PCFieldSplit: remove command line versus code conflict

* Factor out PCFieldSplitSetRuntimeSplits_Private()

* Splits defined using the options database become permanent, subsequent calls to
PCFiel

PCFieldSplit: remove command line versus code conflict

* Factor out PCFieldSplitSetRuntimeSplits_Private()

* Splits defined using the options database become permanent, subsequent calls to
PCFieldSplitSet(IS|Fields) will not create new splits. This is a problem that
may be slightly confusing, so such cases are logged with PetscInfo.

* Add tests of setting options with both code-defined (string) and options
database (numeric) prefixes.

* Always use PetscSNPrintf() for creating prefixes (note that it now involves
an additional user-defined string)

Hg-commit: 978e0f333fff90b0c3226a36fdc401b53b28895e

show more ...


# 6685144e 15-May-2010 Jed Brown <jed@59A2.org>

PCFieldSplitSetFields const correctness

Hg-commit: a5b881ca83b895cb5aaf65364156d8af6aa895d9


# 209c9182 14-May-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: b5a14361e615c8fbd98392f718d541fc07fc3843


# db4c96c1 14-May-2010 Jed Brown <jed@59A2.org>

PCFieldSplitSetIS() and PCFieldSplitSetFields() now take a split-name parameter.

This is used to define options database keys for controlling the inner solves.

This patch also removes a fragment of

PCFieldSplitSetIS() and PCFieldSplitSetFields() now take a split-name parameter.

This is used to define options database keys for controlling the inner solves.

This patch also removes a fragment of dead code in PCFieldSplitSetDefaults()

Hg-commit: 1e0766c47496eba21827219418d039be3b470b45

show more ...


# 65e19b50 11-May-2010 Barry Smith <bsmith@mcs.anl.gov>

the last work I will do on reformatting use of SETERRQX() and passing in the appropriate comm; I am bored to tears

Hg-commit: 9e0ef782022dbdc055a74473b60f135ee06122ac


# c1235816 10-May-2010 Barry Smith <bsmith@mcs.anl.gov>

removed unneeded { around SETERRQX() calls}

Hg-commit: d55148dbbe8a10f500a7e181b91ba166aec6f665


# e7e72b3d 08-May-2010 Barry Smith <bsmith@mcs.anl.gov>

changed many calls to SETERRQ() to use correct (non-PETSC_COMM_SELF) communicator
reformated many badly formatted SETERRQ(); there was nonsense like {} around them or they were wrongly on a seperate

changed many calls to SETERRQ() to use correct (non-PETSC_COMM_SELF) communicator
reformated many badly formatted SETERRQ(); there was nonsense like {} around them or they were wrongly on a seperate line

Hg-commit: 7550f3779f18eaf7ce68bae52b964532aa97c1d5

show more ...


# e32f2f54 07-May-2010 Barry Smith <bsmith@mcs.anl.gov>

added MPI_Comm as first argument to PetscError() and SETERRQX()

Hg-commit: fe5a2ff050abc00ca2c2979c0af22b117b62874e


# ff219bfb 27-Apr-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 1f5ce9b1fa7762a7d57e66fe241c05a915d43e19


# f220f617 23-Apr-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 69f1281a23b9204054fdf5036ff4edc4275b3f87


# 2b9612e3 22-Apr-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 34af44ec3a390a8370e6ef8a309b0623ab97ccc0


# 31d5c5a7 22-Apr-2010 Jed Brown <jed@59A2.org>

merge PCFieldSplitSetIS() doc clarification from release

Hg-commit: f5bf4c9f4ae1b6ae322deb9b4cc90c1e59a345e4


# a6ffb8db 22-Apr-2010 Jed Brown <jed@59A2.org>

Clarify PCFieldSplitSetIS documentation

Hg-commit: ef0f51790be58020b2412670a9e244b673e5b649


1...<<31323334353637383940>>...42