| ff6e566a | 03-Mar-2007 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed error introduced in mpibaij.c if (complex number) fixed error in PetscMapGetSize() was getting the local size fixed DMComposite so that it properly frees all memory had a loop on reference co
fixed error introduced in mpibaij.c if (complex number) fixed error in PetscMapGetSize() was getting the local size fixed DMComposite so that it properly frees all memory had a loop on reference counts prevent freeing lots of things
Hg-commit: 210e88bbefcb2bfcd43e633fb99f355e44593603
show more ...
|
| 3a02d127 | 01-Mar-2007 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 92b2c7828b57d0584c07309a24a6e64eaa6d33a4 |
| 69abf8a3 | 01-Mar-2007 |
Matthew Knepley <knepley@mcs.anl.gov> |
Dammit, for got this fix
Hg-commit: 59ce669450b236cae1afa5c5e031558b8559c700 |
| f7a1537b | 26-Feb-2007 |
Lisandro Dalcin <dalcinl@gmail.com> |
replace ISCreateGeneral() by ISCreateGeneralNC() in a few places
Hg-commit: c9689345864b8e745e05fd1003b08b4455bf512e |
| edb16ee7 | 23-Feb-2007 |
Lisandro Dalcin <dalcinl@gmail.com> |
add ISCreateGeneralNC
Hg-commit: ebc9282acdaf940f32b0ac6531405aaf98af4b1f |
| 12d94edd | 23-Feb-2007 |
Lisandro Dalcin <dalcinl@gmail.com> |
move isimpl.h to include/private
Hg-commit: d144fed347ce478906e5f1b100edf1a8c6313064 |
| dfd2f5e4 | 19-Feb-2007 |
Lisandro Dalcin <dalcinl@gmail.com> |
put PetscFree() before PetscFinalize() in vec test ex36
Hg-commit: 435d27c17876f5e71d7f8690981759953dd37cf0 |
| 0bf01e97 | 16-Feb-2007 |
Barry Smith <bsmith@mcs.anl.gov> |
moved DM definition into dmimpl.h out of daimpl.h fixed serious bug in VecScatterCreate 15824 ex36.c illegally called raw malloc
Hg-commit: 0d83c81df75556f96dea7281cc1c8ffbbb8957a9 |
| 74b8c2bf | 15-Feb-2007 |
Lisandro Dalcin <dalcinl@gmail.com> |
shorter log name for local to global mapping
Hg-commit: ba3a195023566ddc1e91fdcc9fc0722c54468da3 |
| 01efc0ae | 12-Feb-2007 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed openmp stuff to work for 64bit systems
Hg-commit: 8c04aa50877d3fb44f7e6f1e30aa53033f2639af |
| 16d9e3a6 | 06-Feb-2007 |
Lisandro Dalcin <dalcinl@gmail.com> |
improve HYPRE interface, add option for selecting V/W cycles in BoomerAMG, preallocate space in HYPRE IJ matrix for faster assembly
Hg-commit: a33fe9bcc007dbd69d5f192a8bdefbe248474b51 |
| 5d5dd040 | 01-Feb-2007 |
Lisandro Dalcin <dalcinl@gmail.com> |
small fix in errorchecking macro
Hg-commit: 47c82bdff93a5ad95c3095fcb8e0540e812d33b1 |
| 1317dd4e | 01-Feb-2007 |
Barry Smith <bsmith@mcs.anl.gov> |
better error checking for nv <=0 in VecMDot and VecMAXPY
Hg-commit: a155af05eca87447e9494ebbd5feec4c20bf296b |
| c3122656 | 01-Feb-2007 |
Lisandro Dalcin <dalcinl@gmail.com> |
fix incref/decref pattern in many places
Hg-commit: 22e103f7957be81eb52288a9ed4ffb27537b6d8f |
| f3b73b49 | 31-Jan-2007 |
Satish Balay <balay@mcs.anl.gov> |
use the correct include 'petscconf.h'
Hg-commit: f6b2bb65c11a07f25c657e01c040c247bcbbec02 |
| 2903b649 | 31-Jan-2007 |
Lisandro Dalcin <dalcinl@gmail.com> |
correct #include for changeset 9944:24f46e7ddf44
Hg-commit: bc7ac2b4010b69d5aa95db17cefe4fc4f6bda48b |
| f972be74 | 31-Jan-2007 |
Satish Balay <balay@mcs.anl.gov> |
use petscdef.h instead of petsc.h
Hg-commit: 24f46e7ddf4420c4c32c3ad99763af8e3cd9e773 |
| 4ee31157 | 30-Jan-2007 |
Satish Balay <balay@mcs.anl.gov> |
f90vec requires another include file
Hg-commit: 6c2c51ab84b3c1bc8c2e8c823655d3534047fa8f |
| 6fe80519 | 29-Jan-2007 |
Satish Balay <balay@mcs.anl.gov> |
fix syntax in makefile for enabling pgi-f90 interface
Hg-commit: a8feef465e0a33cbdaacf14845aa729b88e143f3 |
| 2cf9da58 | 26-Jan-2007 |
Richard Tran Mills <rmills@ornl.gov> |
Added nullify statement to zero out pointer.
To help prevent accidental use of the array after it has been restored, and to be consistent with the C version of VecRestoreArray(), I added a nullify s
Added nullify statement to zero out pointer.
To help prevent accidental use of the array after it has been restored, and to be consistent with the C version of VecRestoreArray(), I added a nullify statement after the VecRestoreArray() call. Also added a 'return' to be consistent with the PETSc coding style.
Hg-commit: 5cbbefb65559f5d6630c599db1c60d18d9072322
show more ...
|
| 972c2690 | 25-Jan-2007 |
Satish Balay <balay@mcs.anl.gov> |
add a VecGetArrayF90() wrapper over VecGetArray() for compilers PGI - where native f90 support is missing
Hg-commit: 6c93151d11f3e71138a90656a265e02ce8528da3 |
| 73911063 | 17-Jan-2007 |
Barry Smith <bsmith@mcs.anl.gov> |
unused variable in str routin petsc-maint 15701 VecCreateGhostWithArray() can not handle zero length array with zero ghost points
Hg-commit: 6ffaea3cdcd15f293ee1991691d47ced6e827caf |
| 2e90c967 | 12-Jan-2007 |
Hong Zhang <hzhang@mcs.anl.gov> |
typo fix. Rm extra 'const'.
Hg-commit: a97526cfd74afb8c087e679c7448461f31034d40 |
| 59b1a713 | 02-Jan-2007 |
Satish Balay <balay@mcs.anl.gov> |
#15692 allow negative values in the index array for VecSetValues & VecGetValues Contrib from Patrick Farrell <patrick.farrell@imperial.ac.uk>
Hg-commit: 418a06ca495a602df59f0b0347b3f9489310123d |
| 1a7bf5d4 | 02-Jan-2007 |
Satish Balay <balay@mcs.anl.gov> |
convert VecStashValue_Private() and VecStashValuesBlocked_Private() from macros to inline functions [and add errorchecks]
Hg-commit: 4b6b2afcacd893f18756bafdb49b16ec725dd887 |