| #
0be3e97a
|
| 01-Dec-2017 |
Matthew G. Knepley <knepley@gmail.com> |
DM: Use new PetscGlobalMinMaxInt()
|
| #
2adcc780
|
| 01-Dec-2017 |
Matthew G. Knepley <knepley@gmail.com> |
DM: Added DMCreateSuperDM()
|
| #
7e761115
|
| 30-Nov-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/fix-plex-proj-ds' into knepley/fix-plex-multifield-eval
* knepley/fix-plex-proj-ds: PetscDS: The x[] array should be the size of the embedding space DM: Should do its best
Merge branch 'knepley/fix-plex-proj-ds' into knepley/fix-plex-multifield-eval
* knepley/fix-plex-proj-ds: PetscDS: The x[] array should be the size of the embedding space DM: Should do its best to automatically set the embedding dimension for the DS PetscDS: Needs to know the embedding dimension
show more ...
|
| #
f17e8794
|
| 30-Nov-2017 |
Matthew G. Knepley <knepley@gmail.com> |
DM: Should do its best to automatically set the embedding dimension for the DS
|
| #
b5d5da09
|
| 30-Nov-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/feature-rigid-bodies'
* knepley/feature-rigid-bodies: Plex: Added declaration Plex: Added DMPlexCreateRigidBodies() - Handles disconnected pieces, like sides of a fault D
Merge branch 'knepley/feature-rigid-bodies'
* knepley/feature-rigid-bodies: Plex: Added declaration Plex: Added DMPlexCreateRigidBodies() - Handles disconnected pieces, like sides of a fault DM: Added DMProjectFunctionLabel()
show more ...
|
| #
574a98ac
|
| 29-Nov-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Added DMPlexComputeL2DiffLocal() - Fix docs to say that DM version uses global vectors
|
| #
7fb3a752
|
| 28-Nov-2017 |
Patrick Sanan <patrick.sanan@gmail.com> |
Merge branch 'maint' into psanan/docs-manual-tests-master
|
| #
bb358533
|
| 27-Nov-2017 |
Patrick Sanan <patrick.sanan@gmail.com> |
DM: check for ops->localtolocalbegin/end before calling
|
| #
efee3c98
|
| 23-Nov-2017 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint'
|
| #
3cd36596
|
| 22-Nov-2017 |
Patrick Sanan <patrick.sanan@gmail.com> |
DM: man page update for DMCreateSubDM()
|
| #
4a7a8679
|
| 20-Nov-2017 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge remote-tracking branch 'origin/maint'
|
| #
e91eccc2
|
| 20-Nov-2017 |
Stefano Zampini <stefano.zampini@gmail.com> |
Fix typos and whitespaces already fixed in stefano_zampini/feature-continuousadjoint
|
| #
ab166b77
|
| 20-Nov-2017 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge remote-tracking branch 'origin/maint'
|
| #
5bee3463
|
| 20-Nov-2017 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'stefano_zampini/feature-glvis-homesh' into maint
|
| #
73a8878f
|
| 16-Nov-2017 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/barry/remove-petscdatatype-dmgetworkarray'
|
| #
e366c154
|
| 15-Nov-2017 |
Jed Brown <jed@jedbrown.org> |
Merge commit 'd47bf9aaf1e5266cc3f0ff499f934c85788965a9' into jed/fix-matcreatempibaij/maint
Obtain changed (v3.5) handling of MatMPIBAIJSetPreallocationCSR to match documentation.
|
| #
492b8470
|
| 14-Nov-2017 |
Stefano Zampini <stefano.zampini@gmail.com> |
small fixes
|
| #
5056fcd2
|
| 23-Oct-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
Cast to size_t in order to compare unsigned values
Commit-type: bug-fix Reported-by: nightly tests
|
| #
69291d52
|
| 22-Oct-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove use of PetscDataType from DMGetWorkArray() and one absurd usage
Part of process of removing PetscDataType from PETSc since it duplicates MPI_Datatype Commit-type: style-fix Thanks-to: Jed Bro
Remove use of PetscDataType from DMGetWorkArray() and one absurd usage
Part of process of removing PetscDataType from PETSc since it duplicates MPI_Datatype Commit-type: style-fix Thanks-to: Jed Brown <jed@jedbrown.org>
show more ...
|
| #
e75865b8
|
| 12-Nov-2017 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/knepley/feature-plex-l2-projection'
|
| #
7caae718
|
| 06-Nov-2017 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint'
|
| #
005fc56c
|
| 06-Nov-2017 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/jed/fix-dmcoarsenhookadd-identical' into maint
|
| #
bd041c0c
|
| 25-Oct-2017 |
Matthew G. Knepley <knepley@gmail.com> |
DM: Added DMCreateMassMatrix() - Added Plex implementation, but not for nested case yet - We want this for L2 projection to supplement interpolation/restriction
|
| #
b3a6b972
|
| 19-Oct-2017 |
Jed Brown <jed@jedbrown.org> |
DMSubDomainHookRemove: add interface and use to clean up TS hooks
|
| #
3d8e3701
|
| 19-Oct-2017 |
Jed Brown <jed@jedbrown.org> |
DMRefineHookRemove: add for consistency with DMCoarsenHookRemove
|