| #
f23aa3dd
|
| 25-Jan-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
generally SETERRQXX does not belong on its own line also fixed formatting issues in dgmres.c (ugh)
Hg-commit: e3fffdf67cd55655a36785a0abc7c197e98ca7cd
|
| #
c5a46771
|
| 22-Jan-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
commit aftr merge
Hg-commit: 854807b200896ff0e3d6fb344a549ed1a2b93850
|
| #
ea10fe75
|
| 20-Jan-2013 |
Karl Rupp <rupp@mcs.anl.gov> |
if, for, while, switch now have consistently a space prior to the opening parenthesis.
Hg-commit: cf69a5905ee4efb938b2bdd2762f87854175a6c5
|
| #
9afa1fc4
|
| 17-Jan-2013 |
Karl Rupp <rupp@mcs.anl.gov> |
Carefully removed \t from src/ksp/*
Hg-commit: 90e1eedee93c5acfa4463138a0133791f0f264d1
|
| #
07475bc1
|
| 11-Jan-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
don't list unneeded /*I includes; they clutter the manual pages
Hg-commit: e78ba20ae96445858089a43bccd0933d14f8ae95
|
| #
b769355b
|
| 31-Dec-2012 |
Jed Brown <jed@59A2.org> |
merge PetscSF implementation
Hg-commit: 98dccc99445b69cb7a66312149eb16fec359e294
|
| #
8cbdbec6
|
| 30-Dec-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
removed all incorrect spaces before CHKERR...
Hg-commit: 653d9985c7cfe8fed21a37081a5b64f5e24e6c17
|
| #
29aa02fc
|
| 11-Dec-2012 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Commit after merge.
Hg-commit: a128a87f5736ccbab37df5d559616f8376f7026e
|
| #
d724dfff
|
| 10-Dec-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed memory leak in fieldsplit fixed -xxx_view_draw to initially clear window so that -draw_save works on these drawings added DMDetSubDM_DA() asm should not error out if viewer not supported
Hg-co
fixed memory leak in fieldsplit fixed -xxx_view_draw to initially clear window so that -draw_save works on these drawings added DMDetSubDM_DA() asm should not error out if viewer not supported
Hg-commit: 8095385733ef37462f66a2a8905da608a080c694
show more ...
|
| #
e87fab1b
|
| 03-Dec-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
changed "diag" in PCFieldSplit to "A11" since diag is a confusing and wrong name for using A11
Hg-commit: 770b962c29d6d59f1aa83f6d1b8136e9df4c0303
|
| #
c74581af
|
| 03-Dec-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
formating of drawview for fieldsplit schur
Hg-commit: 7f6920d9f4d203dbabed593e9d6fd2be42d96e9e
|
| #
4996c5bd
|
| 03-Dec-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
draw viewer for schur complement fieldsplit
Hg-commit: df50cb7be7794bdeb9d325aa3d31d04601cca46c
|
| #
d9884438
|
| 03-Dec-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
PCView draw for bjacobi and fieldsplit
Hg-commit: b499b559716cd468e692b698c4a80232ec3d6dd5
|
| #
d78dad28
|
| 29-Nov-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
PCFieldSplit needs to destroy kspupper on reset (fixed memory leak in ex19_fieldsplit_4)
Hg-commit: 4250364199a1374760a4a6474972fa025178a1e7
|
| #
2150357e
|
| 03-Oct-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed formating of variable declarations messed up by putting const int XXXType fixed DMDAGet/SetCoordinates() that matt did not remove
Hg-commit: de8db80506612f87fb4b9c77dd85f76c605a3942
|
| #
7659c1be
|
| 28-Sep-2012 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: e67798811b9e9715a27e1162d786ebd65ddc7d21
|
| #
a3314f2c
|
| 26-Sep-2012 |
Matthew G Knepley <knepley@gmail.com> |
Nightly fixes
Hg-commit: d81e81fb4f36586d986355922c227d84ba1c9c5c
|
| #
1b8e4c5f
|
| 26-Sep-2012 |
Jed Brown <jed@59A2.org> |
Use Elman's copy of taxonomy paper
Hg-commit: 70c27639232dd0e5606aa8d40e94687c4e936a25
|
| #
fb3147db
|
| 26-Sep-2012 |
Matthew G Knepley <knepley@gmail.com> |
Fieldsplit: Small fix
Hg-commit: 4961c177bb585b58b5a5119d8f101de778adaf93
|
| #
443836d0
|
| 26-Sep-2012 |
Matthew G Knepley <knepley@gmail.com> |
FieldSplit: Can now customize all solves so that we can do things in Elman08 like SIMPLE - Remember a kspinner, H_1 in Elman, is created if we give -fieldsplit_1_inner_ - Now kspupper is the solve in
FieldSplit: Can now customize all solves so that we can do things in Elman08 like SIMPLE - Remember a kspinner, H_1 in Elman, is created if we give -fieldsplit_1_inner_ - Now kspupper is the solve in the upper triangular factor, H_2 in Elman, which is created if we give -fieldsplit_1_upper_ - Added new work vector if we have kspupper - Jed's trick for merging solves for the full Schur factorization does not work if kspupper is different
Hg-commit: afdca6a8faf1d1baec270efd81c8a44df30a5b14
show more ...
|
| #
6c2930d4
|
| 18-Sep-2012 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Commit after merge
Hg-commit: 29c41d281e3ece3127c753661dccfd04e452b7f8
|
| #
3e08d2be
|
| 18-Sep-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
removed trailing blanks from source code added rule rmtrailingblanks accessible via make ACTION=remtrailingblanks tree
Hg-commit: 6e3652165d48aa5f3e94dd66bf607adea6fac27a
|
| #
8caf3d72
|
| 18-Sep-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
code to match PETSc style guide for if (xxx) for (xxx) sizeof(xxx)
Hg-commit: 01e0d19bcd83a980fb5e8e32b294a95da72b405f
|
| #
7b5cfecb
|
| 17-Sep-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 637c76760cb3ab99688d856ca0cc8296986c561b
|
| #
f1447f64
|
| 15-Sep-2012 |
Matthew G Knepley <knepley@gmail.com> |
FieldSplit: Remove hack for constant null space
Hg-commit: ce155d2df0b7ba86ae1f1a6e0aa5223737a6a471
|