| #
832f7384
|
| 01-Jan-2012 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: ee8d91ae0580d1d4fa92be38a18d40c838b9a257
|
| #
14e519b0
|
| 31-Dec-2011 |
Mark F. Adams <mark.adams@columbia.edu> |
changed MatMatMult to MatTranposeMatMult.
Hg-commit: f6e61ee9c329774cd5343eea1ee6b7432be17c3f
|
| #
6bf464f9
|
| 18-Apr-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
converted rest of source code to take pointers into destructor reoutines. make test workds
Hg-commit: 78c641225c0516099423eeea3cc66e68fd2f62f3
|
| #
c6db04a5
|
| 14-Mar-2011 |
Jed Brown <jed@59A2.org> |
Use #include <header.h> instead of #include "header.h" when there is no intent to search the current directory for header.h
Hg-commit: bd7216e80cc035071a5136364ab9d04bf9f41a07
|
| #
671f6225
|
| 17-Oct-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after monster merge with Jed's changes to Truth/Bool broke some stuff
Hg-commit: 5caec4f276cb70c9322fa9314b3d9d9d41118eac
|
| #
d61e7eb3
|
| 14-Oct-2010 |
Jed Brown <jed@59A2.org> |
Clean up after messy sed in original conversion: (PetscBool ) -> (PetscBool)
Hg-commit: d2297d04e5f4a401f60e8ca64322828d2eec0c0c
|
| #
3334f37f
|
| 29-Sep-2010 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Commit after merge
Hg-commit: 2d32a1bf6d6a67dfae50d31fc22b6e5a617d8a04
|
| #
ace3abfc
|
| 28-Sep-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
Changed PetscTruth to PetscBool and PETSC_TRUTH to PETSC_BOOL note this requires a new sowing version
Hg-commit: 8b4c4277f05e3fb874633288193dab1105bf142a
|
| #
0572522c
|
| 16-Nov-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
two bug fixes for my changes to use PetscMallocN() instead of single PetscMalloc() and then assigning parts to different variables. In one it was a missing &, in another it was an old bug (that would
two bug fixes for my changes to use PetscMallocN() instead of single PetscMalloc() and then assigning parts to different variables. In one it was a missing &, in another it was an old bug (that would never cause a crash because sizeof(PetscInt*) == sizeof(PetscInt**) that only appeared after the change.
Hg-commit: 8bfb6c75bb5c2a1f0f26500274a43bb6a9b7df8a
show more ...
|
| #
207126cb
|
| 23-Jul-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after most of merge of petsc-dev with petsc-dev-new-solvers with new way of handling external solvers
Hg-commit: 7c86fa28bc8468b955cc6a62edd1de55d6c3d700
|
| #
cccbaa74
|
| 23-May-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 585879f5445257acbb9951c7861f508377f1f645
|
| #
69915cf7
|
| 20-May-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: acc2d95a83a24ca4f1b791130d249998fbb097b1
|
| #
e004fab0
|
| 20-May-2008 |
Satish Balay <balay@mcs.anl.gov> |
#17751 fix compile errors for petscisinfornanreal_()
Hg-commit: e77a4823e7c46402800305414168a36771da9e75
|
| #
255ba524
|
| 19-May-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 6795968ea73d3189e82a13209967798d0c94b7c8
|
| #
1682cbb2
|
| 18-May-2008 |
Satish Balay <balay@mcs.anl.gov> |
update PetscIsInfOrNanScalar() fortran code
Hg-commit: d41c54167a7d4e93756134a4e30c3fd43ab124b0
|
| #
854a3c9d
|
| 02-May-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 2dcbb11057fb0aa42e16119e6d027b94e29f1669
|
| #
57dddb05
|
| 02-May-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 53fec88fb9efe14d6431e28228b329636202254f
|
| #
f66fdb6d
|
| 01-May-2008 |
Satish Balay <balay@mcs.anl.gov> |
use PetscIsInfOrNanScalar() and PetscIsInfOrNanReal() for VC6.0
Hg-commit: 80b7506ac2e7deb771bbcdb5e4835635b12370ab
|
| #
a542b6e8
|
| 25-Apr-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
removed no longer needed converts of Fortran to C MPI_Comm (since MPI 1.1 has a standard for this)
Hg-commit: 263aca0fcfe7efcaed30a4abb46e648de3bb24ab
|
| #
5afd5e0c
|
| 09-Apr-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
completed rough tutorial
Hg-commit: 4863b347d5336a5880eb54981a37d446e1ce18a9
|
| #
8ec6c7c1
|
| 08-Apr-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 6bf6f927f50b7c3afa97096a8d57512ab412f115
|
| #
8b648ec9
|
| 31-Mar-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 98a5e96ff6b96fd75dd94267aeabc64ba04ed883
|
| #
83886165
|
| 27-Mar-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
added PetscIsInfOrNan() for Fortran
Hg-commit: 87f5f1e399868551310ecc98ed8d1fc21a9e469f
|
| #
187c9270
|
| 26-Feb-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 104c3aefa63b134df0369032dcd445a192dd8906
|
| #
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
|