| #
da88d4d4
|
| 12-Aug-2013 |
Jed Brown <jedbrown@mcs.anl.gov> |
Viewer: fix Binary Matlab viewer info to use '#' instead of '%'
The % character for comments in info files was removed in
7c43ebc8e6c "only use # for comments in PETSc options files"
but continu
Viewer: fix Binary Matlab viewer info to use '#' instead of '%'
The % character for comments in info files was removed in
7c43ebc8e6c "only use # for comments in PETSc options files"
but continued to be used for the PETSC_VIEWER_BINARY_MATLAB format characters. This prevented loading these files from PETSc. This commit switches to using '#' for those comment characters and updates PetscReadBinaryMatlab to accept both '%$$ ' and '#$$ '.
Noticed-by: Richard Katz <richard.katz@earth.ox.ac.uk>
show more ...
|
| #
6daa6ed0
|
| 25-Jul-2013 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge remote-tracking branch 'origin/master' into stefano_zampini/pcbddc-constraintssetupimproved
|
| #
81f98445
|
| 02-Jul-2013 |
Peter Brune <brune@mcs.anl.gov> |
Merge branch 'prbrune/dm-coordinaterestrict' into prbrune/snes-elasticityexample
|
| #
b77d5d46
|
| 01-Jul-2013 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'bourdin/add-PetscBoolRegisterArray'
|
| #
1e14497c
|
| 28-Jun-2013 |
Jed Brown <jedbrown@mcs.anl.gov> |
Merge branch 'maint'
* maint: fixed src/dm/examples/tutorials/ex7.c to use replacement for PetscViewerBinaryMatlabOpen() also needed to fix bin/matlab/PetscBagRead.m for new location of bagimpl.
Merge branch 'maint'
* maint: fixed src/dm/examples/tutorials/ex7.c to use replacement for PetscViewerBinaryMatlabOpen() also needed to fix bin/matlab/PetscBagRead.m for new location of bagimpl.h and put bagimpl.h into the appropriate public place
show more ...
|
| #
9bb5e83d
|
| 28-Jun-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed src/dm/examples/tutorials/ex7.c to use replacement for PetscViewerBinaryMatlabOpen() also needed to fix bin/matlab/PetscBagRead.m for new location of bagimpl.h and put bagimpl.h into the approp
fixed src/dm/examples/tutorials/ex7.c to use replacement for PetscViewerBinaryMatlabOpen() also needed to fix bin/matlab/PetscBagRead.m for new location of bagimpl.h and put bagimpl.h into the appropriate public place
show more ...
|
| #
dd66f111
|
| 14-Jun-2013 |
Blaise Bourdin <bourdin@lsu.edu> |
Added PetscBagResgisterBoolArray
|
| #
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
|
| #
665c2ded
|
| 16-Feb-2013 |
Jed Brown <jed@59A2.org> |
Remove petscviewer.h from petscsys.h
Much of sys is independent of viewer. Viewer is used in so many other places that it is now included by petscvec.h.
Hg-commit: 1d745f01618aa51d3043fb1f87b0546f6
Remove petscviewer.h from petscsys.h
Much of sys is independent of viewer. Viewer is used in so many other places that it is now included by petscvec.h.
Hg-commit: 1d745f01618aa51d3043fb1f87b0546f60e6e730
show more ...
|
| #
a261c58f
|
| 13-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
removed PetscViewerBinaryMatlabOpen() and friends, incorporated functionality into binary PETSc viewer
Hg-commit: 1676211ea1509edcdd7a044ca5b8b543f443b8ab
|
| #
0298fd71
|
| 08-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
removed PETSC_NULL from C and Fortran (except declaration in C for backward compatibility). Kept PETSC_NULL_xxx for Fortran Fixed a few bugs where PETSC_NULL had been used incorrectly.
Hg-commit: 05
removed PETSC_NULL from C and Fortran (except declaration in C for backward compatibility). Kept PETSC_NULL_xxx for Fortran Fixed a few bugs where PETSC_NULL had been used incorrectly.
Hg-commit: 054705a517d7f4388a8a084415d7478cbe95dff4
show more ...
|
| #
a297a907
|
| 29-Jan-2013 |
Karl Rupp <rupp@mcs.anl.gov> |
Uncrustified src/sys/*
Hg-commit: 9f71677807bad7b55428a6cc0f5ccc5052e91805
|
| #
5fd66863
|
| 26-Jan-2013 |
Karl Rupp <rupp@mcs.anl.gov> |
Reformatted: "There should be a blank line before PetscFunctionBegin;"
Hg-commit: 05bda4416aaceb2dbd9d85b5720629adc88eef98
|
| #
c5a46771
|
| 22-Jan-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
commit aftr merge
Hg-commit: 854807b200896ff0e3d6fb344a549ed1a2b93850
|
| #
f5f7c1b9
|
| 19-Jan-2013 |
Karl Rupp <rupp@mcs.anl.gov> |
Carefully replaced more '){' by ') {', added checker script
Hg-commit: a0037010be00b56a68354d942365c8f8df63198a
|
| #
29aa02fc
|
| 11-Dec-2012 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Commit after merge.
Hg-commit: a128a87f5736ccbab37df5d559616f8376f7026e
|
| #
5c6c1dae
|
| 10-Dec-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
reorg of src/sys directory directories that define objects now in the classes subdirectory rename several confusing name directories
Hg-commit: b2612422c63ac4afe82112892d9efda808f3d601
|