History log of /petsc/src/ksp/pc/impls/telescope/telescope.c (Results 226 – 250 of 276)
Revision Date Author Comments
# 47856c66 11-May-2016 Barry Smith <bsmith@mcs.anl.gov>

Let's not test our pull requests at all


# ea2b237e 10-May-2016 Dave May <dave.mayhem23@gmail.com>

PCTelescope:
* Corrected bug fix and should hopefully also make the static analyser happy


# c4862d70 10-May-2016 Dave May <dave.mayhem23@gmail.com>

PCTelescope:
* Bug fixes for nullspace


# 35d70571 04-May-2016 Stefano Zampini <stefano.zampini@gmail.com>

Merge branch 'master' into stefano_zampini/feature-pcbddc-saddlepoint

Conflicts:
src/ksp/pc/impls/bddc/bddc.c
src/ksp/pc/impls/bddc/bddcgraph.c
src/ksp/pc/impls/bddc/bddcprivate.c


# 163d334e 11-Apr-2016 Barry Smith <bsmith@mcs.anl.gov>

some uses of PetscTryMethod() actually require that the

object is correct and the function returns an appropriate value.
Change those calls to PetscUseMethod().


# ef793567 10-Apr-2016 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'pr426/dmay/dmay/pctelescope-mods/master'


# a947c41e 08-Apr-2016 Dave May <dave.mayhem23@gmail.com>

PCTelescope - fix for static analysis warnings:
* I think that this commit will remove the last warning about indexing a null pointer


# c41e779f 07-Apr-2016 Dave May <dave.mayhem23@gmail.com>

PCTelescope - Fixes reported by static analysis:
* Initialize variables which are otherwise set inside if (isActiveRank(sred->psubcomm)){} statements


# 52774845 06-Apr-2016 Toby Isaac <tisaac@uchicago.edu>

Merge branch 'tisaac/sf-fix-multi-sf-leaves' into tisaac/dmp4est-feature-injection

* tisaac/sf-fix-multi-sf-leaves: (174 commits)
PetscSF: fix PetscSFGetMultiSF() for sparse leaves
PetscSF: make

Merge branch 'tisaac/sf-fix-multi-sf-leaves' into tisaac/dmp4est-feature-injection

* tisaac/sf-fix-multi-sf-leaves: (174 commits)
PetscSF: fix PetscSFGetMultiSF() for sparse leaves
PetscSF: make regression test that fails
few more clang static analyzer fixes
many issues detected by clang static analyzer
Update hypre to its release version
Updates for xSDKTrilinos builds
Added --download-xsdktrilinos
Communicator passed to VecCreateSeq should be PETSC_COMM_SELF
PCMG man page: fix typo in options name
Bib: Added refs
DMLabel: Removed unused variable
Metis tries to use backtrace which requires -lexecinfo on some systems such as freebsd Remove -lexecinfo from freebsd configure files since it is only needed by metis
add alternative output that occurs on some systems due to use of random number generator in partitioner
Plex: When creating cohesive submeshes, fix memory leak
Plex ex11: Updated output for new distribution algorithm
Plex: When explicitly distributing the depth label, we must recreate empty strata
Plex: When partitioning, the cell numbering should include hybrid points
Plex: Allow cell and vertex numberings to include hybrid points
need to show diffs of ex22 if it fails
Support two different output for test example, since due to roundoff this example can produce slightly different convergence history
...

show more ...


# 171b80e0 06-Apr-2016 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into sanderarens/fix-plex-neumann-bc

* master: (28 commits)
few more clang static analyzer fixes
many issues detected by clang static analyzer
Update hypre to its release

Merge branch 'master' into sanderarens/fix-plex-neumann-bc

* master: (28 commits)
few more clang static analyzer fixes
many issues detected by clang static analyzer
Update hypre to its release version
Updates for xSDKTrilinos builds
Added --download-xsdktrilinos
DMLabel: Removed unused variable
Plex: When creating cohesive submeshes, fix memory leak
Plex ex11: Updated output for new distribution algorithm
Plex: When explicitly distributing the depth label, we must recreate empty strata
Plex: When partitioning, the cell numbering should include hybrid points
Plex: Allow cell and vertex numberings to include hybrid points
Plex ex1: Fixed output for empty strata
DMLabel: Added DMLabelHasStratum()
Minor changes and fix to bugs introduced in 82f73ecaa
Modified makefile to fix aijcusparse tests
Add missing code for the case PETSC_HAVE_VECCUDA
Fix bugs introduced in 82f73ecaa
Use VECCUDA with MATAIJCUSPARSE
CUDA: Fixed visibility and disabled Fortran bindings for VecScatters on GPU.
Replace kernels with thrust
...

show more ...


# ca43db0a 06-Apr-2016 Barry Smith <bsmith@mcs.anl.gov>

few more clang static analyzer fixes


# bd6502ba 23-Mar-2016 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'pr426/dmay/dmay/pctelescope-mods/master'


# a1d91a28 21-Mar-2016 Dave May <dave.mayhem23@gmail.com>

PCTelescopeRichardson:
* Removed set but unused variable


# f650675b 19-Mar-2016 Dave May <dave.mayhem23@gmail.com>

PCTelescope:
* Added PCApplyRichardson


# 3507aef6 18-Mar-2016 Dave May <dave.mayhem23@gmail.com>

Telescope:
* Removed support for non-zero initial guess


# 13c30530 16-Mar-2016 Dave May <dave.mayhem23@gmail.com>

PCTelescope: Removed unused block size variable


# c854e4a5 16-Mar-2016 Dave May <dave.mayhem23@gmail.com>

PCTelescope:
* Removed spaces from blank lines


# a954d8f4 16-Mar-2016 Dave May <dave.mayhem23@gmail.com>

PCTelescope manpage:
* Updated doc for PCTelescopeSetIgnoreKSPComputeOperators


# 0ae7c45b 16-Mar-2016 Dave May <dave.mayhem23@gmail.com>

PCTelescope - New API
* Added API for Get/Set flags indicating whether KSPSetComputeOperators should be used or ignored.


# 120bdd93 18-Jan-2016 Dave May <dave.mayhem23@gmail.com>

PCTelescope: * Copy method and context to remove nullspace from parent


# 7c5279cb 18-Jan-2016 Dave May <dave.mayhem23@gmail.com>

PCTelescope: * Changed prefix on sub-DM, now it inherits the name from the sub-KSP * Added flag to optionally ignore KSPComputeOperators


# 14c9fce5 23-Dec-2015 Dave May <dave.mayhem23@gmail.com>

PCTelescope: * Added support for non-zero initial guesses


# af25d912 06-Mar-2016 Stefano Zampini <stefano.zampini@gmail.com>

Merge branch 'master' into stefano_zampini/feature-pcbddc-saddlepoint

Conflicts:
src/ksp/pc/impls/bddc/bddc.c
src/ksp/pc/impls/bddc/bddcgraph.c
src/ksp/pc/impls/bddc/bddcprivate.c
src/ksp/pc/imp

Merge branch 'master' into stefano_zampini/feature-pcbddc-saddlepoint

Conflicts:
src/ksp/pc/impls/bddc/bddc.c
src/ksp/pc/impls/bddc/bddcgraph.c
src/ksp/pc/impls/bddc/bddcprivate.c
src/ksp/pc/impls/bddc/bddcscalingbasic.c
src/ksp/pc/impls/bddc/bddcschurs.c
src/mat/impls/is/matis.c

show more ...


# f37e7628 21-Feb-2016 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into barry/add-pcfieldsplit-logevent


# f44c6289 28-Jan-2016 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into barry/add-pcreset-hypre-for-master

Needed to move PCDestroy_HYPRE() added to master to PCReset_HYPRE() since that was introduced
as a bug fix for maint


12345678910>>...12