History log of /petsc/include/petscpc.h (Results 576 – 600 of 1091)
Revision Date Author Comments
# 848cd4f1 14-May-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge.

Hg-commit: e68fe5554aa35a36692bac5980575a9772e8a240


# 6a4f0f73 11-May-2012 Dmitry Karpeev <karpeev@mcs.anl.gov>

Numerous GASM-related fixes and API change docs.

Hg-commit: 65891e71d6538241b2e1f74550253235c88c24de


# 171dad80 11-May-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: cb1ab7bdadb003e0ed486eed4d0b810f20691705


# b02e2d75 10-May-2012 Matthew G Knepley <knepley@gmail.com>

Added PCFieldSplitGetType()

Hg-commit: 626a1fef5c74312e7f2b9637639c1ce41736ed88


# 36e030eb 08-May-2012 Stefano Zampini <stefano.zampini@gmail.com>

Added PCBDDCGetBoundaries; BDDC code now uses Get APIs for Dirichlet and Neumann boundaries.

Hg-commit: ecaa5921e374514cf6c40209d24f87cff20b3050


# 831a100d 08-May-2012 Stefano Zampini <stefano.zampini@gmail.com>

Added slot for subdomain scaling factor to pcis.h and changed creation of pcis->D in pcis.c accordingly.
Added API for setting the scaling factor.

Hg-commit: 73ed1a76f4247024fca5216f2d34881084d97e75


# 09d011a0 07-May-2012 Dmitry Karpeev <karpeev@mcs.anl.gov>

Small bug fixes to ASM and GASM.

Hg-commit: d96368c4e2da6e6dccd36431051802c12e599c2c


# 06b43e7e 07-May-2012 Dmitry Karpeev <karpeev@mcs.anl.gov>

Reorganized GASM API and improved PCView_GASM

Hg-commit: 244afa5021e891eb860fb8a64e4f7071e380677e


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

merge PGMRES

Hg-commit: 2ed7d2b653d8d756e316e1b5a6232b04c6c99601


# 06a8d3d9 05-Apr-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: fa9545f5dd15e2d468aeb1796b17eb9a7c2f356b


# 302f38e8 05-Apr-2012 Mark F. Adams <mark.adams@columbia.edu>

added support for getting near null space vectors from Mat.

Changed API for PCSetCoordinates to prepare for GAMG KKT solver.

samll clean ups.

Hg-commit: d5ce660d8f75cc2b9a446f9700efd17b7ec77a24


# ffc955d6 27-Mar-2012 Mark F. Adams <mark.adams@columbia.edu>

fixed up some name space stuff. added hooks for using aggregates in GASM smoothers.

Hg-commit: 2e66e054e7f85247410976c53f46c7abd1fa0f5a


# feb221f8 24-Mar-2012 Dmitry Karpeev <karpeev@mcs.anl.gov>

PCASM uses decompositions from DM.

Hg-commit: 440ec9350d5187632515a668bbf03f620a9c737f


# c9c6ffaa 21-Mar-2012 Jed Brown <jed@59A2.org>

Rename PCFieldSplitSetSchurFactorizationType() to PCFieldSplitSetSchurFactType() due to identifier length limitations.

Hg-commit: ead058767e37b81acf7afd3e4eb76c90acab9ea7


# ccaf0856 20-Mar-2012 Barry Smith <bsmith@mcs.anl.gov>

PCShellGetName() should have const for name argument passed back

Hg-commit: 6a8396c2632bfa4e8f1b6fc27fdd9a2e0f25f034


# 23c403bd 20-Mar-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 8c62da4270bb6cc4d6d6af2d0f9014680dd4b07f


# ab1df9f5 20-Mar-2012 Jed Brown <jed@59A2.org>

Add PCFieldSplitSetSchurFactorizationType()

Hg-commit: 6d8eecca6c58d993bc2ba839faec585075e344cd


# 0ebbf5cd 11-Mar-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 4f48dde03429d0318c7e23bc7de128a9e6ddc8fd


# 91e7e850 09-Mar-2012 Peter Brune <brune@mcs.anl.gov>

commit after merge

Hg-commit: 19b44bdcc8c2788d4ae5c8ecfe21a83f1fb6fbe9


# 8da76f4b 08-Mar-2012 Jed Brown <jed@59A2.org>

Fix build errors in 558a9426d78f

Hg-commit: db600ec6a673e579afc32be0488c6b09d8ea6cc6


# 2632470a 05-Mar-2012 Jed Brown <jed@59A2.org>

merge SNES/DM refactor

Hg-commit: 31d66a4917111e3b9e87bf19170c2c9421b4e8be


# 5d4c12cd 01-Mar-2012 Jungho Lee <julee@mcs.anl.gov>

Moving the ISCreate portion of PCFieldSplitSetFields back to PCSetUp_FieldSplit since the info about vector/matrix layout may not be available depending on the PC object. Also adding additional field

Moving the ISCreate portion of PCFieldSplitSetFields back to PCSetUp_FieldSplit since the info about vector/matrix layout may not be available depending on the PC object. Also adding additional fields for columns.

Hg-commit: 55721edbdaa2c3907466e667467c5f002c0aa071

show more ...


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

commit after merge

Hg-commit: e8d19a834d936a4816c3abf3af0b68733c00be11


# 3b03a366 27-Feb-2012 stefano_zampini <stefano.zampini@gmail.com>

Major change in BDDC code: added support for MatNearNullSpace attached to Pmat.
Added support for possible Dirichlet boundaries.
Added MatIsSetLocalMat function to MATIS.

Hg-commit: edfae9e932e7add0

Major change in BDDC code: added support for MatNearNullSpace attached to Pmat.
Added support for possible Dirichlet boundaries.
Added MatIsSetLocalMat function to MATIS.

Hg-commit: edfae9e932e7add05360869aae109602fe25c8a3

show more ...


# 1037da18 14-Feb-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 0db928480d979c13a2377936075c7720438182bd


1...<<21222324252627282930>>...44