History log of /petsc/src/ksp/pc/impls/asm/asm.c (Results 551 – 575 of 685)
Revision Date Author Comments
# 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


# 1773d884 09-Jun-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: b8ceb50b98ab67bf8cb250cdd95a4dda3c00f489


# 05772624 07-Jun-2010 Victor Minden <victorminden@gmail.com>

commit after merge

Hg-commit: 8eb1b0a369f9ab4b13dd8ccc92d9c82da0822d87


# ad8e3b70 07-Jun-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 534539781f71eb6ba71ef89f4c82d23acf24e8e4


# fa4a3892 06-Jun-2010 Jed Brown <jed@59A2.org>

PCASMSetTotalSubdomains_ASM: prototype may as well match PCASMSetTotalSubdomains

Hg-commit: 78c71b6654af44f1abf89abd4c1ca6132d20e1e3


# 10bd88b9 06-Jun-2010 Jed Brown <jed@59A2.org>

asm: VecSet -> VecZeroEntries

Hg-commit: 927e7cb3b6d73bd2a9daace953734152dd328b03


# 3d03bb48 06-Jun-2010 Jed Brown <jed@59A2.org>

PCASMCreateSubdomains2D: provide both overlapping and nonoverlapping index sets (is and is_local)

* Indicate user-specified overlap with osm->overlap == -1
* Clean up documentation and reporting of

PCASMCreateSubdomains2D: provide both overlapping and nonoverlapping index sets (is and is_local)

* Indicate user-specified overlap with osm->overlap == -1
* Clean up documentation and reporting of overlap for user-specified overlap
* Don't increase overlap for user-specified subdomains

Hg-commit: e331897b281528e947bf569a03879dee1bdcfe5d

show more ...


# 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 ...


# 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


# f0eb1ee0 12-Apr-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 96dff560e9caff2ee6539fb4c50e92b67324e0b0


# 0700a824 08-Apr-2010 Barry Smith <bsmith@mcs.anl.gov>

changed cookie to classid cause that is what it is.

Hg-commit: ffa25d1edea7afc409fcc13e7f2b63587b1494c1


# 81054ded 20-Jan-2010 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: e36a50bca8e87bc226893cd35acbcf1194d9a5c7


# f5234e35 18-Jan-2010 Jed Brown <jed@59A2.org>

asm.c: create osm->is_local when needed and handle nontrivial subdomains

Multiple subdomains per process used to only work when created specially
and when they happened to be partitioned into contig

asm.c: create osm->is_local when needed and handle nontrivial subdomains

Multiple subdomains per process used to only work when created specially
and when they happened to be partitioned into contiguous pieces (instead
of by a graph partitioner). This patch uses ISGlobalToLocalMappingApply
to generate the scatter from the vector corresponding to each osm->is[i]
(includes overlap) to the vectors based on osm->is_local[i], instead of
assuming that each subdomain was contiguous.

Hg-commit: d63b278424668f58c027d41777bd75cfb6383bd7

show more ...


# 880770e9 18-Jan-2010 Jed Brown <jed@59A2.org>

asm doc/error spelling

Hg-commit: fb6bf10c208213d9a9b95c64d58ebd4fb280acf4


# 5314cab9 11-Aug-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 878052a5a653e825ee3a0f40a7484dc00d0ffee1


# eaf59616 11-Aug-2009 Matthew Knepley <knepley@mcs.anl.gov>

Fix for ASM
- There were some scatters that needed to be created on all procs

Hg-commit: e61a35b66f55ab39a731ae7214d4b3cf84b5fe10


# 2f00e3e0 23-Jul-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after update

Hg-commit: c176798e350520d7067bc61fb3e700169e4fb00d


# 6ed231c7 21-Jul-2009 Matthew Knepley <knepley@mcs.anl.gov>

Allow unsorted subdomain indices in ASM

Hg-commit: fc2dccd6e2317e488ce5d2d36b578a430de1302a


# b308ded8 21-Jul-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 64f33d9ec2991fed125b5ebd8184e7cf99ddcb38


# 832fc9a5 21-Jul-2009 Matthew Knepley <knepley@mcs.anl.gov>

Small fix

Hg-commit: c6bd9c74d97988af39776902317b16237d003be5


# 8297ded3 20-Jul-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 1fc3fa4b627bc5b6d48fe99211a4a43e2dfd51d3


1...<<2122232425262728