| #
b334f244
|
| 13-Jun-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: create sub_schurs just when needed
|
| #
9884e7e0
|
| 25-May-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into tisaac/ts-ex11-amr
* master: (141 commits) chombo: fix dirname in tarball and update to use snapshot with gcc-6.1 compile fix petsc4py: fix tarball url [for arbitary c
Merge branch 'master' into tisaac/ts-ex11-amr
* master: (141 commits) chombo: fix dirname in tarball and update to use snapshot with gcc-6.1 compile fix petsc4py: fix tarball url [for arbitary commitid] - and dirname in tarball Plex: Moved ReconstructGradients_Internal() and ApplyLimiter_Internal() to Plex from SNES CUDA: Added external declaration for cuBLAS handle. docs: fix reference to KSP_Create in parent commit Add information on PETSC_EXTERN and PETSC_INTERN to developers manual Plex: Symbol is shared between DM and SNES, so must be EXTERN Plex: Remove unused variables Configure: Fix check for spaces in PETSC_DIR Plex: Updated examples to new DMPlexCreateBoxMesh() sick of failure due to incorrect master branch SNES ex12: Fixed unstructured GMG test SNES ex12: Added another unstructured GMG test petsc4py: use the snapshot with the fix for dmplex change Examples that require Fortran to compile but were listed in tests that did not require Fortran Plex ex19: Added DMSetFromOptions() Plex: Store a flag indicating whether the boundary should change during remeshing - Set using -dm_plex_remesh_bd - Changed Remesh_Internal() signature Always coarsen boundaries. Plex: Fixed option name Plex: Protect unused variables ...
Conflicts: src/dm/impls/plex/makefile src/snes/utils/dmplexsnes.c
show more ...
|
| #
1d82a3b6
|
| 25-May-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: fix memory leak
|
| #
bef83e63
|
| 23-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/bddcprivate.c src/mat/impls/aij/seq/mkl_pardiso/mkl_pardiso.c
|
| #
b2c5b070
|
| 22-May-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'stefano_zampini/fix-bddcnullspace'
|
| #
c7017625
|
| 17-May-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: remove PCBDDCSetNullSpace. Nullspace info is now local and should be attached to the local Neumann matrix
|
| #
7f98984f
|
| 17-May-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC; start removing code for bddcnullspace
|
| #
3e589ea0
|
| 08-May-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: Found more efficient way to compute the initial guess in multilevel
|
| #
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
|
| #
1f4df5f7
|
| 04-May-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: WIP added support for mixed boundary conditions (works for Darcy). Need to check if it works for Stokes.
Multilevel extension does not currently work with mixed BC or a mix of benign and non
PCBDDC: WIP added support for mixed boundary conditions (works for Darcy). Need to check if it works for Stokes.
Multilevel extension does not currently work with mixed BC or a mix of benign and non-benign subdomains. Need to pass the B0 information to coarser levels anyway, because we need to properly compute the no-net-flux condition at coarser levels.
show more ...
|
| #
3bca92a6
|
| 01-May-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: use exact BDDC without dirichlet trick when computing the initial guess
|
| #
b0a5a043
|
| 01-May-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: fix for coding convention
|
| #
2701bc32
|
| 01-May-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: use one application of the coarse preconditioner to compute the non-benign component of the solution
|
| #
1ebe0071
|
| 16-Apr-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'stefano_zampini/fix-static-analyzer'
|
| #
61ba4676
|
| 10-Apr-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
a couple of fixes suggested by clang analyzer add missing error checking minor formatting fixes
|
| #
3d3eaba7
|
| 08-Apr-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Fixes for issues found with clang static analyzer, mostly set but unused variables
Time: 1 hour
|
| #
c43ebad9
|
| 08-Apr-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: fixes from static analyzer nightly build
|
| #
22db5ddc
|
| 22-Mar-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: fixes for complex builds
|
| #
59e48ca4
|
| 22-Mar-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: if adaptive selection has not been requested at the coarse level, we need to use zerorows option for deluxe
|
| #
27b6a85d
|
| 21-Mar-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: optimizations for the multilevel BDDC with benign subspace and CHEBYSHEV coarse solvers
Most of the times, the computation of the benign correction is not needed. Added benign_have_null, ben
PCBDDC: optimizations for the multilevel BDDC with benign subspace and CHEBYSHEV coarse solvers
Most of the times, the computation of the benign correction is not needed. Added benign_have_null, benign_need_correction, so that we can decide at command line to not compute the benign correction for Stokes
show more ...
|
| #
e4d548c7
|
| 20-Mar-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: small fixes
Print graph used to compute connected components when needed solved memory leak
|
| #
daf8a457
|
| 15-Mar-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: remove usage of sf_nroots and sf_nleaves members of Mat_IS data structure
fixed a memory leak
|
| #
2c66d082
|
| 14-Mar-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: output the global id of the wrongly computed coarse index
|
| #
fbfcb133
|
| 13-Mar-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: less stringent check on benign trick applicability
|
| #
91af6908
|
| 11-Mar-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: remove faster deluxe switch
|