| 704ba839 | 26-Mar-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
reworked PCFieldSplit slightly to allow adding IS instead of stride fields (IS support not yet tested, but old functionality still working)
Hg-commit: 4506f098a7eb7d8a7d0d532422e5ec4f344e6400 |
| 8cda6cd7 | 20-Mar-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed some code in tfs to handle long doubles added crude support for using Intel's icc _quad type instead of long double (cause long double does not match real*16
Hg-commit: f61b45ea0e8f9447c84a535
fixed some code in tfs to handle long doubles added crude support for using Intel's icc _quad type instead of long double (cause long double does not match real*16
Hg-commit: f61b45ea0e8f9447c84a5352d72cec225a371329
show more ...
|
| fc4dec0a | 02-Mar-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
added MatReuse as second argument to MatTranspose()
Hg-commit: 25d223e5c97b2e66758cc4ab542c7835b614e5c5 |
| 7850c7c0 | 02-Mar-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
changed MatFDColoringSetFunction() from Fortran to attach the fortran function pointer and context to the MatFDColoring object allowing multiply MatFDColoring objects from Fortran
Hg-commit: 9dd
changed MatFDColoringSetFunction() from Fortran to attach the fortran function pointer and context to the MatFDColoring object allowing multiply MatFDColoring objects from Fortran
Hg-commit: 9dd9d143c214cfd7bb44436fde0fa2f7ce3e2515
show more ...
|
| 7c54600c | 01-Mar-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed ex15f.F that uses PCSHELL to also use PCShellSetSetUp() and PCShellSetDestroy()
Hg-commit: 303da9e00c1aec557afcb32664583af7c55b997f |
| 6895c445 | 01-Mar-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
finished converting Shellpc Fortran interface to use fortran_func_pointers changed conversion of fortran_func_pointers for storing contexts to immediately cast to void*
Hg-commit: fe23f661c1ebf8b372
finished converting Shellpc Fortran interface to use fortran_func_pointers changed conversion of fortran_func_pointers for storing contexts to immediately cast to void*
Hg-commit: fe23f661c1ebf8b37267813b8a021aeafbee732d
show more ...
|
| ce0a2cd1 | 21-Feb-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
mv zpetsc.h (a meaningless name) to fortranimpl.h (a slightly more meaningful name)
Hg-commit: d2687f12f92bff49ceff434100d018f6898829c3 |
| 02a17cd4 | 19-Feb-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
changed hypre default to boomeramg (since the other solvers suck anyways :-)).
Hg-commit: ea65ec49cf31e571776c1e8aafd7ffb8567948cb |
| c582cd25 | 13-Feb-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
added references to manual pages for some KSP and PC methods
Hg-commit: 10665502ffccb7ae5847b3bbbcad051dab299afd |
| a9943481 | 10-Feb-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
removed support for old Cray Fortran charactor strings with cptofcd
Hg-commit: 90c05a4077e8e29d3872dcc8e341e586062f102d |
| dd882469 | 10-Feb-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
removed bdiag matrices
Hg-commit: 1be12c9db397a1bdabe3ea2eec11d0d6ffedb717 |
| dd6ea824 | 10-Feb-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
much more corrections for MatScalar
Hg-commit: 88a29c8f0f8b4ffa7f3f57450e19652a4f96df53 |
| 5f5c5b43 | 07-Feb-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed hypre rebuilding with same_nonzero_pattern that was generating corrupt hypre matrix.
Hg-commit: 2541575f961ac4589393b7bfe8acc32635f3afc3 |
| 62bba022 | 02-Feb-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
started support for in-block shift for ILU
Hg-commit: eb0884a63911c1ee92e1267fbd4eb2e94fcb5b3d |
| e44c0bd4 | 29-Jan-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
bug fixes related to petsc-maint 16879 MPIAIJ matsetvalues did not properly reset ba = b->a array after disssembly SeqAIJ improperly increased "low" count by one if ignoredzero was ignored so
bug fixes related to petsc-maint 16879 MPIAIJ matsetvalues did not properly reset ba = b->a array after disssembly SeqAIJ improperly increased "low" count by one if ignoredzero was ignored so search did not locate next column MPIBAIJ and MPISBAIJ disassembly set column size to A->cmap.n when it should have been A->cmap.N added error checking for some (PetscMPIInt) casts
Hg-commit: a3c4121ea5c19e05c43e0d0492c8be7228c4775c
show more ...
|
| 0805154b | 26-Jan-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
[PETSC #17255] nightly tests fixed but introduced into VecScatterToZero/All() Added error checking for overflow for cast from PetscInt to PetscBLASInt in all cases Added some error checking for overf
[PETSC #17255] nightly tests fixed but introduced into VecScatterToZero/All() Added error checking for overflow for cast from PetscInt to PetscBLASInt in all cases Added some error checking for overflow for cast from PetscInt to PetscMPIInt
Hg-commit: 7540d46ad0a2abd61067805cfc8cb914325338a4
show more ...
|
| dd13b823 | 24-Jan-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: ec992d8b0156f49343e3bf7657a2c44fffe08b23 |
| 54f21887 | 24-Jan-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
added support for VecScatterCreateToOne/All() for --with-64bit-indices e: [PETSC #17245] Problems with VecScatterCreateToZero plus some initial fixes for MatScalar single
Hg-commit: e438ad3abe7580df
added support for VecScatterCreateToOne/All() for --with-64bit-indices e: [PETSC #17245] Problems with VecScatterCreateToZero plus some initial fixes for MatScalar single
Hg-commit: e438ad3abe7580dfc1b89607bb4d01ced16bb86d
show more ...
|
| 500298ef | 24-Jan-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 655c3810b2fb2baf42b140c520738b7e3f072712 |
| af2d7e45 | 24-Jan-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Compiler fixes for Windows
Hg-commit: d77064eeac387a18e46f9ab9f5cd746f777ba324 |
| 28529972 | 23-Jan-2008 |
Satish Balay <balay@mcs.anl.gov> |
bin/maint change & document generation fixes
Hg-commit: c5a68a49d49e55961cbc5dae45c83d2c22ef0fab |
| 8a572935 | 22-Jan-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Fixed error introduced by Glenn
Hg-commit: a272f01fec81142a7282e506b4243b8416353b1f |
| 94c0dd61 | 22-Jan-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
manual page for PCTFS
Hg-commit: 9ec65e5b0783ebbb7f614fdf34321d600c175c38 |
| 71a0148a | 22-Jan-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
PCTFS now supports 64 bit indices, also various precisions of PetscScalar
Hg-commit: 52e2c1113a19a1cfb49c0a9bffc0fb4c8324ef8c |
| 658fc24f | 21-Jan-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 80de23c04f8759bde584bda91915516199482bb6 |