| #
def69d0a
|
| 26-Jan-2019 |
Patrick Farrell <patrick@pefarrell.org> |
Fix some review comments
|
| #
b5c64f08
|
| 25-Jan-2019 |
Patrick Farrell <patrick@pefarrell.org> |
Guard against row < 0
|
| #
1e37d840
|
| 25-Jan-2019 |
Patrick Farrell <patrick@pefarrell.org> |
Merge branch 'wence/feature-patch-facets' of github.com:firedrakeproject/petsc into wence/feature-patch-facets
|
| #
6710cc29
|
| 25-Jan-2019 |
Patrick Farrell <patrick@pefarrell.org> |
We now need to call MatAssemblyBegin/End on the patch side, as there's more than one kind of assembly loop possible.
|
| #
ec0d443b
|
| 25-Jan-2019 |
Lawrence Mitchell <lawrence@wence.uk> |
PATCH: Pass correct user context to facet operator
|
| #
11bcd083
|
| 25-Jan-2019 |
Patrick Farrell <patrick@pefarrell.org> |
Do the same for the rsize > 3000 branch
|
| #
d63cebba
|
| 25-Jan-2019 |
Patrick Farrell <patrick@pefarrell.org> |
Fix the sparsity pattern when interior facet integrals are present, for rsize < 3000
|
| #
59109abc
|
| 25-Jan-2019 |
Lawrence Mitchell <lawrence@wence.uk> |
PATCH: Provide callbacks for interior facets
|
| #
c3faab33
|
| 25-Jan-2019 |
Lawrence Mitchell <lawrence@wence.uk> |
PCPATCH: Idiot^3
|
| #
5175c903
|
| 25-Jan-2019 |
Lawrence Mitchell <lawrence@wence.uk> |
PCPATCH: Idiot^2
|
| #
80fc4459
|
| 25-Jan-2019 |
Lawrence Mitchell <lawrence@wence.uk> |
PCPATCH: Idiot
|
| #
44b625f7
|
| 25-Jan-2019 |
Lawrence Mitchell <lawrence@wence.uk> |
PATCH: More indexing fixes
|
| #
7c54fef0
|
| 25-Jan-2019 |
Lawrence Mitchell <lawrence@wence.uk> |
PATCH: Fix incorrect indexing
|
| #
eb62eeaa
|
| 25-Jan-2019 |
Lawrence Mitchell <lawrence@wence.uk> |
PATCH: WIP getting towards patch interior facet assembly
|
| #
fbb82ab5
|
| 04-Dec-2018 |
Lawrence Mitchell <lawrence@wence.uk> |
PATCH: viewer options for facets
|
| #
0e126c0b
|
| 04-Dec-2018 |
Lawrence Mitchell <lawrence@wence.uk> |
PATCH: WIP integration on facets of patches
|
| #
0074f91a
|
| 24-Jan-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'knepley/feature-multiple-ds' [PR #1309]
|
| #
5d30859a
|
| 23-Jan-2019 |
Patrick Farrell <patrick@pefarrell.org> |
Change 'Solver on patches' to 'KSP on patches' or 'SNES on patches'.
This circumvents needing to update the test output.
|
| #
25fd193a
|
| 23-Jan-2019 |
Patrick Farrell <patrick@pefarrell.org> |
More speculative build fixes
|
| #
bfabdd78
|
| 22-Jan-2019 |
Patrick Farrell <patrick@pefarrell.org> |
Fix some Jenkins errors with careful compilers
|
| #
ddad275a
|
| 21-Jan-2019 |
Patrick Farrell <patrick@pefarrell.org> |
Merge branch 'master' into knepley/feature-snes-patch
|
| #
b88cb22d
|
| 10-Jan-2019 |
Patrick Farrell <patrick@pefarrell.org> |
Small fix
|
| #
44a7f3dd
|
| 31-Dec-2018 |
Matthew G. Knepley <knepley@gmail.com> |
DM: Reorganized DM fields - A field is defined by a discretization (PetscFE or PetscFV) and a region (DMLabel or NULL) - This will feed into the creation of PetscDS for every different cell system -
DM: Reorganized DM fields - A field is defined by a discretization (PetscFE or PetscFV) and a region (DMLabel or NULL) - This will feed into the creation of PetscDS for every different cell system - Changed interface for Get/SetField to add the region
show more ...
|
| #
84bc9e53
|
| 28-Dec-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/improve-error-propagation-ksp-pc'
|
| #
3dc79cf3
|
| 28-Dec-2018 |
BarryFSmith <bsmith@mcs.anl.gov> |
Merged in barry/propogate-ksperrorifnotconverged (pull request #1293)
KSPs that are created and used by PCs or other KSPs should inherit the error if not converged flag
|