| #
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
|
| #
e727c939
|
| 14-Nov-2011 |
Jed Brown <jed@59A2.org> |
Renamed DMGetInterpolation(), DMGetInjection(), and DMGetColoring() to DMCreateInterpolation(), etc for semantic consistency
Hg-commit: a45bcab2b329db85bdff728f3e039f094e2e00b9
|
| #
950540a4
|
| 14-Nov-2011 |
Jed Brown <jed@59A2.org> |
Rename DMGetMatrix() to DMCreateMatrix()
Hg-commit: 045e13fbce4683d1c6e7208d70318a9e4dde5c0b
|
| #
fcfd50eb
|
| 15-Apr-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
partcially completed making PETSc object destructors take & for the argument
Hg-commit: e5e776c3749e6dc0b2c108f7f84f10a7aaba55f5
|
| #
245d216a
|
| 08-Apr-2011 |
Hong Zhang <hzhang@mcs.anl.gov> |
rm unused variables; add missing initialization as reported from nightly tests
Hg-commit: 219c7293dae8ce0c2d1637691046d599662611e5
|
| #
abe6c858
|
| 06-Apr-2011 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Merge.
Hg-commit: 16eb535bdb9ba314222f7218dc18382323c0bbcc
|
| #
732e2eb9
|
| 02-Apr-2011 |
Matthew G Knepley <knepley@gmail.com> |
SNES ex10 now runs in serial - Added MatSetValuesTopology() - DMGetMatrix_Mesh() now sets the local to global mapping - We compose the Mesh with global/local vectors - Added DMCreateLocalToGlobalMapp
SNES ex10 now runs in serial - Added MatSetValuesTopology() - DMGetMatrix_Mesh() now sets the local to global mapping - We compose the Mesh with global/local vectors - Added DMCreateLocalToGlobalMapping() to Mesh - Added matrix filling to DMMeshCreateMatrix() - Fixed DMDestroy() for all subclasses - Moved DMDASetMatrPreallocateOnly() to DMSetMatrixPreallocateOnly() and changed option to -dm_preallocate_only - Fixed test output
Hg-commit: 75eb7f4d3ab7b8fbfedb6b44954aff1021a116c1
show more ...
|
| #
95ee5b0e
|
| 17-Mar-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
changed MatSetDA() to MatSetDM()
Hg-commit: f0881981ae8641703e6d8e71de90f44e0a471b46
|
| #
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
|
| #
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
|
| #
47b40911
|
| 01-Dec-2010 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Merge.
Hg-commit: e1fc2c73eb56030dc76b20b68b959231bf213deb
|
| #
07ed33dc
|
| 29-Nov-2010 |
Victor Minden <victorminden@gmail.com> |
commit after merge
Hg-commit: 8753319427e40b297e0cf51005f1c3ca012b9dbb
|
| #
6915305f
|
| 29-Nov-2010 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Commit after merge
Hg-commit: 3830df92b8bce85cdbecd681a87699ec570d54d3
|
| #
5da5aae0
|
| 25-Nov-2010 |
Jed Brown <jed@59A2.org> |
support empty MatType
Hg-commit: afbbf429dfb69190f21a9d125681a36dfcb72eed
|
| #
2768edcb
|
| 23-Nov-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 9122b9cb4bbbe7a3aa70181d1e1d574ba50c62ae
|
| #
62417fec
|
| 23-Nov-2010 |
Jed Brown <jed@59A2.org> |
Merge DMComposite work
Hg-commit: 190ef40b489f79a42d838f20330ea5e818e21312
|