| #
34ddd8f4
|
| 15-Aug-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'pr508/psanan/psanan/pc-telescope-nearnullspace/master'
|
| #
54761ea3
|
| 14-Aug-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into barry/fix-successful-numerical-factorization-after-failure/master
The maint patch for the given problem cannot merge cleanly into next due to changes in the same code in m
Merge branch 'master' into barry/fix-successful-numerical-factorization-after-failure/master
The maint patch for the given problem cannot merge cleanly into next due to changes in the same code in master (the introduction of MatFactorGetError()) therefor need to merge in master and use the new construct before merging to next
show more ...
|
| #
3d996552
|
| 19-Jul-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'master' into stefano_zampini/feature-pcbddc-saddlepoint
Conflicts: src/docs/website/documentation/changes/dev.html src/ksp/ksp/examples/tutorials/ex59.c src/ksp/pc/impls/bddc/bddc.c
Merge branch 'master' into stefano_zampini/feature-pcbddc-saddlepoint
Conflicts: src/docs/website/documentation/changes/dev.html src/ksp/ksp/examples/tutorials/ex59.c src/ksp/pc/impls/bddc/bddc.c src/ksp/pc/impls/bddc/bddcfetidp.c src/ksp/pc/impls/bddc/bddcprivate.c src/ksp/pc/impls/bddc/bddcschurs.c src/mat/impls/is/matis.c src/mat/impls/is/matis.h
show more ...
|
| #
392968a1
|
| 06-Jul-2016 |
Patrick Sanan <patrick.sanan@gmail.com> |
PCTelescope: refactor nullspace propagation
|
| #
41ff1ee9
|
| 06-Jul-2016 |
Patrick Sanan <patrick.sanan@gmail.com> |
PCTelescope: fix memory leak by adding missing MatNullSpaceDestroy() calls
|
| #
8439623f
|
| 05-Jul-2016 |
Patrick Sanan <patrick.sanan@gmail.com> |
PCTelescope: man page edits
|
| #
005d9f20
|
| 05-Jul-2016 |
Patrick Sanan <patrick.sanan@gmail.com> |
PCTelescope: minor documentation/formatting fixes
|
| #
d8b9d5b7
|
| 04-Jul-2016 |
Patrick Sanan <patrick.sanan@gmail.com> |
PCTelescope: update nullspace support
Allow for propagation of near nullspaces as well as nullspaces.
Throw an error if the user attempts to propagate remove functions or contexts this way.
|
| #
a04a6428
|
| 04-Jul-2016 |
Patrick Sanan <patrick.sanan@gmail.com> |
PCTelescope: documentation and comment fixes
|
| #
e870d166
|
| 25-Jun-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/housekeeping-2'
|
| #
229d00df
|
| 23-Jun-2016 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/fix-PetscInt-scanf/maint' into knepley/feature-plex-particle-example
This merge is done to be able to use 'PetscInt_FMT' in data_bucket.c
|
| #
539c167f
|
| 19-Jun-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
removed a variety of #include <xxximpl.h> from source code that was not needed
|
| #
803da64b
|
| 11-Jun-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'maint'
|
| #
575a0592
|
| 11-Jun-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Fixed a variety of issues related to iOS builds
Some developers did not properly use relative paths for private include files file that is not normally compiled had errors due to outdated API in it
Fixed a variety of issues related to iOS builds
Some developers did not properly use relative paths for private include files file that is not normally compiled had errors due to outdated API in it (why is it compiled with iOS?) some iOS build scripts had outdated paths for various items iSO version of makeall implicitly assumed PETSC_DIR had been set (OSX version previously fixed by Satish Balay)
Reported-by: Francisco Schuetze <fjschuetze@gmail.com>
show more ...
|
| #
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 ...
|
| #
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
|
| #
7ef5110d
|
| 22-May-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'pr476/psanan/psanan/pc-telescope-subcomm-type/master'
|
| #
1dae98e4
|
| 20-May-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
All kinds of goofy errors with captilization and functon names
Reported-by: Adrian Croucher <a.croucher@auckland.ac.nz>
|
| #
0f43ea10
|
| 20-May-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
moved #define of function names to before formated bfort comments otherwise bfort crashes
Reported-by: Adrian Croucher <a.croucher@auckland.ac.nz>
|
| #
7caaeba4
|
| 19-May-2016 |
barral <none@none.fr> |
Merge branch 'master' into barral/feature-dmplex-adapt
|
| #
48a10b22
|
| 17-May-2016 |
Patrick Sanan <patrick.sanan@gmail.com> |
PCTELESCOPE: add option to change subcommunicator type (interlaced or contiguous)
Add a new data field to PCTELESCOPE which allows, before setup only, the user to specify which type of subcommunicat
PCTELESCOPE: add option to change subcommunicator type (interlaced or contiguous)
Add a new data field to PCTELESCOPE which allows, before setup only, the user to specify which type of subcommunicator to create. Under the assumption of sequential ordering on equally-sized compute nodes, this allows the user to specify whether their subcommunicator lives on a subset of nodes (with the same number of ranks/node), or whether it is striped across nodes (the default).
This commit also adds some missing __FUNCT__ definitions
An example is added which calls KSPView. This isn't ideal, so a better idea of how to test this functionality would be welcome.
show more ...
|
| #
de18c742
|
| 16-May-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into knepley/feature-parallel-mesh-load
* master: (59 commits) Increase patchlevel to 3.7.1 Fix manual page for MatGetTransposeNullSpace() remove unneeded use of PetscCon
Merge branch 'master' into knepley/feature-parallel-mesh-load
* master: (59 commits) Increase patchlevel to 3.7.1 Fix manual page for MatGetTransposeNullSpace() remove unneeded use of PetscContainer to hold iscoloring in SNESComputeNGSDefaultSecant() added SNESView for ngs, added options database to ngs manual page, removed dead routine gcov: enable in mpiuni test incorrect capitalization of an even name force same number of iterations for output of ml example changed output for ml example to not be machine dependent DMP4est: access data after setup SNESLineSearch_Apply was labeled with PETSC_EXTERN in one place but when declared this was not visible hence library build failed under Microsoft. Example had print statements of complex numbers Fix more errors in agmres for 64 bit integers builds: fix nampespase conflict with 'analyzer-buid' and checkBuilds.py gcov: add more packages to test add a couple of KSP that were not represented in testing gcov: enable more externalpackages for this test fixes for agmres for 64 bit indices, fix for findvisibleprivatefunctions to be portable for Mac and Linux get GAMG to get null space (more) fix c++ compile errors Add test example for kacmarz preconditioner since gcov indicated there was NONE ...
show more ...
|
| #
18790e9c
|
| 14-May-2016 |
Mark Adams <cal2princeton@yahoo.com> |
Merge branch 'master' of bitbucket.org:petsc/petsc into mark/gamg-nullspacefix
|
| #
16f0ac7e
|
| 14-May-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'maint'
|
| #
225444d7
|
| 14-May-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'dmay/telescope-nullspace-fix' into maint
|