| #
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
|
| #
f00bbda8
|
| 17-Nov-2011 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: 0ca4fc8576829dadb97d63e11bc2c9dadb257dc9
|
| #
dd85299c
|
| 16-Nov-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
updated another example to use KSPSetDM() instead of DMMGSetKSP() fixed a bunch of -da_vec/mat_type to -dm_vec/mat_type
Hg-commit: 13dba6f46f23f714446e53716b09714f3dc86d90
|
| #
3bd96682
|
| 21-Apr-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge, some manual merges
Hg-commit: a60db41ebcbbb90ab0d02727666a69b6d3ee88a0
|
| #
bcea557c
|
| 19-Apr-2011 |
Ethan Coon <ecoon@lanl.gov> |
fixed errors about local size when s > x to error when the code would actually error
Hg-commit: db5b720432a9fbd11341a5f4b15ed9a336317ebc
|
| #
7b23a99a
|
| 19-Apr-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
added PetscViewerASCIISynchronizedAllow()
Hg-commit: 1b3990b2f3be4ca192efd6709c3e10216cbc65e2
|
| #
fcfd50eb
|
| 15-Apr-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
partcially completed making PETSc object destructors take & for the argument
Hg-commit: e5e776c3749e6dc0b2c108f7f84f10a7aaba55f5
|
| #
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
|
| #
755f258d
|
| 12-Mar-2011 |
Lisandro Dalcin <dalcinl@gmail.com> |
fix DMDACreate[1|2]d() for C++
Hg-commit: e66063444acf60414e03aa61a6947e4ffee57dbc
|
| #
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
|
| #
3e24977e
|
| 11-Mar-2011 |
Ethan Coon <ecoon@lanl.gov> |
- DMDASetPeriodicity() -> DMDASetBoundaryType() - fix a few stray 'DAPeriodicType's in conf/adic*.init - document API change in changes/dev.html
Hg-commit: 80e1d7833c4694bf472a1fa82e609bd31e6a8847
|
| #
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 ...
|
| #
f38cfdcd
|
| 14-Dec-2010 |
Jed Brown <jed@59A2.org> |
merge
Hg-commit: e3473e7b6a4936eaa5aef448a0ea058d50950587
|
| #
bf5f66d4
|
| 14-Dec-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed manual page for DACreate1d() meaning of m removed use of -vec_type and -mat_type from VecLoad() and MatLoad() you should call VecSetFromOptions() or MatSetFromOptions() first if you want to se
fixed manual page for DACreate1d() meaning of m removed use of -vec_type and -mat_type from VecLoad() and MatLoad() you should call VecSetFromOptions() or MatSetFromOptions() first if you want to se the type.
Hg-commit: e916203a096c6dfb9d56dbf6e77b05d227bee0f4
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 ...
|