| #
13f847ee
|
| 24-Apr-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: bc5d9702bc936a054ee88f09736bdffbefc137e6
|
| #
2dde6fd4
|
| 23-Apr-2011 |
Lisandro Dalcin <dalcinl@gmail.com> |
Rename DMGetElements() -> DMDAGetElements(), add DMDAGetInterpolationType()
Hg-commit: 175db80b725e2c2e3cc200d73dde14a37dd4e046
|
| #
6f734d12
|
| 22-Apr-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 61b6cc96acc0cc3986bee2b963f8dd8e67acfa4f
|
| #
f0aa4865
|
| 22-Apr-2011 |
Jed Brown <jed@59A2.org> |
Move declaration and fix include
Hg-commit: 959191d093996015322393324bc74360fb1e51f9
|
| #
fcfd50eb
|
| 15-Apr-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
partcially completed making PETSc object destructors take & for the argument
Hg-commit: e5e776c3749e6dc0b2c108f7f84f10a7aaba55f5
|
| #
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 ...
|
| #
9c6ac3b3
|
| 24-Mar-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed missing extern_cxx thing in petscdmda.h got rid of MatMFFDSetFromOptions() since should use MatSetFromOptions() fixed const in veccusp.cu that didn't allow yin += 3
Hg-commit: 1a1910616a5100b
fixed missing extern_cxx thing in petscdmda.h got rid of MatMFFDSetFromOptions() since should use MatSetFromOptions() fixed const in veccusp.cu that didn't allow yin += 3
Hg-commit: 1a1910616a5100bb4f998cfba4c697d9b2502721
show more ...
|
| #
0548afe9
|
| 20-Mar-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: da245945fa620a3d029b928ed30d223d8a52c7f0
|
| #
eac7c332
|
| 19-Mar-2011 |
Jed Brown <jed@59A2.org> |
Move "petscao.h" include from petscdm.h to petscdmda.h
Hg-commit: 0428fde34e2e3cca01ff18d3371471943a9f84b8
|
| #
95ee5b0e
|
| 17-Mar-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
changed MatSetDA() to MatSetDM()
Hg-commit: f0881981ae8641703e6d8e71de90f44e0a471b46
|
| #
ab6fcfea
|
| 14-Mar-2011 |
Jed Brown <jed@59A2.org> |
Move two core DM functions back into petscdm.h
Hg-commit: 82829630e35daf585356b7de6146d17e8aebabef
|
| #
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
|