| #
3fefbde6
|
| 26-Jun-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'hongzh/fix-cost-integral' into maint
|
| #
e870d166
|
| 25-Jun-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/housekeeping-2'
|
| #
95dccaca
|
| 18-Jun-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
replace uses of PetscMalloc() with PetscNew() or PetscMalloc1() where appropriate
|
| #
75bfd6cb
|
| 16-Jun-2016 |
Toby Isaac <tisaac@uchicago.edu> |
Merge branch 'tisaac/plex-fix-copy-coordinates' into tisaac/dm-boundary-in-ds
Fixes some regression tests so that I can verify the changes of this branch
* tisaac/plex-fix-copy-coordinates: DMPle
Merge branch 'tisaac/plex-fix-copy-coordinates' into tisaac/dm-boundary-in-ds
Fixes some regression tests so that I can verify the changes of this branch
* tisaac/plex-fix-copy-coordinates: DMPlex: don't copy coordinates to self add X monitoring of residual norm and true residual norm to example since not currently tested TSAdaptSetType() had no manual page remove a couple of seemingly strange unneeded PetscReturnFunction(ierr) manual page for PetscLogObjectMemory() missing manual page for TaoConvergedReason tree: workarround bug 'cannot handle multipe #requirespackage listing'. add no-change test for KSPCR and KSPLCD configure: improve -fPIC test for ubuntu 16.10 sys: print scanf/PetscInt with --with-clanguage=C++ --with-64-bit-indices=1 --with-scalar-type=complex --with-mpi=0 Fix PCTFS and add test code for symmetric and non-symmetric version fix a bug due to Lisandro Dalcin's commit d61f013 TS: Run forward cost integral after event handling if step not rolled back name space Event* and Class* utility functions with Petsc
show more ...
|
| #
cfdddc4f
|
| 15-Jun-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'hongzh/fix-cost-integral'
|
| #
e783b05f
|
| 13-Jun-2016 |
Hong Zhang <hongzhang@anl.gov> |
fix a bug due to Lisandro Dalcin's commit d61f013 TS: Run forward cost integral after event handling if step not rolled back
|
| #
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'
|
| #
98581c7a
|
| 13-May-2016 |
barral <none@none.fr> |
Merge branch 'master' into barral/feature-dmplex-adapt
|
| #
6bd6c117
|
| 12-May-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into knepley/feature-parallel-mesh-load
* master: (180 commits) Bib: Added ref -random_view caused error because PetscRandomView() was not provided in PetscRandomCreate()
Merge branch 'master' into knepley/feature-parallel-mesh-load
* master: (180 commits) Bib: Added ref -random_view caused error because PetscRandomView() was not provided in PetscRandomCreate() Update the xSDKTrilinos test message to use interactive session and ctest gcc6: fix comple warnings with -Wmisleading-indentation fix compile warning bugfix for MatTransposeMatMultSymbolic_MPIAIJ_MPIAIJ_nonscalable() minor formatting cleanup of gamg.c add ml example to tutorials page for xsdk bugfix of MatDuplicate for mpiaij matrix product Reported-by: Miorelli, Federico <Federico.Miorelli@cgg.com> The deprecated -log_summary_exclude was still being used when it should have been -log_exclude cpardiso: requires mkl_blacs so check for that. Also common code to detect MKL for both pardiso and cpardiso cpardiso: fix segv and memory leaks resume MatGetSubMatrix_SeqSBAIJ() because it cannot share routine with BAIJ due to cast fix bad relative links replace MatSeqBAIJSetPreallocation_SeqBAIJ with MatSeqBAIJSetPreallocation to skip this call when input mat is sbaij type fix a variety of set but not used variables in examples detected by clang static analyzer removed declared but not used variable ANL Report formatting requires listing authors by affiliation DMP4est: uncrustify DMP4est: remove memset() ...
show more ...
|
| #
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
|
| #
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
|
| #
450a797f
|
| 28-Apr-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Added support for saving single reals to binary file and updated PetscBinaryRead.m to read them so now -ts_monitor binary can easily be read in Matlab to get the timesteps
|
| #
633705cb
|
| 27-Apr-2016 |
Lisandro Dalcin <dalcinl@gmail.com> |
Merge branch 'maint'
|
| #
bc77d74c
|
| 27-Apr-2016 |
Lisandro Dalcin <dalcinl@gmail.com> |
TS: Fix docs for TSSetI2Jacobian()
|
| #
bab0a581
|
| 26-Apr-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Support -ts_monitor_lg_solution_variables when the variables are not explicitly named
It uses integers for the names in the this case
|
| #
c427f8c9
|
| 24-Apr-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'maint'
|
| #
ed58546b
|
| 24-Apr-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'dalcinl/ts-2nd-order-systems' into maint
|
| #
efe9872e
|
| 22-Mar-2016 |
Lisandro Dalcin <dalcinl@gmail.com> |
TS: Add interface API for 2nd order systems
|
| #
cbe43675
|
| 22-Apr-2016 |
Lisandro Dalcin <dalcinl@gmail.com> |
Merged in dalcinl/tsevent-restart (pull request #459)
TS: Handle step restart after events
|
| #
28d5b5d6
|
| 20-Apr-2016 |
Lisandro Dalcin <dalcinl@gmail.com> |
TSEvent: Add a flag to the TS structure to handle step restart
|