| #
bf997491
|
| 16-Apr-2017 |
Lisandro Dalcin <dalcinl@gmail.com> |
TSAdapt: Refactor handling of the always_accept flag
* Add TSAdaptSetAlwaysAccept() * Store the always_accept flag in the base TSAdapt type * Fix/refactor bad printf args in TSAdaptView() * Fix TSAd
TSAdapt: Refactor handling of the always_accept flag
* Add TSAdaptSetAlwaysAccept() * Store the always_accept flag in the base TSAdapt type * Fix/refactor bad printf args in TSAdaptView() * Fix TSAdaptSetFromOptions() to use TSAdaptSetXXX()
show more ...
|
| #
c90b701e
|
| 14-Mar-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into knepley/feature-plex-pragmatic-parallel
* master: (1379 commits) Minor fixes for tchem examples due to changes in PETSc infrastructure update webpage about API changes
Merge branch 'master' into knepley/feature-plex-pragmatic-parallel
* master: (1379 commits) Minor fixes for tchem examples due to changes in PETSc infrastructure update webpage about API changes add help menu for MatCreateSubMatricesMPI() rename struct Mat_SubMat -> Mat_SubSppt add a little information to the manual about using tchem rename MatCreateSubMatrixComposite -> MatCreateSubMatrixVirtual; Mat_SubMatrix -> Mat_SubVirtual need to protect the \ passed on the makefile on my Mac Bib: Updated ref update src/mat/examples/tests/output/ex23_#.out rename MatGetSubMat -> MatCreateSubMat Mark MatCreateMPIAIJWithSplitArrays() and MatMPIAIJSetPreallocationCSR() with MAT_NO_OFF_PROC_ENTRIES superlu: libray is installed in PREFIX/lib64 - fix this to use PREFIX/lib backport fixes cc105cc3 2b35c90a - required for 3bf428d - that was backported from master - 80c96bb 'echo -n' fails on opensolaris/osx - so avoid using it. fix diffs in nightlybuilds due to options in ~/.petscrc add Kelley03 to src/docs/tex/petsc.bib build: determine moudles, mpi.h used during buildtime and print in 'info' fix analyzer warnings fix build failure on opensolaris - where -lm from flibs is removed due to -lm in cxxlibs. But then - only flib gets used for some configure tests [blaslapack, parms] config: prefer __restrict over C99 restrict keyword ...
show more ...
|
| #
9137bce6
|
| 24-Dec-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/remove-funct'
|
| #
fbfcfee5
|
| 19-Dec-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove the use and definition of __FUNCT__ throughout the code
Since all modern C/C++ compilers provide this functionality we no longer need to provide it manually in PETSc Time: 1.5 hours Thanks-t
Remove the use and definition of __FUNCT__ throughout the code
Since all modern C/C++ compilers provide this functionality we no longer need to provide it manually in PETSc Time: 1.5 hours Thanks-to: Andreas Mang <andreas@ices.utexas.edu>
show more ...
|
| #
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 ...
|
| #
c3c9259e
|
| 10-Oct-2016 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'emil/ts-glee'
|
| #
df3bac28
|
| 20-May-2016 |
Emil Constantinescu <emconsta@mcs.anl.gov> |
FIX TS adapt for the global error and to use atol and rtol separatelly
|
| #
5e4ed32f
|
| 19-May-2016 |
Emil Constantinescu <emconsta@mcs.anl.gov> |
Extended the parameter list for the TS error norms to return the norms with respect to atol and rtol
|
| #
8a175bae
|
| 12-May-2016 |
Emil Constantinescu <emconsta@mcs.anl.gov> |
Added new TS eror norms that use the error directly, added new example ODE in ex31, fixed interface comments/doc. Fixed TSAdapt glee.
|
| #
b1316ef9
|
| 09-May-2016 |
Emil Constantinescu <emconsta@mcs.anl.gov> |
FIX adapt error when atol and rtol are both zero; fixed order for glee wen used in adapt
|
| #
642ca4e8
|
| 09-May-2016 |
Emil Constantinescu <emconsta@mcs.anl.gov> |
FIX TSAdapt glee error computation and comments in ex31
|
| #
657c1e31
|
| 09-May-2016 |
Emil Constantinescu <emconsta@mcs.anl.gov> |
FIX error in TSAdapt glee and renaming variables
|
| #
0a01e1b2
|
| 06-May-2016 |
Emil Constantinescu <emconsta@mcs.anl.gov> |
modified TSGetTime error to include an index that indicates when to estimate the error.
|
| #
7453f775
|
| 05-May-2016 |
Emil Constantinescu <emconsta@mcs.anl.gov> |
extended the TS weighted error norm to compute the norms relative to absolute and relative tolerances separatelly
|
| #
726095e4
|
| 29-Apr-2016 |
Emil Constantinescu <emconsta@mcs.anl.gov> |
Setting up TSAdaptGlee
|
| #
ae2316d0
|
| 29-Apr-2016 |
Emil Constantinescu <emconsta@mcs.anl.gov> |
moving and renaming files
|