| #
087ef6b2
|
| 21-Sep-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fixed case for %g
|
| #
8261a58b
|
| 20-Sep-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fix collectivity of mesh quality check
|
| #
43fa8764
|
| 16-Sep-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Added more to DMPlexCheckCellShape() - Takes an additiona argument - Now output cells over a certain condition number
|
| #
bbba3437
|
| 20-Sep-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'haplav/feature-check-boundary-connected-prereq-leftovers' into 'master'
Minor improvements to DMPlex.
See merge request petsc/petsc!2062
|
| #
ed0ed7c6
|
| 19-Sep-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into 'barry/2019-08-22/fix-fblaslapack-for-nag'
# Conflicts: # lib/petsc/conf/test
|
| #
1b10e96f
|
| 17-Sep-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint'
|
| #
d93e87ba
|
| 17-Sep-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/fix-msmpi-32/maint' into 'maint'
MSMPI-32: compile fixes
See merge request petsc/petsc!2066
|
| #
25befc3b
|
| 17-Sep-2019 |
Satish Balay <balay@mcs.anl.gov> |
MSMPI-32: compile fixes
Reported-by: Mohammad Asghar <mohammad.asghar@lusas.com>
|
| #
e83a0d2d
|
| 03-Sep-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexCheckPointSF: manpage fixes, formatting (variable alignment)
|
| #
377a10bb
|
| 05-Sep-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/doc-spelling-cleanup' into 'master'
fixed spelling error in plex.c
See merge request petsc/petsc!2012
|
| #
6aa51ba9
|
| 05-Sep-2019 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
fixed spelling error in plex.c
|
| #
35140aeb
|
| 05-Sep-2019 |
Pierre Jolivet <pierre.jolivet@enseeiht.fr> |
Merge branch 'master' into this one.
|
| #
aaa38285
|
| 05-Sep-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2019-09-01/rm-default-language-from-dm' into 'master'
Update public API, and internal naming conventions for DM to eliminate use of...
See merge request petsc/petsc!1998
|
| #
1bb6d2a8
|
| 01-Sep-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Update public API, and internal naming conventions for DM to eliminate use of "default" (previously refered to default sections)
Commit-type: style-fix, documentation
|
| #
a1da0019
|
| 18-Aug-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'stefano_zampini/fix-plex-matis-bs' [PR #1971]
* stefano_zampini/fix-plex-matis-bs: Fix MATIS construction for DMPLEX when bs > 1
|
| #
6fd5c86a
|
| 15-Aug-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMPLEX: fix bug for bs > 1 introduced in 4fa2624631c
|
| #
f80139e1
|
| 15-Aug-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'jed/deprecate-dmgetdefaultsection' [PR #1969]
* jed/deprecate-dmgetdefaultsection: DMGetDefaultSection et al: add PETSC_DEPRECATED_FUNCTION These functions were deprecated in v3.9, but
Merge branch 'jed/deprecate-dmgetdefaultsection' [PR #1969]
* jed/deprecate-dmgetdefaultsection: DMGetDefaultSection et al: add PETSC_DEPRECATED_FUNCTION These functions were deprecated in v3.9, but no PETSC_DEPRECATED_FUNCTION was added at that time so many uses crept back into the source code. Here we mark it deprecated and fix all existing uses in PETSc.
DMGetLocalSection/DMSetLocalSection: add explicit names for DMGetSection/DMSetSection These names are for symmetry with DMGetLocalVector() versus DMGetGlobalVector().
DMGetSection: replace all internal usage with DMGetLocalSection Same for DMSetSection -> DMSetLocalSection. We retain the interface for DMGetSection/DMSetSection without deprecation warnings (for now).
show more ...
|
| #
92fd8e1e
|
| 14-Aug-2019 |
Jed Brown <jed@jedbrown.org> |
DMGetSection: replace all internal usage with DMGetLocalSection
Same for DMSetSection -> DMSetLocalSection. We retain the interface for DMGetSection/DMSetSection without deprecation warnings (for n
DMGetSection: replace all internal usage with DMGetLocalSection
Same for DMSetSection -> DMSetLocalSection. We retain the interface for DMGetSection/DMSetSection without deprecation warnings (for now).
Suggested-by: Barry Smith <bsmith@mcs.anl.gov>
show more ...
|
| #
6f0eb057
|
| 14-Aug-2019 |
Jed Brown <jed@jedbrown.org> |
DMGetDefaultSection et al: add PETSC_DEPRECATED_FUNCTION
These functions were deprecated in v3.9, but no PETSC_DEPRECATED_FUNCTION was added at that time so many uses crept back into the source code
DMGetDefaultSection et al: add PETSC_DEPRECATED_FUNCTION
These functions were deprecated in v3.9, but no PETSC_DEPRECATED_FUNCTION was added at that time so many uses crept back into the source code. Here we mark it deprecated and fix all existing uses in PETSc.
show more ...
|
| #
9a6228f2
|
| 30-Jul-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'haplav/fix-dmplexgetconerecursive' [PR #1917]
* haplav/fix-dmplexgetconerecursive: Follow up Pull Request #1906 - realized this issue when further building upon that.
|
| #
ac03b901
|
| 29-Jul-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexGetConeRecursive: Don't jump out for n=0.
This makes no sense and leads to undefined outputs. All works fine for n=0, just 0-sized objects are returned.
|
| #
57d7ab50
|
| 29-Jul-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'haplav/feature-generalize-dmplexgetconerecursive' [PR #1906]
* haplav/feature-generalize-dmplexgetconerecursive: generalize DMPlexGetConeRecursive
|
| #
af9eab45
|
| 03-Jul-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexGetConeRecursive: Return ISs and sections for all depths.
- Get rid of recursive function calls. - Add DMPlexGetConeRecursiveVertices which returns just the IS of depth 0. - Add DMPlexRestoreC
DMPlexGetConeRecursive: Return ISs and sections for all depths.
- Get rid of recursive function calls. - Add DMPlexGetConeRecursiveVertices which returns just the IS of depth 0. - Add DMPlexRestoreConeRecursive which deallocates stuff allocated by DMPlexGetConeRecursive.
show more ...
|
| #
ff8a6222
|
| 17-Jul-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'stefano_zampini/fix-wedge-s2t' [PR #1866]
* stefano_zampini/fix-wedge-s2t: Fixes for hybrid 3D meshes in DMPlex.
|
| #
a8158fb5
|
| 14-Jul-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'gropp/doc-fixes-1' [PR #1838]
|