| #
c5b5d8d5
|
| 08-Apr-2020 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
-options_monitor and -options_monitor_cancel have immediate effect.
* No need to call for PetscOptionsSetFromOptions * PetscOptionsMonitorDefault now uses plain PetscPrintf if NULL context (viewer)
-options_monitor and -options_monitor_cancel have immediate effect.
* No need to call for PetscOptionsSetFromOptions * PetscOptionsMonitorDefault now uses plain PetscPrintf if NULL context (viewer) is passed * so we can avoid creating a viewer early in PetscInitialize * -options_monitor_cancel cancels just hard-wired monitors * Remove PetscOptionsSetFromOptions * Remove PetscOptionsMonitorCancel * Introduce concept of options with absolute precedence * -options_monitor,-options_monitor_cancel,-h,-help,-skip_petscrc,-options_file_yaml,-options_string_yaml * PetscOptionsInsert: improve -skip_petscrc handling * Call PetscOptionsInsertArgs just once per PetscOptionsInsert * Improve related manpages
show more ...
|
| #
63fe8743
|
| 22-Jun-2020 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
PetscOptionsStringToBool: return TRUE for empty/NULL string
|
| #
9060e2f9
|
| 08-Apr-2020 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
PetscOptionsMonitorDefault: use plain PetscPrintf if viewer is NULL
|
| #
8ad20175
|
| 20-Apr-2020 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
introduce PetscErrorHandlingInitialized flag
|
| #
7a32ffbe
|
| 14-Jun-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/barry/2020-05-30/trivial-sizeof-fixes'
Updated the use of sizeof() when possible instead of using hardwired sizes for...
See merge request petsc/petsc!2827
|
| #
589a23ca
|
| 02-Jun-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
Updated the use of sizeof() when possible instead of using hardwired sizes for functions whose string arguments need sizes. In particular done for PetscOptionsGetString(), PetscOptionsString(), and a
Updated the use of sizeof() when possible instead of using hardwired sizes for functions whose string arguments need sizes. In particular done for PetscOptionsGetString(), PetscOptionsString(), and a few other utilities
Commit-type: style-fix
Development Tools: Vim, Emacs, Eclipse
show more ...
|
| #
bddfd37f
|
| 09-Jun-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'haplav/improve-options-file-checking' into 'master'
improve options file checking
See merge request petsc/petsc!2837
|
| #
9210b8ea
|
| 04-Jun-2020 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
PetscOptionsInsertFile: add graceful errors for malformed options file
|
| #
7fb43599
|
| 04-Jun-2020 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
PetscOptionsInsertFile: first,second,... converted to array
|
| #
581bbe83
|
| 04-Jun-2020 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
PetscOptionsInsertFile: minor simplification
|
| #
7272c0d2
|
| 20-Apr-2020 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
PetscOptionsSetValue: Simplify code.
Existence of defaultoptions is checked in PetscOptionsCreateDefault(). Use PetscOptNameCmp() instead of strcmp().
|
| #
147094f7
|
| 15-May-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'tisaac/feature-yaml-string' into 'master'
Added PetscOptionsInsertStringYAML and -options_string_yaml
See merge request petsc/petsc!2791
|
| #
9fc438c3
|
| 14-May-2020 |
Toby Isaac <tisaac@cc.gatech.edu> |
Add PETSC_OPTIONS_YAML and support for the yaml merge key "<<"
|
| #
080f0011
|
| 13-May-2020 |
Toby Isaac <tisaac@cc.gatech.edu> |
Added PetscOptionsInsertStringYAML and -options_string_yaml
In order to test this new feature, I had to add the ability to parse strings with newlines in the 'args:' of tests.
|
| #
b682b301
|
| 13-May-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint'
|
| #
4d12eea5
|
| 12-May-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-mathasoperation-docs' into 'maint'
Remove deprecated MatOperation
See merge request petsc/petsc!2786
|
| #
3c6db4c4
|
| 09-May-2020 |
Pierre Jolivet <pierre.jolivet@enseeiht.fr> |
Remove deprecated MatOperation
|
| #
9c15a9aa
|
| 24-Apr-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jed/defined-nocpp' into 'master'
PetscDefined: test whether a configuration macro is defined without #ifdef
See merge request petsc/petsc!157
|
| #
76bd3646
|
| 14-Apr-2020 |
Jed Brown <jed@jedbrown.org> |
PetscDefined: remove many uses of #ifdef PETSC_USE_DEBUG
|
| #
383d0b04
|
| 02-Mar-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'blay/fix-cygwin-gcc-9.2.0-warning/maint' into 'maint'
mswin-gnu - fix compile warning due to compiler update to gcc-9.2.0 by backporting c850d057b6a
See merge request petsc/petsc!2572
|
| #
912b67e9
|
| 02-Mar-2020 |
Satish Balay <balay@mcs.anl.gov> |
mswin-gnu - fix compile warning due to compiler update to gcc-9.2.0 by backporting c850d057b6a
|
| #
9ff644b5
|
| 13-Feb-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/feature-update-packages' into 'master'
Update some packages
See merge request petsc/petsc!2513
|
| #
5d107231
|
| 12-Feb-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-more-typos' into 'master'
Fix more typos and add missing examples
See merge request petsc/petsc!2511
|
| #
fd292e60
|
| 12-Feb-2020 |
prj- <pierre.jolivet@enseeiht.fr> |
Fix more typos and add missing examples
|
| #
c850d057
|
| 09-Feb-2020 |
Pierre Jolivet <pierre.jolivet@enseeiht.fr> |
Update some packages
* Move Eigen to GitLab * Guard ParMETIS MPI path by double quotes * Fix SCOTCH Git URL * Bump HPDDM version * Fix a -Wchar-subscripts warning
|