| #
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 ...
|
| #
95dd3bcd
|
| 19-Oct-2016 |
stefano_zampini <stefano.zampini@gmail.com> |
Merge branch 'stefano_zampini/matis-getinfo'
|
| #
acdf38a7
|
| 18-Oct-2016 |
stefano_zampini <stefano.zampini@gmail.com> |
MatIS: fix MatISGetMPIXAIJ for the case of 1 process
|
| #
5b003df0
|
| 18-Oct-2016 |
stefano_zampini <stefano.zampini@gmail.com> |
MatIS: attach local fields to the local matrix when converting from MatNest PCBDDC: use the information to setup the dofs splitting
|
| #
82d73161
|
| 15-Oct-2016 |
stefano_zampini <stefano.zampini@gmail.com> |
MatIS: fix API change
|
| #
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 ...
|
| #
7c1dbe48
|
| 14-Oct-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' of bitbucket.org:petsc/petsc
|
| #
fd3a879c
|
| 14-Oct-2016 |
Jed Brown <jed@jedbrown.org> |
squelch -Wmaybe-uninitialized with gcc-6.2.1
|
| #
a2ccb5f9
|
| 14-Oct-2016 |
stefano_zampini <stefano.zampini@gmail.com> |
MatIS: fix for missing local getinfo
|
| #
1670daf9
|
| 13-Oct-2016 |
stefano_zampini <stefano.zampini@gmail.com> |
MatIS: fix bug for uniprocessors MATIS matrices
|
| #
5e3038f0
|
| 13-Oct-2016 |
stefano_zampini <stefano.zampini@gmail.com> |
MatIS: added conversion routine from MatNest to MATIS
the conversion is valid when the nested blocks are of type MATIS
|
| #
314ce898
|
| 11-Oct-2016 |
stefano_zampini <stefano.zampini@gmail.com> |
MatIS: reduce numbr of local assemblies if MAT_GLOBAL_MAX is requested
Remove memory dump from the outputs as it depends on the configuration (from nighlty tests)
|
| #
7fa8f2d3
|
| 10-Oct-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
MatIS: added MatGetInfo
|
| #
e363d98a
|
| 21-Sep-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
MatIS: fix column map when dr == 0
|
| #
7750dd24
|
| 15-Aug-2016 |
Toby Isaac <tisaac@uchicago.edu> |
Merge branch 'tisaac/dmplex-fix-nonaffine-geom' into tisaac/petscfe-matching-quadrature-order
* tisaac/dmplex-fix-nonaffine-geom: fixing Toby's fix DMPlexComputeGeometryFEM(): clarify what is ex
Merge branch 'tisaac/dmplex-fix-nonaffine-geom' into tisaac/petscfe-matching-quadrature-order
* tisaac/dmplex-fix-nonaffine-geom: fixing Toby's fix DMPlexComputeGeometryFEM(): clarify what is expected if fe != NULL and correct computations accordingly added checks for AIJ in MIS and GAMG Bib: Added refs loop upper bound was one too high force runex22_4 to produce same output in __float128 precision where it wants to do one more timestep remove duplicate .bib item, fix typos in .bib items Fortran wrapper for DMGetType (copy-pasted from src/mat/interface/ftn-custom/zmatregf.c). Variants of example also need to handle atol convergence with quad precision in test Add rtol and atol to output of TSView ASCII Fortran wrapper for MatNullSpaceGetVecs MATIS: fix compiling error from nightly builds MATIS: set block size if it is greater than zero MATIS: added MatTranspose_IS Quadrature: Fix creation init Plex: Fix output optimization - We obviously have no test for this logic
show more ...
|
| #
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
|
| #
21143a8c
|
| 09-Aug-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'stefano_zampini/feature-matis-missingops'
|
| #
6989cf23
|
| 08-Aug-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
MatIS: added conversion routine from MPIAIJ to MATIS
the conversions is very simple, it just compress the columns and merge diagonal and offdiagonal block reuse case to be done
|
| #
45471136
|
| 08-Aug-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
MatIS: added MatIsStructurallySymetric_IS
|
| #
b9ed4604
|
| 08-Aug-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
MatIS: Added check for same local matrix types
|
| #
fa520230
|
| 01-Aug-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
MATIS: fix compiling error from nightly builds
|
| #
6fdf41d1
|
| 31-Jul-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
MATIS: set block size if it is greater than zero
|
| #
d7f69cd0
|
| 31-Jul-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
MATIS: added MatTranspose_IS
|
| #
c86c4108
|
| 30-Jul-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into mark/snes-ex56
* master: (93 commits) Web: Added a tutorial typo rename X -> U sowing: update to version that creates manpage URLs for 'enum' types/values Increa
Merge branch 'master' into mark/snes-ex56
* master: (93 commits) Web: Added a tutorial typo rename X -> U sowing: update to version that creates manpage URLs for 'enum' types/values Increase patchlevel to 3.7.3 move runex3_3 to NOTSINGLE [ partial backport 9ed0bd76d5c329eb91401ebabfbd851446214e20 ] DMPlex: local coordinate vector should be a sequential vector DM: Name coordinate vectors in subdomain and restrict hooks tests: disable a couple of TS examples from single precision tests reduce TS ex12_2 output fix PetscFormatRealArray() to cast PetscReal in print statement to double so works for __float128 precision Vec: enable Fortran interfaces for VecGetLocalVectorRead and VecRestoreLocalVectorRead Bib: Added refs PCShell: man page fixes update handling of latex in example code to use https fix typo in isltog comment test: Avoid conversion of object <-> function pointer type [-Wpedantic] fortran: enable interface for VecGetLocalVector(), VecRestoreLocalVector() update citation for cmz2016 PCBDDC: silent compilation warnings from nightlybuilds ...
# Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
show more ...
|