History log of /petsc/src/ksp/pc/impls/telescope/telescope_dmda.c (Results 126 – 150 of 165)
Revision Date Author Comments
# 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


# 28323a89 17-Mar-2016 Dave May <dave.mayhem23@gmail.com>

PCTelescope: Removed unused variable


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

PCTelescopeDMDA permutation matrix:
* Corrected pre-allocation of the permutation matrix (twice as many non-zeros were requested than needed)


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

PCTelescopeMatCreate_dmda:
* Removed comment code, leave comment regarding lazy assembly


# 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


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

PCTelescope: * Use flag to ignore kspcompute operators when defining sub-KSP


# 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


# 5e897e82 22-Dec-2015 Dave May <dave.mayhem23@gmail.com>

PCTelescope: * Copy matrix creation and domaindecomp routines from parent DM to sub DM


# dc9ee9fd 18-Dec-2015 Dave May <dave.mayhem23@gmail.com>

PCTelescope: * Lazy assembly is normal when KSPSetComputeOperators is used


# ba1c3560 16-Dec-2015 Dave May <dave.mayhem23@gmail.com>

PCTelescope: * Added support for the case when KSPComputeOperators has been set


# 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


# dce90f5d 26-Dec-2015 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into tisaac/dmforest

* master: (177 commits)
DT ex3: The test should check the number of digits requested
DT ex3: One test fails in single precision
Plex: Do not automati

Merge branch 'master' into tisaac/dmforest

* master: (177 commits)
DT ex3: The test should check the number of digits requested
DT ex3: One test fails in single precision
Plex: Do not automatically create a default section if no fields are defined
Plex: DMPlexCopyCoordinates() needs to create the coordinate section if it is missing
superlu: no longer requires xerbla slamch dlamch ?
superlu: update to v5.1
skip MatSolve() if matrix factorization fails
replacing SETERRQ with error output info and continue execution
SNES ex12: Added parallel tests - These test parallel, unstructured interpolation/restriction using FAS
Plex+SNES: Now in DMPlexComputeJacobian_Internal(), we also form the Jacobian preconditioner matrix
FE: Now we can form either the Jacobian or the Jacobian preconditioned matrix using a flag
DS: Now have point wise function slots for the Jacobian preconditioned matrix - This will allow us to form the "right" operator for preconditioning, like M in the (2,2) block for Stokes
Plex: When swapping Plexes, also swap point SF
Plex: Fix parallel error in Injector
Mat+Plex: Added MatPreallocator which can be called with MatSetValues() and preallocates another Mat - This could have been another "mode" of Mat, but I thought this was cleaner - Use MatPreallocator to preallocator Plex interpolators
DT ex3: Change tolerance and eliminate tests which need MPFR from regular runs
superlu: fix complex build
superlu: update to using 5.0 tarball with the fix for -Werror=format-security
superlu: update to use tarball with -Werror=format-security fix
DM: Clone the coordinate DM instead of reusing in Clone()
...

Conflicts:
config/builder.py
src/dm/impls/plex/plexcreate.c

show more ...


# c3d89e0a 19-Dec-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into hongzh/checkpointing

Manual merges for a couple of PetscOptions changes in master


# b49bb413 12-Dec-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into pr391/zianekhodja/lilia/tsirm/master


# 553d0ae9 12-Dec-2015 Barry Smith <bsmith@mcs.anl.gov>

memory allocation error

Reported-by: Dave May <dave.mayhem23@gmail.com>


# 15dd08bc 12-Dec-2015 Barry Smith <bsmith@mcs.anl.gov>

error in computing needed space for allocation

Reported-by: Dave May <dave.mayhem23@gmail.com>


1234567