| #
31980aa1
|
| 15-Jul-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
fix formating for -log_trace option; yes someone actually used it fixed size of 1 vector in MatNullSpaceTest() in print out fixed etags to search in .cu file
Hg-commit: 595b39393333de12f813987a198e3
fix formating for -log_trace option; yes someone actually used it fixed size of 1 vector in MatNullSpaceTest() in print out fixed etags to search in .cu file
Hg-commit: 595b39393333de12f813987a198e3455a4228bfc
show more ...
|
| #
d5bac5b1
|
| 09-Jul-2010 |
Victor Minden <victorminden@gmail.com> |
commit after merge
Hg-commit: dbe17f4cd57aa220aaa7f3a4929b4662f1fd3cc2
|
| #
d2ffe925
|
| 09-Jul-2010 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: fb3fb77fa7d8bd71eb94b0f289024414b41b2354
|
| #
3f9fe445
|
| 08-Jul-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
finished labelling manual pages as Logically or Neighbor-wise Collective
Hg-commit: 8a714c954b7624fb9d7cacbaa621300eebb99517
|
| #
ac53348a
|
| 09-May-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
more fixing of badly formatted SETERRQ fixed a bunch of SETERRQ() with PETSC_COMM_SELF to use correct communicator
Hg-commit: 57d5965aa89b7e0c92623954688d77d16a86d0f2
|
| #
e32f2f54
|
| 07-May-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
added MPI_Comm as first argument to PetscError() and SETERRQX()
Hg-commit: fe5a2ff050abc00ca2c2979c0af22b117b62874e
|
| #
f0eb1ee0
|
| 12-Apr-2010 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Merge.
Hg-commit: 96dff560e9caff2ee6539fb4c50e92b67324e0b0
|
| #
0700a824
|
| 08-Apr-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
changed cookie to classid cause that is what it is.
Hg-commit: ffa25d1edea7afc409fcc13e7f2b63587b1494c1
|
| #
0d2fba3e
|
| 09-Mar-2010 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: 2c02161f5890b468f5bb35c7476967398e40a0c5
|
| #
28842d8c
|
| 26-Feb-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: ee73705a045ef5d04e074e8534eb7e0fbaa08e1b
|
| #
5f5f199f
|
| 26-Feb-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
moved petscsys.h stuff into petsc.h files (Fortran and C) removed petscsys.h files fortran and C eliminate use of petscsys.h (Fortran and C) eliminated redundant use of #include "petscfix" all over t
moved petscsys.h stuff into petsc.h files (Fortran and C) removed petscsys.h files fortran and C eliminate use of petscsys.h (Fortran and C) eliminated redundant use of #include "petscfix" all over the place because included by petsc.h
Hg-commit: dea4bc8a57aa0490c3a40fdee08c4b41e42e03ce
show more ...
|
| #
3f32332c
|
| 29-Oct-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: fa85fd694d91559ab9b365c55f18d4a3bff0ef69
|
| #
0c3c4d68
|
| 29-Oct-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Put in missing CHKERRQ
Hg-commit: 6f36fd2afe926612979617e8a0d5e90837c3c4c1
|
| #
6f49b847
|
| 27-Oct-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 53bc5b73e3676367e37f4cd0d030e2088a2e231c
|
| #
b22b330c
|
| 27-Oct-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
added MatNullSpaceSetFunction() for Fortran changed the function calling sequence to take MatNullSpace as the first argument
Hg-commit: c93e4c0dfd121a1c0fc75ca12ee19bdc3ca15a07
|
| #
0230a03c
|
| 31-Jul-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 349518ceeca84623e101fa73fa2e7aa9b404d154
|
| #
73141a14
|
| 28-Jul-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
clearer docs in MatNullSpaceCreate() about destroying Null vecs when --with-PACKAGENAME-dir fails, now print hint suggesting --download-package instead
Hg-commit: f4eaf377954952483cd58e336bfdc62f113
clearer docs in MatNullSpaceCreate() about destroying Null vecs when --with-PACKAGENAME-dir fails, now print hint suggesting --download-package instead
Hg-commit: f4eaf377954952483cd58e336bfdc62f113d8b7b
show more ...
|
| #
2e76c287
|
| 22-May-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: c7aa539e3a99d9719f8fde57cb3a35abef2d701a
|
| #
a3dfcc07
|
| 21-May-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 2e6d5830f2b59af0fe68065be0ea0a0be39d969d
|
| #
0b12b109
|
| 20-May-2009 |
Jed Brown <jed@59A2.org> |
Use MatGetVecs instead of VecCreateMPI in the matrix interface
Trivial in: * MatNullSpaceTest * MatMatSolve_Basic
Slightly deeper: * MatComputeExplicitOperator * Should now work with non-square m
Use MatGetVecs instead of VecCreateMPI in the matrix interface
Trivial in: * MatNullSpaceTest * MatMatSolve_Basic
Slightly deeper: * MatComputeExplicitOperator * Should now work with non-square matrices (but not tested). * A little faster by using VEC_IGNORE_OFF_PROC_ENTRIES when assemblying columns of the identity.
Hg-commit: fc9228340b61fbb40680760a26a15b33ee58845a
show more ...
|
| #
fe36e6c7
|
| 13-Apr-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge - Watch out for SNES ex45, I think the merge was bad
Hg-commit: 04bc4bca24f51d95f00a035b6b5fb2e5990fd8a8
|
| #
90d69ab7
|
| 28-Mar-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
changed PetscOptionsName() and PetscOptionsHasName() to return true if option is set, regardless of the value it is set to, include 0 and false changed most uses of these routines to the Truth vari
changed PetscOptionsName() and PetscOptionsHasName() to return true if option is set, regardless of the value it is set to, include 0 and false changed most uses of these routines to the Truth varient
Hg-commit: fd6366abd7eb1f3ec925faa0ecd078d5cc025eb2
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
|
| #
95902228
|
| 24-Sep-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Added arg to MatNullSpaceTest()
Hg-commit: 897ade46c5d4e4a1b7f08209c1ab7c2120348c6d
|