| #
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 ...
|
| #
abf98081
|
| 26-Oct-2016 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/mark/snes-ex56-b'
|
| #
d1d2d0ff
|
| 23-Oct-2016 |
Satish Balay <balay@mcs.anl.gov> |
GAMG: fix PCView_GAMG() format - and update output/ex56_0.out
|
| #
efd3c5ce
|
| 19-Sep-2016 |
Mark Adams <cal2princeton@yahoo.com> |
updated test
|
| #
c1eae691
|
| 19-Sep-2016 |
Mark Adams <mfadams@lbl.gov> |
made threshold an array, fixed up ex56 convergence test (have a Plex/FEM bug)
|
| #
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 ...
|
| #
4a9f465b
|
| 08-Sep-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'maint'
|
| #
e20c40e8
|
| 08-Sep-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Two gamg functions that require custom fortranstubs
Time: .6 hours Reported-by: Manuel Valera <mvalera@mail.sdsu.edu>
|
| #
8d6709d6
|
| 22-Aug-2016 |
Toby Isaac <tisaac@uchicago.edu> |
Merge branch 'tisaac/sys-fix-realloc' into tisaac/petscfe-matching-quadrature-order
* tisaac/sys-fix-realloc: (71 commits) Sys: fix PetscTrReallocDefault() and PetscReallocAlign() clearify when
Merge branch 'tisaac/sys-fix-realloc' into tisaac/petscfe-matching-quadrature-order
* tisaac/sys-fix-realloc: (71 commits) Sys: fix PetscTrReallocDefault() and PetscReallocAlign() clearify when MatMkl_CPardisoSetCntl() can be used in the manual pages Fixed manual page for -snes_anderson_beta Update zfftf.c remove Hermitian information from output since it is only produced in complex case and thus produces different test output fixes for 64 bit integers in test example, fix uninitialized variable in test example tests: move runex49 to TESTEXAMPLES_C_NOTSINGLE add a PCView_SVD to show parameters -petscpartitioner_type simple was not being picked up by options thus generating test error missing CHKERRQ(ierr) on PetscPrintf() statements in newly added test example PetscViewerVTK: Move DM reference increment into the VTK viewer and out of the DM implementation, as suggested by Jed Brown missing crosslinks between manual pages Updated 3.7 release notes to clearly indicate how to update usage of KSP/SNES/TS/SetMonitor(xxx,XXXMonitorDefault,NULL,NULL); Fix for commit b6480e041dd2293a65f96222772d68cdb4ed6306 that broke this example Example of factorization of a singular matrix may actually work due to round off removed unused variables matshell: clean up and add some new MATOPs to Fortran. Remove unneeded checks for use of the compressed row for diagonal block of matrices in GAMG ptscotch: update to version 6.0.4 ptscotch: fix buggy pthread detection code on Mac/Linux ...
show more ...
|
| #
38b2cbdf
|
| 22-Aug-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'mark/snes-ex56'
|
| #
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 ...
|
| #
162a9882
|
| 11-Aug-2016 |
Patrick Sanan <patrick.sanan@gmail.com> |
Merge branch 'master' into psanan/pc-telescope-nearnullspace
|
| #
011b787b
|
| 05-Aug-2016 |
Mark Adams <mfadams@lbl.gov> |
fixed merge with master
|
| #
bedc4528
|
| 03-Aug-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/extend-pcmg-galerkin'
|
| #
578c61f7
|
| 03-Aug-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'mark/fix-gamg-asm-aggs'
|
| #
dd645285
|
| 01-Aug-2016 |
Mark Adams <cal2princeton@yahoo.com> |
removed 'random' var from GAMG
|
| #
69aca0b8
|
| 24-Jul-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed use of integers for mg->galerkin
Reported-by: nightly tests
|
| #
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 ...
|
| #
cf8ae1d3
|
| 05-Jul-2016 |
Mark Adams <cal2princeton@yahoo.com> |
fixing up tests and comments
|
| #
171cca9a
|
| 04-Jul-2016 |
Mark Adams <mfadams@lbl.gov> |
added option for parallel coarse grid solve, without GAMG putting all on one proc
|
| #
7a28f3e5
|
| 04-Jul-2016 |
Mark Adams <mfadams@lbl.gov> |
fixing up gamg agg
|
| #
0a3c815d
|
| 27-Jun-2016 |
Mark Adams <cal2princeton@yahoo.com> |
fixing up gamg with asm blocks
|
| #
cab9ed1e
|
| 27-Jun-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed some naming in GAMG and added material to some GAMG manual pages
|
| #
0c3bc534
|
| 26-Jun-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Convert GAMG to use ASM with aggs and not GASM
I don't see how it could ever have worked with GASM, which has a very different way of providing subdomain index sets.
Reported-by: Mark Adams <mfadam
Convert GAMG to use ASM with aggs and not GASM
I don't see how it could ever have worked with GASM, which has a very different way of providing subdomain index sets.
Reported-by: Mark Adams <mfadams@lbl.gov>
show more ...
|
| #
e870d166
|
| 25-Jun-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/housekeeping-2'
|