| #
4a57480a
|
| 30-Jul-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'haplav/remove-redundant-f-stub-dmplexinterpolate' [PR #1919]
* haplav/remove-redundant-f-stub-dmplexinterpolate: Remove redundant custom fortran stub for DMPlexInterpolate(). Discussio
Merge branch 'haplav/remove-redundant-f-stub-dmplexinterpolate' [PR #1919]
* haplav/remove-redundant-f-stub-dmplexinterpolate: Remove redundant custom fortran stub for DMPlexInterpolate(). Discussion in [petsc-dev] https://lists.mcs.anl.gov/pipermail/petsc-dev/2019-July/024792.html
show more ...
|
| #
248eb259
|
| 30-Jul-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
Remove redundant custom fortran stub for DMPlexInterpolate().
Discussion in [petsc-dev] https://lists.mcs.anl.gov/pipermail/petsc-dev/2019-July/024792.html
|
| #
05393080
|
| 25-Jul-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'jczhang/sf-more-opts' [PR #1567]
* jczhang/sf-more-opts: Add more optimizations in SF and use it as the default for VecScatter.
|
| #
dec1416f
|
| 18-Jun-2019 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Deprecate PetscSFGetRanks with new PetscSFGetRootRanks
Since we have PetscSFGetLeafRanks, it is better to have a similar name.
|
| #
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.
|
| #
a74221b0
|
| 11-Jul-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMPlexInterpolate: fix for hybrid faces with prisms
|
| #
89583661
|
| 21-Jun-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/barry/add-petscarrayxxx-ops' [PR #1771]
|
| #
580bdb30
|
| 07-Jun-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Add PetscArraycmp(), PetscArraycpy(), PetscArrayzero(), PetscArraymove(), update code to use new forms
Replace a couple multi-mallocs with a single malloc Replace backwards loops in MatSetValues_*()
Add PetscArraycmp(), PetscArraycpy(), PetscArrayzero(), PetscArraymove(), update code to use new forms
Replace a couple multi-mallocs with a single malloc Replace backwards loops in MatSetValues_*() with PetscArraymove()
Commit-type: style-fix, feature
show more ...
|
| #
613bfe33
|
| 02-Jun-2019 |
BarryFSmith <bsmith@mcs.anl.gov> |
Merged in barry/update-collective-on (pull request #1744)
Update the use of Collective on in the manual pages to reflect the new style
|
| #
d083f849
|
| 01-Jun-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Update the use of Collective on in the manual pages to reflect the new style
Commit-type: style-fix, documentation Thanks-to: Patrick Sanan <patrick.sanan@gmail.com>
|
| #
fa54792a
|
| 29-May-2019 |
Patrick Sanan <patrick.sanan@gmail.com> |
Merged in psanan/man-pages-remove-keywords (pull request #1717)
Man pages: Remove .keywords fields
Approved-by: BarryFSmith <bsmith@mcs.anl.gov>
|
| #
bfcb38ea
|
| 27-May-2019 |
Patrick Sanan <patrick.sanan@gmail.com> |
Man pages: remove .keywords: fields
This field is recognized by doctext from Sowing (http://wgropp.cs.illinois.edu/projects/software/sowing/doctext/node20.htm#Node20), but it doesn't seem to be unif
Man pages: remove .keywords: fields
This field is recognized by doctext from Sowing (http://wgropp.cs.illinois.edu/projects/software/sowing/doctext/node20.htm#Node20), but it doesn't seem to be uniformly used or maintained.
Thus, remove all .keywords: fields, and a following blank line, if present.
This is accomplished with GNU sed (gsed on OS X), with the following commands. *Warning* that this type of command can corrupt a .git directory, so be cautious in reusing or modifying these commands. They first look for and delete matching lines with a following line consisting of only whitespace, and then delete any remaining matching lines.
find src/ -type f -exec gsed -i '/keywords:/ {N; /\n\s*$/d}' {} + find src/ -type f -exec gsed -i '/keywords:/d' {} + find include/ -type f -exec gsed -i '/keywords:/ {N; /\n\s*$/d}' {} + find include/ -type f -exec gsed -i '/keywords:/d' {} +
Hints on the sed command obtained from: https://unix.stackexchange.com/questions/100754/how-to-delete-a-specific-line-and-the-following-blank-line-using-gnu-sed
show more ...
|
| #
90c762ab
|
| 08-May-2019 |
Matthew Knepley <knepley@gmail.com> |
Merged in knepley/feature-plex-viz-hybrid-mesh (pull request #1629)
Knepley/feature plex viz hybrid mesh
Approved-by: BarryFSmith <bsmith@mcs.anl.gov>
|
| #
a1bcd873
|
| 07-May-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: If there are no hybrid cells, set matching sizes
|
| #
5ebdaad1
|
| 06-May-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Allow a mesh solely composed of hybrid cells to be interpolated
|
| #
e9fa77a1
|
| 15-Apr-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Now hybrid meshes are allow to meet normal meshes at hybrid faces and at normal faces - I am not sure if this clashes with other assumptions we have made
|
| #
0ceef49f
|
| 27-Mar-2019 |
Václav Hapla <vaclav.hapla@erdw.ethz.ch> |
Merged in knepley/fix-plex-interpolate-sf-new1 (pull request #1473)
fix DMPlexInterpolatePointSF()
Approved-by: Matthew Knepley <knepley@gmail.com>
|
| #
66aa2a39
|
| 13-Oct-2018 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Send potential overlap faces to all roots
|
| #
e53487d3
|
| 20-Sep-2018 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Expose DMPlexInterpolatePointSF()
|
| #
2e72742c
|
| 14-Sep-2018 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Rewrote function that puts interpolated points into the point SF in parallel - It only worked for edges originally - The orientation of the SF points still does not match when computed in paral
Plex: Rewrote function that puts interpolated points into the point SF in parallel - It only worked for edges originally - The orientation of the SF points still does not match when computed in parallel
show more ...
|
| #
a1a5ab92
|
| 28-Jan-2019 |
Joseph Pusztay <josephpusztay@Josephs-MacBook-Pro.local> |
Merge branch 'master' into jpusztay/feature-swarm-symplectic-example
|
| #
30faf514
|
| 27-Jan-2019 |
m_diehl <m.diehl@mpie.de> |
Merged petsc/petsc into master
|
| #
2c2595ff
|
| 20-Dec-2018 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into knepley/fix-plex-partition-parallel
* master: (414 commits) very small updates to users manual syntax is define(XXX) in examples tests not defined(XXX) Increase patc
Merge branch 'master' into knepley/fix-plex-partition-parallel
* master: (414 commits) very small updates to users manual syntax is define(XXX) in examples tests not defined(XXX) Increase patchlevel to 3.10.3 petsc4py: updat to latest maint snapshot with SNESTEST updates Fix link for CUDA example in PETSc from GPUs.html page Minor fixes to installation instructions Mat: Fixed types in Pardiso interface Converted example comment to latex This example crashes (for unknown reasons, probably related to the handling of extended derived types passed as arguments) with the PGI Fortran compiler Remove outdated requires: from top of several examples remove outdated test requires: command from top of source file Fix the documentation for -ksp_gmres_cgs_refinement_type Commit f20c2d659b168217cb455989f28afe052d71a64c broke lex.py so the users manual was no longer being built. There reverted the changes to lex.py Plex: Add PetscPartitioner to fort list Suggested-by: Jiaoyan Li <Jiaoyan.Li@inl.gov> Doc: Fix spelling Suggested-by: Manuel Colera Rico <m.colera@upm.es> Mat ex88: check in double or quad precision only Fix error with PetscComplex when PETSc is compiled with C and used in C++ configure: fix typo endwith -> endswith Sys ex23: Migrated to ts_max_time in yaml file as well. AO ex5: Fixed missing CHKERRQ(); Mat test ex88: add tests for MatMultAdd and MatMultTranposeAdd ...
Conflicts: src/dm/impls/plex/examples/tests/ex12.c
show more ...
|
| #
34d8b122
|
| 09-Dec-2018 |
Patrick Farrell <patrick@pefarrell.org> |
Merge branch 'master' into knepley/feature-snes-patch
Not sure if this has done the right thing because there are no tests yet. Also, the fortran stubs break (it doesn't know what to do with SNESCo
Merge branch 'master' into knepley/feature-snes-patch
Not sure if this has done the right thing because there are no tests yet. Also, the fortran stubs break (it doesn't know what to do with SNESCompositeType), and I don't know how to fix it.
show more ...
|
| #
f35fe2a5
|
| 06-Dec-2018 |
Joseph Pusztay <josephpu@buffalo.edu> |
Merged petsc/petsc into master
|