| #
f0eb1ee0
|
| 12-Apr-2010 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Merge.
Hg-commit: 96dff560e9caff2ee6539fb4c50e92b67324e0b0
|
| #
d5f3da31
|
| 07-Apr-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
changed factor field in _p_Mat structure with factortype which is a much clearer name for what the field is
Hg-commit: 6b534140d991e694c6c4621ae2403611b202dd1c
|
| #
59874860
|
| 14-Mar-2010 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: 88a2301e7919a0b8fe0135db14186420f5ff516c
|
| #
73a00fbb
|
| 10-Mar-2010 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Merge.
Hg-commit: a2d6532a31fdfaf1e84dbee5e3d61f6339fc0040
|
| #
f3da1532
|
| 09-Mar-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
only files that need it get petscblaslapack.h included because it conflicts with prototypes included with some external packages.
Hg-commit: 9b075c74df17031ee2599abf4807903f0312acd0
|
| #
6c7e564a
|
| 09-Mar-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
petscblaslapack.h now included by petscsys.h some fixes to builder.py
Hg-commit: 56bbc3637d96c6c99b427f2d14f38bcf58262255
|
| #
74ed9c26
|
| 19-Nov-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
updated more files to use PetscMallocN() instead of single malloc with ugly operations
Hg-commit: 06b9e8a2056c1ddd773610bbb1de775ec9eddee0
|
| #
73daad2e
|
| 23-Oct-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 12eac1f84d4cc8342fd73e07d65d7ff4a1422192
|
| #
d84338a6
|
| 20-Oct-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
move Plapack include file into ONLY mpidense.c so that its bad prototypes do not contaminate other PETSc source code move MatScale_MPIDense() out of mpidense.c so its use of petscblaslapack.h does no
move Plapack include file into ONLY mpidense.c so that its bad prototypes do not contaminate other PETSc source code move MatScale_MPIDense() out of mpidense.c so its use of petscblaslapack.h does not contradict the wrong prototypes in plapack
Hg-commit: e1ff2f8250dea35c32549ba6cf749dd3bf10bf10
show more ...
|
| #
a85a5ba5
|
| 29-Jan-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 80ce29f5b087cb5c44dd8b0ec36b14a49dc7fba4
|
| #
76941f23
|
| 28-Jan-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 92d30fe428db07e99de2a9cd0051a102535da8e3
|
| #
fc195bd7
|
| 27-Jan-2009 |
Satish Balay <balay@mcs.anl.gov> |
merge from release
Hg-commit: 2602a5b005a31423b8d919a0adc5bc884a6f07cb
|
| #
052f0c41
|
| 26-Jan-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
Removed bad use of PetscInt len variable as placeholder for what should be a size_t variable that is passed into PetscMalloc() calls. From: mark.vandoesburg@hetnet.nl Subject: Re: [PETSC #18943] Un
Removed bad use of PetscInt len variable as placeholder for what should be a size_t variable that is passed into PetscMalloc() calls. From: mark.vandoesburg@hetnet.nl Subject: Re: [PETSC #18943] Unable to allocate sufficient memory Date: January 26, 2009 4:56:52 PM CST
Hg-commit: 97dda86dd93d88798f8eed1a6128802961637cb3
show more ...
|
| #
2d200336
|
| 06-Nov-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: af487d5b45dae01d0566132d57158d0286d6a750
|
| #
7c4f633d
|
| 03-Nov-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
removed -I$PETSC_DIR from make system and changed the corresponding #include "src/dsdsdsds" to "../src/sdsdsds" in the source code
Hg-commit: 6e3c4cc4b4bfcb366bae9b71afcb5009c1f0429d
|
| #
404197b7
|
| 26-Sep-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: bfd3a83a4adc1cd389f373bde87fe159fad91161
|
| #
5d0c19d7
|
| 26-Sep-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
ISGetIndices() returns const array, it is not something that should be changed
Hg-commit: 279c07e55dc4d24fe01a982d22cefc6e74f39257
|
| #
d0f46423
|
| 10-Sep-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed some memory bleeding changed PetscMap in Vec and Mat to be an allocated shared structure with referencing counting. Shared by Vecs obtained with VecDuplicate() and MatGetVecs()
Hg-commit
fixed some memory bleeding changed PetscMap in Vec and Mat to be an allocated shared structure with referencing counting. Shared by Vecs obtained with VecDuplicate() and MatGetVecs()
Hg-commit: 9cebf4ba1b4632fc12cb8afbc01d420ee612ad72
show more ...
|
| #
500298ef
|
| 24-Jan-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 655c3810b2fb2baf42b140c520738b7e3f072712
|
| #
b5eb4454
|
| 23-Jan-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
changed VecCreateMPIWithArray() usage with a null pointer to NOT allocate the array. These means that Vec's create to be used as templates for VecScatterCreate() need not be memory hogs Re: [PETSC
changed VecCreateMPIWithArray() usage with a null pointer to NOT allocate the array. These means that Vec's create to be used as templates for VecScatterCreate() need not be memory hogs Re: [PETSC #17233] Strange behavior of a simple program
Hg-commit: 6c14016ca64b56523bea3ea59fc3776dd8f2c8f1
show more ...
|
| #
3be44c43
|
| 18-Nov-2007 |
Barry Smith <bsmith@mcs.anl.gov> |
commit aFTERmerge
Hg-commit: 45a698803bd457bdc2ba32be5035e710250a5320
|
| #
6f3d5618
|
| 31-Oct-2007 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Merge.
Hg-commit: 4a9e5a2b97bdb9073e83eff56096e46ac4ef2230
|
| #
60f69c44
|
| 15-Oct-2007 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: ae7ad2b71b1fdcfb27898e923a2c03bd62c86a54
|
| #
781b3001
|
| 14-Oct-2007 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 4e945c9820f08f3e5a1bc871ec50d7ccb0b7454e
|
| #
e0156e0b
|
| 11-Oct-2007 |
Satish Balay <balay@mcs.anl.gov> |
merge
Hg-commit: 8b48556a285e293c04f497a3a1e40ac96cfd5016
|