| #
edbbd480
|
| 10-Dec-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into barry/xcode
|
| #
fb924309
|
| 06-Dec-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
Added back usage of -saws_options to handle option requests with saws
|
| #
2c4c6771
|
| 04-Dec-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
Test code to use javascript solver guis with SAWs options handling
|
| #
50339e3b
|
| 01-Dec-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/fix-complex-examples'
|
| #
eb4ae41d
|
| 30-Nov-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
added PetscOptionsGetScalarArray() fixed a variety of examples with problems for complex scalar type
|
| #
244aa513
|
| 28-Nov-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/minor-draw-improvements' into jed/chem
|
| #
cd4f0679
|
| 18-Nov-2013 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into knepley/feature-dmda-section
* master: (528 commits) Doc: Fixed configure doc Nightly summary: Added configure section. TSSetErrorIfStepFails: fix __FUNCT__ TS: fi
Merge branch 'master' into knepley/feature-dmda-section
* master: (528 commits) Doc: Fixed configure doc Nightly summary: Added configure section. TSSetErrorIfStepFails: fix __FUNCT__ TS: fix for TSGetRHSMats_Private() in the creation of the Arhs and Brhs matrices protect logging of objects (which uses global variables) with PETSC_USE_LOG error handler API had been previously changed but this example was not updated to new API. DMPlex: Fixed bug in coordinate permutation PetscSection: Doc fix for permutation Bib: Added Top500 and fixed entry fun3d: update PetscMallocValidate() usage bugfix of MatCreateSeqAIJFromTriple() contributed by Nicolas Marsic <nicolas.marsic@montefiore.ulg.ac.be> bib: rename ref with duplicate key Webpage: Corrected '-dm_mat_type cusp' to 'dm_mat_type aijcusp'. completed removing server code that was not removed in previous commit removed PETSc webserver and configure package files that supported it Allow calling MatGetBlockSize[s]() before matrix preallocation SNESLINESEARCHBT: Set the norms when exiting early due to negligible step. fix outdated PetscOptionsList SNESQN: only monitor real part of dot product (fails with C++ complex) Fix for multiple definitions in mat/color/interface/ custom fortran bindings ...
Conflicts: config/builder.py include/petscdmplex.h src/dm/impls/da/dageometry.c src/dm/impls/plex/examples/tests/ex4.c src/dm/impls/plex/plex.c src/dm/impls/plex/plexinterpolate.c
show more ...
|
| #
eeb04156
|
| 08-Nov-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/saws'
|
| #
256ff83f
|
| 11-Sep-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into barry/wirth-fusion-materials
Conflicts: src/ts/examples/tutorials/advection-diffusion-reaction/ex10.c
|
| #
a264d7a6
|
| 10-Sep-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
fix name for PetscOptionsFList() and get FList() and EList() working properly with SAWs legal values
|
| #
88a9752c
|
| 08-Sep-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
using new SAWs_Selected() instead of trying to manage it with another published variable
|
| #
e78c4b8c
|
| 07-Sep-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
changed -options_gui to -saws_options made help message display in SAWs html page use PRE so it is well formated and allocate enough space to hold entire message
|
| #
7781c08e
|
| 02-Sep-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
PetscOptionsSAWsInput() now properly publishes most options
|
| #
e04113cf
|
| 24-Jul-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
converted uAMS usage to SAWs usage; starts server but cannot see any published directories
|
| #
a983c5aa
|
| 28-Mar-2013 |
Jungho Lee <julee@mcs.anl.gov> |
Merge branch 'master' of bitbucket.org:petsc/petsc
|
| #
4d2d963c
|
| 28-Mar-2013 |
Richard Mills <rtm@eecs.utk.edu> |
Merged petsc/petsc into rmills/petsc master
|
| #
e1d27e54
|
| 28-Mar-2013 |
Jed Brown <jed@59A2.org> |
Merge branch 'barry/rm-xxxregisterdynamic' into jed/ts-eimex
PetscObjectComposeFunctionDynamic() and TSRegisterDynamic() were replaced by PetscObjectComposeFunction() and TSRegister(), both of which
Merge branch 'barry/rm-xxxregisterdynamic' into jed/ts-eimex
PetscObjectComposeFunctionDynamic() and TSRegisterDynamic() were replaced by PetscObjectComposeFunction() and TSRegister(), both of which drop the string name argument.
* barry/rm-xxxregisterdynamic: (82 commits) ...
Conflicts: src/ts/interface/tsregall.c
show more ...
|
| #
998f704b
|
| 21-Mar-2013 |
Jed Brown <jed@59A2.org> |
Merge branch 'blaise/yaml'
* blaise/yaml: yaml: remove trailing whitespace and avoid PETSC_OPTIONS in examples yaml: makefile fixes for alltests yaml: minor fixes: memory leak, match MPI types
Merge branch 'blaise/yaml'
* blaise/yaml: yaml: remove trailing whitespace and avoid PETSC_OPTIONS in examples yaml: makefile fixes for alltests yaml: minor fixes: memory leak, match MPI types, update output/ex9_1.out PetscOptions: Replaced the ugly if {} else if {} else if {} with a fancy switch statement in yamlimpl.c PetscOptions: Added tests for PetscOptionsInsertFileYAML PetscOptions: style compliance PetscOptions: Add basic support for YAML-formatted options files
Conflicts: src/sys/examples/tutorials/makefile
show more ...
|
| #
4042b796
|
| 17-Mar-2013 |
Jed Brown <jed@59A2.org> |
Merge branch 'master' into jed/ts-eimex
Sync to include Git conversion, PETSC_EXTERN, and minor API changes.
Conflicts: src/ts/interface/tsregall.c
|
| #
826011d7
|
| 13-Mar-2013 |
Blaise Bourdin <bourdin@lsu.edu> |
PetscOptions: Add basic support for YAML-formatted options files
Basic support for YAML options files. This minimalistic parser does not support advanced features (sequences, bookmarks), so it is re
PetscOptions: Add basic support for YAML-formatted options files
Basic support for YAML options files. This minimalistic parser does not support advanced features (sequences, bookmarks), so it is really a JSON parser.
Will try to add support for -options_file_type <TXT,YAML> flag in case one want to add more options file formats in the future.
show more ...
|
| #
10f4f354
|
| 16-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: d45994b710e27c421e3a611629d33b9d321ce16b
|
| #
c619b03e
|
| 16-Feb-2013 |
Jed Brown <jed@59A2.org> |
Split out petscviewertypes.h
Fixes missing include in petscoptions.h that was impacting tests.
Hg-commit: 8bcec53e19497af1488dd5b8010346dc31f3f222
|
| #
140e18c1
|
| 15-Jan-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
removed silly abreviations
Hg-commit: 0641f9ef776cf11cc3336b494981da756bf9d14f
|
| #
a853e81e
|
| 13-Jan-2013 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Commit after merge.
Hg-commit: 7ae059cc471c053401c1d6a21c3e45b9d4418175
|
| #
f2ba6396
|
| 12-Jan-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
added appropriate #include to various synopsis in manual pages
Hg-commit: 649729772e487ab080652f3c9abb4b4203cfa79d
|