| 1cb9d0d5 | 17-Apr-2007 |
Satish Balay <balay@mcs.anl.gov> |
F90Array1dAccess() etc also take PetscType argument [for f90driver]
Hg-commit: 060f907c60f665bb2eb2f9fa0ce4ed15622658ad |
| ccd65a12 | 16-Apr-2007 |
Satish Balay <balay@mcs.anl.gov> |
F90Array1dDestroy() etc also take PetscType argument [for f90driver]
Hg-commit: b8073c7dbb694a92375bd487b17096e8368190ea |
| e884886f | 14-Apr-2007 |
Barry Smith <bsmith@mcs.anl.gov> |
preliminary move of MatSNESMF stuff to mat/impls directory not tested
Hg-commit: cdc2d6c91cd5f6a4972e0f160887a3eae1b957f5 |
| 1441b1d3 | 11-Apr-2007 |
Barry Smith <bsmith@mcs.anl.gov> |
changed PetscFListDestroy() to again take the pointer and zero it instead of relying on caller to zero
Hg-commit: 172f34d6b8078eedc0431c8ccfeae639116e17f9 |
| 92ff6ae8 | 11-Apr-2007 |
Barry Smith <bsmith@mcs.anl.gov> |
XXXSetType() need not call XXXRegisterAll() since XXXCreate() calls XXXInitializePackage()
Hg-commit: 1d153ffcd810a51e9367f1b0827ad0c0027606cf |
| c30d3431 | 06-Apr-2007 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: a5c6c4d63f490e779a44814907fd45dfcda85c92 |
| 15d897ac | 06-Apr-2007 |
Hong Zhang <hzhang@mcs.anl.gov> |
fix memory leak when user switches from one matrix type to another as reported by [PETSC #15992]
Hg-commit: 9d8b511dcd05cb4df4771b565e63ca980780e736 |
| 8f7157ef | 03-Apr-2007 |
Satish Balay <balay@mcs.anl.gov> |
Update MatGetRowIJ() and MatGetColumnIJ() etc routines to take an additional argument blockcompressed. If this flag is set then the reduced matrix [baij/inode] is returned. This fixes hypre breakage
Update MatGetRowIJ() and MatGetColumnIJ() etc routines to take an additional argument blockcompressed. If this flag is set then the reduced matrix [baij/inode] is returned. This fixes hypre breakage with inode & MatGetRowIJ()
Hg-commit: df52a525486d9327b0309b55f9268b8b74d8b888
show more ...
|
| 9c666560 | 01-Apr-2007 |
Barry Smith <bsmith@mcs.anl.gov> |
more minor changes to increase consistency of method calling sequences and naming
Hg-commit: 4d17aa8465a0d1835166ba4c0ee47a08a267b110 |
| e5bd5246 | 01-Apr-2007 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed a bunch of char * that should have been const char[] for XXInitializePackage()
Hg-commit: b3395d353f54f4df8a0d8921b7e494f76db83bb3 |
| 557527c7 | 31-Mar-2007 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 54e84e924be611c71c0e10ba5ee47e4c04a8bf84 |
| 1e638783 | 31-Mar-2007 |
Barry Smith <bsmith@mcs.anl.gov> |
docs
Hg-commit: dc9c43d94843e3af621dd8c797dd7f49c9ce40d5 |
| 9f802140 | 31-Mar-2007 |
Lisandro Dalcin <dalcinl@gmail.com> |
Moved calls for loggin in MatConvert() and MatDuplicate()
Hg-commit: 6d9474b8b21b367058388eb1ea047add7dfef4fc |
| 8b663170 | 28-Mar-2007 |
Victor Eijkhout <eijkhout@tacc.utexas.edu> |
doc minor update
Hg-commit: 96b40a64529745ea243bdbc6cd00246db2cb3574 |
| d89a88a8 | 19-Mar-2007 |
Barry Smith <bsmith@mcs.anl.gov> |
petsc-maint 15951, MatGetVecs() did not transmit the local to global mappings from the matrix to the vectors.
Hg-commit: 16fcfb304e70ec19c6f2bb13dbb6cb97e218927a |
| 86697f06 | 14-Mar-2007 |
Matthew Knepley <knepley@mcs.anl.gov> |
Added MatGetRowSum() and made it an option for Jacobi - This replicated mass lumping
Hg-commit: 14b623c315dcdf693001a04c15548ee947e0cf8e |
| 990b82e8 | 02-Mar-2007 |
Victor Eijkhout <eijkhout@tacc.utexas.edu> |
MatGetSubmatrix typo corrected
Hg-commit: cefdd2c5624960fd52a4b46883bf05e23c4ef400 |
| dd5b7e1a | 24-Feb-2007 |
Hong Zhang <hzhang@mcs.anl.gov> |
update getrowmax to getrowmaxabs
Hg-commit: 6110ccb7550fbee4956a3ab094e33cbbad9fb862 |
| 985db425 | 22-Feb-2007 |
Barry Smith <bsmith@mcs.anl.gov> |
changed MatGetRowMax() to MatGetRowMaxAbs() corrected for all cases added MatGetRowMax() and MatGetRowMin() implemented for SeqAIJ and SeqDense
Hg-commit: d30c19208a05a3736f31c2cee3e9876a19389d7c |
| 7179ab9c | 19-Feb-2007 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 62e6b177e7a61eb837967f7a9c4954c81e5b84d6 |
| 3e32baed | 19-Feb-2007 |
Barry Smith <bsmith@mcs.anl.gov> |
put field names into Vince's ex31.c seperated forminitialguess and function into three parts runs with bogus initial guess and bogus identity function
Hg-commit: 66357d8b383cadf57e785eeedb6af08828fd
put field names into Vince's ex31.c seperated forminitialguess and function into three parts runs with bogus initial guess and bogus identity function
Hg-commit: 66357d8b383cadf57e785eeedb6af08828fd21b7
show more ...
|
| 3b3e0e94 | 18-Feb-2007 |
Hong Zhang <hzhang@mcs.anl.gov> |
enable fill=PETSC_DFAULT in MatMatMultSymbolic() add nightly test for MatMatMult()
Hg-commit: 78999d01ed945f31cd6905b9d938f0aecc451275 |
| 8a7b2030 | 06-Feb-2007 |
Lisandro Dalcin <dalcinl@gmail.com> |
add event MAT_GetRowIJ
Hg-commit: f775a0f506c35a184bd6dfe6a2e9f69941b3c1ef |
| 7850f3fb | 01-Feb-2007 |
Lisandro Dalcin <dalcinl@gmail.com> |
change MatNullSpaceRemove to use VecMDot/VecMAXPY
Hg-commit: c60a1f430a17d468ba4fb25e90eb23665864de63 |
| c3122656 | 01-Feb-2007 |
Lisandro Dalcin <dalcinl@gmail.com> |
fix incref/decref pattern in many places
Hg-commit: 22e103f7957be81eb52288a9ed4ffb27537b6d8f |