| #
244aa513
|
| 28-Nov-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/minor-draw-improvements' into jed/chem
|
| #
f1e73e8d
|
| 21-Nov-2013 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/example-ts-friction'
* knepley/example-ts-friction: TS ex34: Now reproducing plots from Berkeley paper - Fixed coordinate DM screwups DMDA: Fixed bug with 1D DMDAGetRay()
Merge branch 'knepley/example-ts-friction'
* knepley/example-ts-friction: TS ex34: Now reproducing plots from Berkeley paper - Fixed coordinate DM screwups DMDA: Fixed bug with 1D DMDAGetRay() TS: Allow the DMDARay viewer to operator in LG mode - Added TSMonitorLGDMDARay() activated by -ts_monitor_lg_dmda_ray - Added TSMonitorLGCtx to TSMonitorDMDARayCtx DMDA: Allow DMDAGetRay() to work in 1D TS: Make TSMonitorLGCtx visible to other code TS: Added an example of DR friction
show more ...
|
| #
eca19243
|
| 29-Oct-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMDA: Fixed bug with 1D DMDAGetRay()
|
| #
c2001ae3
|
| 29-Oct-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMDA: Allow DMDAGetRay() to work in 1D
|
| #
4d2d963c
|
| 28-Mar-2013 |
Richard Mills <rtm@eecs.utk.edu> |
Merged petsc/petsc into rmills/petsc master
|
| #
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
|
| #
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
|
| #
dbdec2bd
|
| 17-Mar-2013 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/nightlybuild-fixes'
|
| #
878cb397
|
| 17-Mar-2013 |
Satish Balay <balay@mcs.anl.gov> |
doc: nightlybuild fixes
|
| #
ff1c5d1b
|
| 07-Mar-2013 |
Richard Tran Mills <rmills@ornl.gov> |
Automerge.
Hg-commit: 81500f7e84c8ec0c4dcae9cb31d1cb32892d545d
|
| #
ae95e784
|
| 06-Mar-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed bcasting scalar labeled as real
Hg-commit: 3261dc6c640bf475b7755340edecebffc5e5694e
|
| #
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 ...
|
| #
14296180
|
| 01-Mar-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 4e1a3dcb49a29bbfc004218d67b2a8127baf15c5
|
| #
33c53e3f
|
| 28-Feb-2013 |
Satish Balay <balay@mcs.anl.gov> |
#154717 compile fix for c99 complex
Hg-commit: df568174f7a9bb2bc56b617d797e8110a500cd01
|
| #
0a0169f3
|
| 25-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
better error messages when user runs make -j <np>
Hg-commit: e16b781e168c8265f75eb3ba718f598169040cba
|
| #
4035e84d
|
| 16-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
daimpl.h was never fixed? Well it is now
Hg-commit: a4f3f6d7e4f165ac5276405a089a596a28adc0b3
|
| #
82f516cc
|
| 14-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
converted in a bunch more PetscObjectComm() that I missed before
Hg-commit: a2a4fef7cd143b546baa5d5374a47a4ad76dd2d6
|
| #
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 ...
|
| #
31d8eec5
|
| 01-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 1fa981254c79c783277e37654668dfe698cddf41
|
| #
8865f1ea
|
| 01-Feb-2013 |
Karl Rupp <rupp@mcs.anl.gov> |
Uncrustified src/dm/*. No re-uncrustification of un-uncrustified plex.c.
Hg-commit: 0eadce41498eb88aa85fb46f989ad9d09bfd9c3e
|
| #
d1212d36
|
| 21-Dec-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
finished basic -ts_dmda_monitor_ray for 2d DMDAs
Hg-commit: d32321113787a6086fb3eace502e4612d3c130a2
|
| #
db05f41b
|
| 20-Dec-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
improve axis numbering for small values improve accessing ray for DMDA Vector
Hg-commit: 160100bb0a5cf1fd7d317f4841a2e1bbea872ddb
|