| f0dcb611 | 03-Dec-2018 |
Karl Rupp <me@karlrupp.net> |
PCPATCH: Fixed memory leak when type is not multiplicative. |
| 3bb0e8f7 | 03-Dec-2018 |
Karl Rupp <me@karlrupp.net> |
PCPATCH: Fixed C89 compatibility (yet again). |
| b0c21b6a | 02-Dec-2018 |
Karl Rupp <me@karlrupp.net> |
PCPATCH: Fixed variable declaration in for-loop (C89) and coding style. |
| d26a8f1d | 30-Nov-2018 |
Florian Wechsung <f.wechsung@gmail.com> |
set empty mat to NULL instead |
| 63fc06af | 30-Nov-2018 |
Florian Wechsung <f.wechsung@gmail.com> |
create a dummy matrix for empty patches so that MatDestroy later does not fall over |
| 61c4b389 | 30-Nov-2018 |
Florian Wechsung <f.wechsung@gmail.com> |
change pc_patch_multiplicative=True/False to pc_patch_local_type=multiplicative/additive |
| 80e8a965 | 23-Nov-2018 |
Florian Wechsung <f.wechsung@gmail.com> |
bug fix in setPatchDiscretisationInfo, we overrand the node array |
| fa5faf61 | 19-Nov-2018 |
Florian Wechsung <f.wechsung@gmail.com> |
hopefully the last bit of linting... |
| 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 |
| 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() |