| #
4bee2e38
|
| 06-May-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Implemented pullback/pushforward - Added k to PetscDualSpace. It indicates what kind of transformation we use. - DualSpace does pullback and FE integration routines do pushforward - All integra
Plex: Implemented pullback/pushforward - Added k to PetscDualSpace. It indicates what kind of transformation we use. - DualSpace does pullback and FE integration routines do pushforward - All integration now takes a PetscFEGeom argument and pushes forward correctly - Added PetscDualSpaceTransformType - Removed TransformF() because we now transform the basis function instead - Chaged workspace management in DS - Updated L2 diff functions - Updated interpolation functions - Added way to output exact solution in DMSNESCheck()
show more ...
|
| #
811966d4
|
| 03-May-2019 |
Matthew Knepley <knepley@gmail.com> |
Merged in knepley/feature-dm-global-basis (pull request #1582)
Knepley/feature dm global basis
Approved-by: BarryFSmith <bsmith@mcs.anl.gov>
|
| #
8bdb3c71
|
| 03-May-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Small fixes
|
| #
d3a7d86c
|
| 30-Apr-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fixed spacing
|
| #
c0f8e1fd
|
| 30-Apr-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Doc+Plex: Added notes on function use - Added collective doc
|
| #
1fba962a
|
| 30-Apr-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fixed c89 problems and added lda argument
|
| #
9b4815dc
|
| 27-Apr-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Rats! Zounds! A Pox on your House!
|
| #
ec277c0f
|
| 26-Apr-2019 |
Matthew G. Knepley <knepley@gmail.com> |
DM: Correct bugs in last commit - I am changing editors and messed up
|
| #
ab6a9622
|
| 26-Apr-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Another complex fix for basis transformation
|
| #
277523be
|
| 26-Apr-2019 |
Matthew G. Knepley <knepley@gmail.com> |
DM: Fixed basis transformation for complex
|
| #
ca3d3a14
|
| 18-Mar-2019 |
Matthew G. Knepley <knepley@gmail.com> |
DM: Add ability to specify different global and local bases - The global basis is for solving and applying BC - The local basis is for assembly - We transform bases in DMLocalToGlobal() and DMGlobalT
DM: Add ability to specify different global and local bases - The global basis is for solving and applying BC - The local basis is for assembly - We transform bases in DMLocalToGlobal() and DMGlobalToLocal() - Added a default implementation which does a rotation - Transform functions used in BC and exact solutions, which we assume operate in the global basis - Transform functions used in projection, which we assume operate in the global basis - Transform Jacobian values to the global basis before insertion - Transform coordinates to global basis when calling out projection, BC, and exact solution functions - Copy transforms when forming a hierarchy - Added many tiny LA things (Eigen is no longer a good dependency)
show more ...
|
| #
3dc8cc2a
|
| 19-Apr-2019 |
Hannah Morgan <hannah.mairs@gmail.com> |
Merged in hmorgan/fix-GLL-quadrature-fix-pr1451 (pull request #1536)
hmorgan/fix-GLL-quadrature-fix-pr1451
Approved-by: BarryFSmith <bsmith@mcs.anl.gov>
|
| #
4c19bcc8
|
| 18-Apr-2019 |
Matthew Knepley <knepley@gmail.com> |
Merged in knepley/feature-poiseuille-example (pull request #1446)
Knepley/feature poiseuille example
Approved-by: BarryFSmith <bsmith@mcs.anl.gov>
|
| #
916e780b
|
| 19-Mar-2019 |
hannah_mairs <hannah.mairs@gmail.com> |
Fixes for Barry's review in pr1451 and others
|
| #
8272889d
|
| 12-Apr-2019 |
Satish Balay <balay@mcs.anl.gov> |
Revert "Revert "Merge branch 'pr1451/hmorgan/fix-GLL-quadrature/master' [PR #1451]""
This reverts commit f8f0706ac36152a85c2163c77236a76f30185f56.
|
| #
65af5dc4
|
| 02-Apr-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint'
|
| #
d4364d68
|
| 02-Apr-2019 |
Matthew Knepley <knepley@gmail.com> |
Merged in knepley/fix-plex-circular-dep (pull request #1487)
Plex+SNES: Moved some functions back to Plex
Approved-by: Jose E. Roman <jroman@dsic.upv.es>
|
| #
2f856554
|
| 01-Apr-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Plex+SNES: Moved some functions back from SNES to Plex - Get/RestoreCellFields() - Get/RestoreFaceFields() - Get/RestoreFaceGeometry() - Run the subdomain hook to copy the DMSolver
|
| #
10682a7e
|
| 26-Mar-2019 |
Lisandro Dalcin <dalcinl@gmail.com> |
Merged in dalcinl/plex-distribute (pull request #1454)
DMPLEX: Speedup DMPlexDistribute[Overlap]()
Approved-by: Matthew Knepley <knepley@gmail.com>
|
| #
9a09376b
|
| 24-Mar-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' of bitbucket.org:petsc/petsc
|
| #
c5a7d6e0
|
| 20-Mar-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/jczhang/fix-vecscattercreate-api'
|
| #
f8f0706a
|
| 19-Mar-2019 |
Karl Rupp <me@karlrupp.net> |
Revert "Merge branch 'pr1451/hmorgan/fix-GLL-quadrature/master' [PR #1451]"
This reverts commit 4d195b5eb92504439ee3a75f081f195aff73b70e, reversing changes made to 57cf99f718c63d6d4dd898d489c9b5204d
Revert "Merge branch 'pr1451/hmorgan/fix-GLL-quadrature/master' [PR #1451]"
This reverts commit 4d195b5eb92504439ee3a75f081f195aff73b70e, reversing changes made to 57cf99f718c63d6d4dd898d489c9b5204d7f7338.
Accidentally merged to `master` instead of `next`. If tests turn out okay, this revert will be reverted.
show more ...
|
| #
4d195b5e
|
| 19-Mar-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'pr1451/hmorgan/fix-GLL-quadrature/master' [PR #1451]
|
| #
825f8a23
|
| 13-Mar-2019 |
Lisandro Dalcin <dalcinl@gmail.com> |
DMPlex: Faster construction of the partition label
|
| #
9448b7f1
|
| 18-Mar-2019 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Revert the function name where it is referenced
|