| #
fcfd50eb
|
| 15-Apr-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
partcially completed making PETSc object destructors take & for the argument
Hg-commit: e5e776c3749e6dc0b2c108f7f84f10a7aaba55f5
|
| #
d34fcf5f
|
| 20-Mar-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed some PCReset
Hg-commit: 1a6f5fc1c27b74d8f5d610cf83563c4ec287b72b
|
| #
a06653b4
|
| 19-Mar-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
got gfortran quad precision also working for 4.6 added more pcreset for other PCs
Hg-commit: 9ecce33931895bae4575b370a4bd88f21e9fd656
|
| #
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 ...
|
| #
09573ac7
|
| 05-Dec-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
changed all EXTERN to extern the CAPS served no purpose
Hg-commit: cdf5985509992c2237dbbe07f14278cccee0306c
|
| #
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
|
| #
ebdbe881
|
| 03-Nov-2010 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Merge.
Hg-commit: 408da9d97fba22d7285ddfd7e8a6e622299e2cce
|
| #
9c7c4993
|
| 28-Oct-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
VecLoad_HDF5_DA bug in accessing DM_DA pointer from DM Changed PetscObjectName() to force same name on all processes by broadcasting address of comm from zeroth process
Hg-commit: 91801262b539fd06c5
VecLoad_HDF5_DA bug in accessing DM_DA pointer from DM Changed PetscObjectName() to force same name on all processes by broadcasting address of comm from zeroth process
Hg-commit: 91801262b539fd06c563086c31a4e2fe8a77db8e
show more ...
|
| #
69970530
|
| 24-Oct-2010 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Merge.
Hg-commit: 22da692ed155add94d5c93460d5353aeaadc853b
|
| #
9d192203
|
| 18-Oct-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: f0d72c260ed08a23d96988c9ae98b0118627f233
|
| #
9b2a5a86
|
| 18-Oct-2010 |
Jed Brown <jed@59A2.org> |
Unwap the DM_DA in VecView_MPI_HDF5_DA
Hg-commit: d4763d83f35775b3d1e97e358e7f725eb4d1f828
|
| #
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
|