| #
d39137a2
|
| 12-Jan-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: d540875a63b3c979c82b6a7fa7f062571e906d10
|
| #
247e2d92
|
| 06-Jan-2012 |
Jed Brown <jed@59A2.org> |
Mass revert file modes that were made executable in f6e61ee9c329
Hg-commit: 116d90d0b66125cee0db3e7351047057e756baf5
|
| #
832f7384
|
| 01-Jan-2012 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: ee8d91ae0580d1d4fa92be38a18d40c838b9a257
|
| #
14e519b0
|
| 31-Dec-2011 |
Mark F. Adams <mark.adams@columbia.edu> |
changed MatMatMult to MatTranposeMatMult.
Hg-commit: f6e61ee9c329774cd5343eea1ee6b7432be17c3f
|
| #
fcfd50eb
|
| 15-Apr-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
partcially completed making PETSc object destructors take & for the argument
Hg-commit: e5e776c3749e6dc0b2c108f7f84f10a7aaba55f5
|
| #
d9822059
|
| 16-Mar-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
finished basic support for __float128
Hg-commit: ae6323f37787bba35aaa6ab78aa53432011da446
|
| #
c6db04a5
|
| 14-Mar-2011 |
Jed Brown <jed@59A2.org> |
Use #include <header.h> instead of #include "header.h" when there is no intent to search the current directory for header.h
Hg-commit: bd7216e80cc035071a5136364ab9d04bf9f41a07
|
| #
3c48a1e8
|
| 14-Mar-2011 |
Jed Brown <jed@59A2.org> |
Split DMDA, DMComposite, etc out of petscdm.h into petscdmda.h, petscdmcomposite.h, etc
Hg-commit: ee2833f9db0d26e02ed0afca6e49849f2e5a3cd7
|
| #
47dad92f
|
| 13-Mar-2011 |
Sean Farley <sean@mcs.anl.gov> |
Merged
Hg-commit: d8c12016d3250a8d659fa779bc1698da4d6c5237
|
| #
7d0a6c19
|
| 12-Mar-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
removed #define PETSCXXX_DLL from top of all source files
Hg-commit: b784aa18ddcf5337d4011d34f0fa008681695ac1
|
| #
84f63435
|
| 12-Mar-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 1f59c3e5424b120346b764d7a4cc5fef5fc0813a
|
| #
5ae82e52
|
| 12-Mar-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 67e3394514cad6a7892d02e31d0abe1b34f5451f
|
| #
1321219c
|
| 11-Mar-2011 |
Ethan Coon <ecoon@lanl.gov> |
changed DMDA API to take multiple DMDABoundaryType (one per dimension) in the creation/setup of a DMDA
Hg-commit: f3a3f48d5d7ad4f784555e3be423f56150a7d810
|
| #
db87c5ec
|
| 10-Mar-2011 |
Ethan Coon <ecoon@lanl.gov> |
removed hardcoded DMDAXPeriodic check, DMDAPeriodicType --> DMDABoundaryType, updated changes dev webpage
Hg-commit: 739d802ea577b8dac09fec35a3e3a65d450ab161
|
| #
ce00eea3
|
| 10-Mar-2011 |
Satish Balay <balay@mcs.anl.gov> |
From: Ethan Coon <ecoon@lanl.gov> Subject: Re: [petsc-dev] DMDA_*PERIODIC and DMDA_XYZGHOSTED Attached is a patchq for enabling DMDA_*GHOSTED to be used, in which case ghost nodes are included even a
From: Ethan Coon <ecoon@lanl.gov> Subject: Re: [petsc-dev] DMDA_*PERIODIC and DMDA_XYZGHOSTED Attached is a patchq for enabling DMDA_*GHOSTED to be used, in which case ghost nodes are included even at domain boundaries of nonperiodic dimensions. The DMDAPeriodicType enum was redone, but includes DMDA_XYPERIODIC/etc to make it compatible with the old version of the enum. To use, simply compose the DMDAPeriodicType with bitwise or:
DMDA_XPERIODIC | DMDA_YGHOSTED, for example.
Hg-commit: 3923fa35e382f410277f9b94d7f501d3c0a8983b
show more ...
|
| #
8c172940
|
| 06-Dec-2010 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Merge.
Hg-commit: dbd6603baa0301f54f7391c043f07dcfbf07f03e
|
| #
7087cfbe
|
| 05-Dec-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
moved definition of PETSC_STDCALL to private/fortranimpl.h where it belongs removed all DLL export/import stuff since it was never used and never will be removed MatPermuteSparsify() since it sucked.
moved definition of PETSC_STDCALL to private/fortranimpl.h where it belongs removed all DLL export/import stuff since it was never used and never will be removed MatPermuteSparsify() since it sucked.
Hg-commit: 72f7a5e60333f6c9780d56fcce45657940d16b13
show more ...
|
| #
855771a1
|
| 11-Nov-2010 |
Victor Minden <victorminden@gmail.com> |
added -pc_sacuda_cycles option
Hg-commit: a6a7991be63fbbae8e9c4de8f5c0220ab293621a
|
| #
30b98caa
|
| 09-Nov-2010 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Merge.
Hg-commit: 6f4d3bbc3cd5e452e413c3763a847597c608ec4e
|
| #
c47c1910
|
| 09-Nov-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed variable formating problem introduced when DM was attached to DA types
Hg-commit: 4eddb55e7997bda6108b1e2674f97189697f0382
|
| #
69970530
|
| 24-Oct-2010 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Merge.
Hg-commit: 22da692ed155add94d5c93460d5353aeaadc853b
|
| #
671f6225
|
| 17-Oct-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after monster merge with Jed's changes to Truth/Bool broke some stuff
Hg-commit: 5caec4f276cb70c9322fa9314b3d9d9d41118eac
|
| #
e1589f56
|
| 17-Oct-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
moved petscda.h and friends over to petscdm.h and friends
Hg-commit: 52cf0c5c868ff2e52c7308123a3006fa1da5b856
|
| #
aa219208
|
| 16-Oct-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
finished transistion of DAXXX to DMDAXXXX
Hg-commit: 86cda14def53e12145f562bc5ffa2be6f2362b57
|
| #
564755cd
|
| 15-Oct-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
update DACreateGlobal/LocalVector() for DM style some fixes for DM changes for C++
Hg-commit: dc1db69a66d88b50748381ee7286b3e39b5fe60f
|