| #
10c1f87b
|
| 27-Oct-2016 |
Toby Isaac <tisaac@uchicago.edu> |
Merge branch 'master' into tisaac/dmplex-feature-real-to-ref
I need updated PetscFE interfaces in what I'm going to do
* master: (603 commits) parmetis: fix typo in testsuite Added PETSC_HAVE_A
Merge branch 'master' into tisaac/dmplex-feature-real-to-ref
I need updated PetscFE interfaces in what I'm going to do
* master: (603 commits) parmetis: fix typo in testsuite Added PETSC_HAVE_ATTRIBUTEALIGNED flag to makefile PCSetUp_SVD() used incorrect matrix for matrix size in parallel, also need to skip LAPACK call if matrix size is zero strumpack: update to latest version 1.0.4 Remove valgrind warning about MPI_Allreduce() with uninitialized data sed for test output that has atol convergence with quad precision updated ex1_nest tests fixed incorrect key value fix: bad merge a69d34a test: move runex78 to TESTEXAMPLES_C_NOTSINGLE build: fix warnings sys: update test to produce same result - irrespective of debug/opt build - and presence of ~/.petscrc sys: src/sys/examples/tests/ex30.c -> src/sys/examples/tests/ex32.c to avoid conflict in master Sed output, since quad precision reduces below atol on these tests remove automatically generated matrix names from test output files since can be different Fixes for MatMPIXXXSetPreallocation(), they were not reentrant, since they kept the information used for matrix-vector products GAMG: fix PCView_GAMG() format - and update output/ex56_0.out superlu_dist: 64-bit-indices fix https://github.com/xiaoyeli/superlu_dist/issues/4 Add SNESSetDivergenceTolerance / -snes_divergence_tolerance. fixed unit read in Plex ...
show more ...
|
| #
e923053f
|
| 15-Oct-2016 |
stefano_zampini <stefano.zampini@gmail.com> |
Merge branch 'stefano_zampini/feature-convert-matnest-matis' into stefano_zampini/feature-pcbddc-saddlepoint
I have to merge it here, since there's an API addition for MatIS in stefano_zampini/featu
Merge branch 'stefano_zampini/feature-convert-matnest-matis' into stefano_zampini/feature-pcbddc-saddlepoint
I have to merge it here, since there's an API addition for MatIS in stefano_zampini/feature-pcbddc-saddlepoint that prevents me to smoothly merge stefano_zampini/feature-convert-matnest-matis into next.
This will also facilitate merging stefano_zampini/feature-pcbddc-saddlepoint into master
Conflicts: src/docs/website/documentation/changes/dev.html
show more ...
|
| #
602cab1b
|
| 29-Aug-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/add-matshell-matgetdiagonalblock-fortran'
|
| #
c56a70ee
|
| 28-Aug-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Removed the use of PetscObjectQueryFunction() with with MatGetDiagonalBlock()
that I missed when I first converted MatGetDiagonalBlock() from a query function to a table function
Time: .3 hours Re
Removed the use of PetscObjectQueryFunction() with with MatGetDiagonalBlock()
that I missed when I first converted MatGetDiagonalBlock() from a query function to a table function
Time: .3 hours Reported-by: nightly tests
show more ...
|
| #
e3fb1b41
|
| 24-Aug-2016 |
BarryFSmith <bsmith@mcs.anl.gov> |
Merged in psanan/petsc/psanan/pc-asm-submat (pull request #531)
PCASM: Allow different submatrix types
|
| #
80ec0b7d
|
| 01-Nov-2014 |
Patrick Sanan <patrick.sanan@gmail.com> |
PCASM: Allow different submatrix types
The implementation involves a call to MatConvert.
Note the new command line option, which allows things like -pc_asm_sub_mat_type seqaijviennacl -pc_asm_sub_m
PCASM: Allow different submatrix types
The implementation involves a call to MatConvert.
Note the new command line option, which allows things like -pc_asm_sub_mat_type seqaijviennacl -pc_asm_sub_mat_type aijviennacl In the latter case, it is assumed that the sequential version of a base name is intended.
A test is added in src/ksp/ksp/examples/tutorials, but not added to any sets of tests (in anticipation of future set of tests for viennacl-enabled configurations).
show more ...
|
| #
75e339b7
|
| 24-Aug-2016 |
BarryFSmith <bsmith@mcs.anl.gov> |
Merged in psanan/petsc/psanan/pc-asm-dm-subdomains-fix (pull request #532)
PCASM DM Subdomains fix
|
| #
e64f0791
|
| 23-Aug-2016 |
Patrick Sanan <patrick.sanan@gmail.com> |
PCASM: update viewer output for DM subdomains
|
| #
704f0395
|
| 02-Apr-2016 |
Patrick Sanan <patrick.sanan@gmail.com> |
PCASM: set overlap to -1 when defining subdomains from the DM, to avoid additional overlap being added
The existing behavior seemed to be to alway extend the overlap by 1 (algebraically, by consider
PCASM: set overlap to -1 when defining subdomains from the DM, to avoid additional overlap being added
The existing behavior seemed to be to alway extend the overlap by 1 (algebraically, by considering the nonzero structure of the operator), and it shouldn't be too difficult to allow for DM subdomains in combination with algebraic extension of the overlap, but this isn't attempted here, as the current behavior seems to be to ignore DM subdomains if the user specifies an overlap.
show more ...
|
| #
3318b451
|
| 25-Mar-2016 |
Patrick Sanan <patrick.sanan@gmail.com> |
PCASM: add DM subdomains to viewer
|
| #
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 ...
|
| #
e870d166
|
| 25-Jun-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/housekeeping-2'
|
| #
539c167f
|
| 19-Jun-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
removed a variety of #include <xxximpl.h> from source code that was not needed
|
| #
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
|
| #
7caaeba4
|
| 19-May-2016 |
barral <none@none.fr> |
Merge branch 'master' into barral/feature-dmplex-adapt
|
| #
3546dc83
|
| 17-May-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'jose/maint/tabs-print-class' into maint
|
| #
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
|
| #
16fb2897
|
| 14-May-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/fix-source-clang'
|
| #
65002f03
|
| 14-May-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/make-functions-static'
|
| #
367daffb
|
| 11-May-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Updated script for detecting visible symbols
Removed unneeded visibility of some symbols Fixed some namespacing Removed the use of unneeded implementation includes in the TAO code
|
| #
2a808120
|
| 09-May-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
a variety of fixes for issues detected by the clang static analyzer
Reported-by: clang static analyzer
|
| #
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
|