| ff201f6a | 19-Nov-2018 |
Florian Wechsung <f.wechsung@gmail.com> |
fix some braces |
| bc6a89d7 | 19-Nov-2018 |
Florian Wechsung <f.wechsung@gmail.com> |
more indentation fixes |
| e047a90b | 19-Nov-2018 |
Florian Wechsung <f.wechsung@gmail.com> |
code style changes |
| 45620dc1 | 18-Nov-2018 |
Florian Wechsung <f.wechsung@gmail.com> |
get rid of print |
| 31012c20 | 23-Oct-2018 |
Florian Wechsung <f.wechsung@gmail.com> |
destroy the rowis |
| 7e6cf999 | 23-Oct-2018 |
Patrick Farrell <patrick@pefarrell.org> |
move the numPatchDofs check so that the IS is created either way, simplifies clean up at the end |
| 63deea8e | 23-Oct-2018 |
Patrick Farrell <patrick@pefarrell.org> |
Small fixes for P1 Poisson + multiplicative |
| 96b79ebe | 22-Oct-2018 |
Florian Wechsung <f.wechsung@gmail.com> |
fixing a memory leak |
| 11ac8bb0 | 22-Oct-2018 |
Florian Wechsung <f.wechsung@gmail.com> |
clean up at the end |
| eba130bb | 21-Oct-2018 |
Florian Wechsung <f.wechsung@gmail.com> |
create a rectangular matrix instead |
| 05528938 | 21-Oct-2018 |
Florian Wechsung <f.wechsung@gmail.com> |
bugfix |
| fe117d09 | 19-Oct-2018 |
Florian Wechsung <f.wechsung@gmail.com> |
bugfix in pcpatch PCPatchCreateMatrix_Private |
| c2e6f3c0 | 19-Oct-2018 |
Florian Wechsung <f.wechsung@gmail.com> |
towards bringing multiplicative back into patchpc... |
| d132cafa | 16-Oct-2018 |
Florian Wechsung <f.wechsung@gmail.com> |
fix partition of unity in parallel for pcpatch |
| add938d5 | 07-Nov-2018 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'pr1183/kruse/fieldsplit-golubkahan/master' [PR #1183]
* pr1183/kruse/fieldsplit-golubkahan/master: Golub-Kahan bidiagonalization preconditioner. An implementation of the Golub-Kahan bi
Merge branch 'pr1183/kruse/fieldsplit-golubkahan/master' [PR #1183]
* pr1183/kruse/fieldsplit-golubkahan/master: Golub-Kahan bidiagonalization preconditioner. An implementation of the Golub-Kahan bidiagonalization method to solve symmetric saddle point problems of 2x2 block structure A=[A00, A01; A01', 0].
show more ...
|
| 03132937 | 07-Nov-2018 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'barry/fix-check-ierr-before-freechar/maint' [PR #1220]
* barry/fix-check-ierr-before-freechar/maint: Add if (*ierr) return checks for all Fortran stubs that utilize FREECHAR() Otherwis
Merge branch 'barry/fix-check-ierr-before-freechar/maint' [PR #1220]
* barry/fix-check-ierr-before-freechar/maint: Add if (*ierr) return checks for all Fortran stubs that utilize FREECHAR() Otherwise the ierr is overwritten by the FREECHAR() thus returning a zero error code when it should not
show more ...
|
| d49bb8f9 | 05-Nov-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Add if (*ierr) return checks for all Fortran stubs that utilize FREECHAR()
Otherwise the ierr is overwritten by the FREECHAR() thus returning a zero error code when it should not
Commit-type: bug-f
Add if (*ierr) return checks for all Fortran stubs that utilize FREECHAR()
Otherwise the ierr is overwritten by the FREECHAR() thus returning a zero error code when it should not
Commit-type: bug-fix Reported-by: Tim Steinhoff <kandanovian@gmail.com>
show more ...
|
| 92c1e38e | 05-Nov-2018 |
Carola Kruse <kruse@celeste.cerfacs.fr> |
corrected integer 1 to 1.0 |
| 92d50984 | 02-Nov-2018 |
Matthew G. Knepley <knepley@gmail.com> |
PCPatch: Adding in support for forming residuals |
| dadc69c5 | 02-Nov-2018 |
Matthew G. Knepley <knepley@gmail.com> |
PCPatch: Factor out solver operations |
| 723f9013 | 01-Nov-2018 |
Matthew G. Knepley <knepley@gmail.com> |
PCPatch: Include a vector argument to ComputeOperator() |
| e071a0a4 | 30-Oct-2018 |
Carola Kruse <kruse@celeste.cerfacs.fr> |
Included improvements to answer to comments of first pull request |
| de482cd7 | 26-Oct-2018 |
Carola Kruse <kruse@celeste.cerfacs.fr> |
Added gkb_monitor option and mat_set_symmetric parameter to ex70 |
| b09e027e | 18-Oct-2018 |
Carola Kruse <kruse@celeste.cerfacs.fr> |
Added routines for setting the GKB preconditioner parameters |
| a51937d4 | 18-Oct-2018 |
Carola Kruse <kruse@celeste.cerfacs.fr> |
Added a PC_COMPOSITE_GKB fieldsplit preconditioner. This is based on the Golub-Kahan bidiagonalization. |