| #
16ad0300
|
| 30-Aug-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
added PetscStackCallSAWs() everywhere possible
|
| #
8b2657f9
|
| 29-Aug-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
updated PETSc to the new SAWs API that provides a URL to SAWs_Set_Body/Header() PETSc currently only uses the "index.html" but will use others later for eigenanalysis ext
|
| #
aee23540
|
| 28-Aug-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
properly support multiple windows being displayed and saved to gif and then present via SAWs to the browser
|
| #
1cda70a7
|
| 27-Aug-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
updates to allow saws to display graphic results from application (crude)
|
| #
0076e027
|
| 08-Jul-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
completed allowing generating graphics with Xvfb, works with AMS
|
| #
4b91bfc3
|
| 07-Jul-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/x-virtual' into barry/uams
|
| #
8b7fcac6
|
| 06-Jul-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
add -draw_save_single_file to recycle same file for saved images
|
| #
681455b2
|
| 06-Jul-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed afterimage -draw_save for X support to use new asvisual for each image rather than reusing one which may be from the wrong drawx->disp previously added -x_virtual support to start and use Xvfb
fixed afterimage -draw_save for X support to use new asvisual for each image rather than reusing one which may be from the wrong drawx->disp previously added -x_virtual support to start and use Xvfb instead of regular X server (note that colormap is no working correctly it seems)
show more ...
|
| #
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 ...
|
| #
eb4227cf
|
| 20-Mar-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into barry/ams
Conflicts: include/petscviewer.h src/sys/classes/viewer/interface/viewreg.c src/sys/threadcomm/interface/threadcomm.c
|
| #
705246ef
|
| 18-Mar-2013 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' of bitbucket.org:petsc/petsc into knepley/plex
|
| #
3964eb88
|
| 18-Mar-2013 |
Jed Brown <jed@59A2.org> |
Warnings: clean compile with gcc-4.8 at -Wextra -Wno-unused-parameter
* Mostly fills out some ops struct declarations. Reformatted so Emacs can help with alignment. Squelch whitespace in diff to s
Warnings: clean compile with gcc-4.8 at -Wextra -Wno-unused-parameter
* Mostly fills out some ops struct declarations. Reformatted so Emacs can help with alignment. Squelch whitespace in diff to see useful changes.
* Use struct instead of casting to data pointer (void*) when serializing function pointers.
* strcasecmp is in strings.h
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
|
| #
e9fbd226
|
| 05-Mar-2013 |
Richard Tran Mills <rmills@ornl.gov> |
Automerge.
Hg-commit: 2a552fd584bf855b9dc42efec9e8ab778063a84f
|
| #
e97f6855
|
| 04-Mar-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed -draw_save for x in parallel fixed DMDAGetLogicalCoordinate() in parallel update to powergrid ex8 to run in parallel and use DMDAGetLogicalCoordinate() location
Hg-commit: ae03b534e78ad7509251
fixed -draw_save for x in parallel fixed DMDAGetLogicalCoordinate() in parallel update to powergrid ex8 to run in parallel and use DMDAGetLogicalCoordinate() location
Hg-commit: ae03b534e78ad75092512a122d98d4a39060aead
show more ...
|
| #
ce94432e
|
| 13-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
added PetscObjectComm() and used it to replace (((PetscObject)obj)->comm)
Hg-commit: 3da37c458124ad48ae939f4e9823e4430ee0b8be
|
| #
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 ...
|
| #
9982bd17
|
| 04-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
moved -draw_save for X windows images to subdirectory since there tend to be a lot of them and one can easily remove them by removing the directory while removing 30,000 files with * or even find is
moved -draw_save for X windows images to subdirectory since there tend to be a lot of them and one can easily remove them by removing the directory while removing 30,000 files with * or even find is impossible/too slow
Hg-commit: 8d285356bc80dc0ce7db34b85a9cf60bc0fafec0
show more ...
|
| #
a297a907
|
| 29-Jan-2013 |
Karl Rupp <rupp@mcs.anl.gov> |
Uncrustified src/sys/*
Hg-commit: 9f71677807bad7b55428a6cc0f5ccc5052e91805
|
| #
c5a46771
|
| 22-Jan-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
commit aftr merge
Hg-commit: 854807b200896ff0e3d6fb344a549ed1a2b93850
|
| #
1147fc2a
|
| 21-Jan-2013 |
Karl Rupp <rupp@mcs.anl.gov> |
Reformatting: 'No space after a '(' or before a ')''
Hg-commit: 797341a7bfba18bb97e6da668b36bad2e5977356
|
| #
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
|