| #
42e868c1
|
| 01-May-2017 |
Lisandro Dalcin <dalcinl@gmail.com> |
Merged in dalcinl/refactor-ts-adapt (pull request #669)
TSAdapt: Refactor interface and implementations
Approved-by: BarryFSmith <bsmith@mcs.anl.gov>
|
| #
1917a363
|
| 24-Apr-2017 |
Lisandro Dalcin <dalcinl@gmail.com> |
TSAdapt: Refactor interface and implementations
* Move the handling of step limits, clipping factors, and safety factors to the base TSAdapt type to simplify implementation of subtypes. * Add TSAd
TSAdapt: Refactor interface and implementations
* Move the handling of step limits, clipping factors, and safety factors to the base TSAdapt type to simplify implementation of subtypes. * Add TSAdapt{Set|Get}Clip() and remove TSAdaptBasic{Set|Get}Clip(). * Add TSAdapt{Set|Get}Safety() to set safety factors. * Add TSAdaptGetStepLimits().
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 ...
|
| #
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 ...
|
| #
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
|
| #
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 ...
|
| #
fc6138e5
|
| 21-Jul-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
fix PetscFormatRealArray() to cast PetscReal in print statement to double so works for __float128 precision
Since __float128 results in identically zero KSP residual norm thus producing an KSP conve
fix PetscFormatRealArray() to cast PetscReal in print statement to double so works for __float128 precision
Since __float128 results in identically zero KSP residual norm thus producing an KSP convergence reason of ATOL instead of the RTOL for double precision
Reported-by: nightly tests
show more ...
|
| #
de043e34
|
| 09-Jul-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
undue broken commit
|
| #
952d9d4d
|
| 09-Jul-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
I am sure I fixed this cast to double for printf() but somehow it is not in master so I do it again
Reported-by: nightly tests
|
| #
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 ...
|
| #
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
|
| #
cbe43675
|
| 22-Apr-2016 |
Lisandro Dalcin <dalcinl@gmail.com> |
Merged in dalcinl/tsevent-restart (pull request #459)
TS: Handle step restart after events
|
| #
fecfb714
|
| 20-Apr-2016 |
Lisandro Dalcin <dalcinl@gmail.com> |
TS: Update implementations to honor the ts->steprestart flag
|
| #
1b393bae
|
| 17-Apr-2016 |
Lisandro Dalcin <dalcinl@gmail.com> |
Merged in dalcinl/fix-tsrollback (pull request #456)
TS: Refactor TSStep() and TSRollBack()
|
| #
be5899b3
|
| 15-Apr-2016 |
Lisandro Dalcin <dalcinl@gmail.com> |
TS: Refactor TSStep() and TSRollBack()
* TSStep() handles the step counter increment, and not TSStep_XXX(). * TSRollBack() handles the step counter decrement. * Removed ``time_step_prev`` from the T
TS: Refactor TSStep() and TSRollBack()
* TSStep() handles the step counter increment, and not TSStep_XXX(). * TSRollBack() handles the step counter decrement. * Removed ``time_step_prev`` from the TS structure. New code should use ts->ptime - ts->ptime_prev to determine the previous time step size. * Removed unused ``time_step_orig`` from the TS structure. * Removed unused ``time_step_since_decrease`` from the TS structure. * Minor update bouncing ball test examples. * Regenerate some test examples output.
show more ...
|
| #
b39943a6
|
| 11-Apr-2016 |
Lisandro Dalcin <dalcinl@gmail.com> |
TSROSW: Various fixes and enhancements
* Eagerly set default type. * Refactor accept/reject and rollback. * Fix setup and reset when changing type.
|
| #
9c334d8f
|
| 15-Apr-2016 |
Lisandro Dalcin <dalcinl@gmail.com> |
TS: Fix TSView() for TSTHETA and TSALPHA to view the TSAdapt context
|
| #
d5b539b2
|
| 11-Apr-2016 |
Lisandro Dalcin <dalcinl@gmail.com> |
Merged in dalcinl/fix-ts-declarations (pull request #450)
TS: Fix function declarations and visibility
|
| #
560360af
|
| 10-Apr-2016 |
Lisandro Dalcin <dalcinl@gmail.com> |
TS: Fix function declarations and visibility
* Most of these fixes where spotted by GCC -Wmissing-declarations
|
| #
ce79d4e3
|
| 08-Apr-2016 |
Lisandro Dalcin <dalcinl@gmail.com> |
Merged in dalcinl/fix-tsadapt (pull request #441)
TSAdapt and related improvements
|
| #
9687d888
|
| 30-Mar-2016 |
Lisandro Dalcin <dalcinl@gmail.com> |
TS: Move calls to TSPreStep() from implementation to interface
* Make the semantics symmetric with TSPostStep() * Handle rolled back steps appropriately * If a callback is ever needed to run at the
TS: Move calls to TSPreStep() from implementation to interface
* Make the semantics symmetric with TSPostStep() * Handle rolled back steps appropriately * If a callback is ever needed to run at the begining of each TSStep() (including rolled back steps and step rejections), we can add a new API to support this particular need (BTW, patches welcome!)
show more ...
|
| #
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 ...
|