| #
50705773
|
| 10-Feb-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into pr252/dmay/PetscViewerBinarySkipHeaderVecViewLoad Manual merge of makefile
Conflicts: src/sys/classes/viewer/examples/tutorials/makefile
|
| #
e0f6819c
|
| 04-Dec-2014 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/fix-plex-orient'
* knepley/fix-plex-orient: Plex: Fix serial orientation TetGen: Syntax fix Plex: Fix MPI type for orientation Plex: Small orientation fix Plex ex13:
Merge branch 'knepley/fix-plex-orient'
* knepley/fix-plex-orient: Plex: Fix serial orientation TetGen: Syntax fix Plex: Fix MPI type for orientation Plex: Small orientation fix Plex ex13: Orientation now working for flipped connected components Plex: Reworked orientation to respect connected components on each process Plex ex13: Check in initial output Plex: Now mark initial cell as seen - Changes the outcome slightly Plex: Added DMPlexCheckFace_Internal() - This checks a face in the mesh for orientation consistency Plex: Fix orientation diagnostics Plex: Added declaration for DMPlexReverseCell() Plex ex13: Tests orientation - Only 2D triangle tests now - Last test shows problem for disconnected domains Plex: Small example fixes PetscBT: Do not overwrite a viewer passed to PetscBTView() Plex: Remove unneeded headers Plex: Added a file for orientation calculations - Moved DMPlexOrient()
Conflicts: src/dm/impls/plex/plex.c
show more ...
|
| #
72e51967
|
| 30-Nov-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/remove-unneeded-paren-petscmalloc'
Conflicts: src/mat/impls/baij/seq/baij.c
|
| #
83dc2128
|
| 23-Nov-2014 |
Matthew G. Knepley <knepley@gmail.com> |
PetscBT: Do not overwrite a viewer passed to PetscBTView()
|
| #
854ce69b
|
| 15-Nov-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
convert some PetscMalloc() to PetscMalloc1() remove unneeded () in first argument to PetscMalloc/Calloc1() fixes for MATLAB examples
|
| #
b015001c
|
| 28-May-2014 |
Peter Brune <brune@mcs.anl.gov> |
Merge branch 'master' into prbrune/snes-fascontinuation
* master: (855 commits) fix for moab example had wrong blocksize of mapping docs:remove src/docs/doxygen/manual [per Barry's instructions]
Merge branch 'master' into prbrune/snes-fascontinuation
* master: (855 commits) fix for moab example had wrong blocksize of mapping docs:remove src/docs/doxygen/manual [per Barry's instructions] gfortran: remove 132 char limit from f90 free-form SNES: Set up matrix-free *after* copying the user Jacobian to snes->pc DMPlex-Gmsh: Use trueNumCells when building the coordinate section Sys: Got guard logic reversed Sys: The #define guard for PetscMalloc*() must match the one for PetscFree*() PetscFV: I hate fucking complex removed ltog scatter from DMDA since functionality can be obtained with gtol scatter and less memory fix test of DMLocalToGlobalBegin/End and add actual test cases improve object memory logging for DA, ISLocalToGlobal and ISBLOCK lower high water mark of constructing parallel scatter by allocating only as much room in svalues as needed owner in VecScatter construction is the rank, therefor can use PetscMPIInt to hold it do not PetscInt another reuse of allocated array in 2d/3d DMDA create improved high water mark of DMDASetups by implementing and using PETSC_USE_POINTER for ISCreateBlock() PetscFV: Another complex fix DMPlex+TS: Fixing types ISIdentity() was wrong for block IS! Indices are NOT scaled by bs PetscFV: Straighten out complex types TS ex11: Fix casts and remove unused variable ...
show more ...
|
| #
92c494f3
|
| 23-May-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into barry/saws-options
|
| #
95ecbf38
|
| 18-May-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'master' into stefano_zampini/pcbddc-multilevel-improvement
Conflicts: src/docs/website/documentation/changes/dev.html src/ksp/ksp/examples/tutorials/ex59.c src/ksp/pc/impls/bddc/bdd
Merge branch 'master' into stefano_zampini/pcbddc-multilevel-improvement
Conflicts: src/docs/website/documentation/changes/dev.html src/ksp/ksp/examples/tutorials/ex59.c src/ksp/pc/impls/bddc/bddcprivate.c
show more ...
|
| #
b2533dd1
|
| 22-Mar-2014 |
Vijay Mahadevan <vijay.m@gmail.com> |
Fixing merge conflicts in dmregall.
|
| #
204681ed
|
| 19-Mar-2014 |
Vijay Mahadevan <vijay.m@gmail.com> |
Merged petsc/petsc into master
|
| #
9c925a2c
|
| 18-Mar-2014 |
Shri <abhyshr@mcs.anl.gov> |
Merge branch 'master' into shri/ts-events
Conflicts: src/ts/interface/ts.c
|
| #
5f6acfaf
|
| 18-Mar-2014 |
Shri <abhyshr@mcs.anl.gov> |
Merge branch 'master' into shri/feature-dm-circuit
Conflicts: src/dm/impls/makefile
|
| #
1d763ceb
|
| 17-Mar-2014 |
Peter Brune <brune@mcs.anl.gov> |
Merge branch 'master' into prbrune/matcoloring-greedy
|
| #
3ff8325b
|
| 08-Mar-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into barry/google
|
| #
972804fb
|
| 07-Mar-2014 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/fix-plex-orient-parallel'
* knepley/fix-plex-orient-parallel: DMPlex: Added braindead simple parallel orientation solver - This gathers the graph to proc 0, solves, and scatt
Merge branch 'knepley/fix-plex-orient-parallel'
* knepley/fix-plex-orient-parallel: DMPlex: Added braindead simple parallel orientation solver - This gathers the graph to proc 0, solves, and scatters the answer - Need to store neighbor ranks and matches for each neighbor - This should be replaced with a parallel BFS DMPlex: For 1D orientation, you have to use cone position rather than face orientation DMPlex: Fixed some small mistakes - Initialize var - Declare at the top of the block - Added cone size call DMPlex: Added parallel stage to DMPlexOrient() - The coarse solver is not implemented, so only works for p=2 PetscBT: Added PetscBTNegate()
show more ...
|
| #
f47f4e3a
|
| 08-Feb-2014 |
Matthew G. Knepley <knepley@gmail.com> |
PetscBT: Added PetscBTNegate()
|
| #
256ff83f
|
| 11-Sep-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into barry/wirth-fusion-materials
Conflicts: src/ts/examples/tutorials/advection-diffusion-reaction/ex10.c
|
| #
e33c197d
|
| 11-Jun-2013 |
Richard Mills <rtm@eecs.utk.edu> |
Merged petsc/petsc into rmills/petsc master.
|
| #
8c09e57a
|
| 13-Apr-2013 |
Matt Knepley <knepley@ci.uchicago.edu> |
Merged in dalcinl/petscbt-lookupclear (pull request #26)
PetscBT: Add PetscBTLookupClear()
|
| #
31b932fc
|
| 13-Apr-2013 |
Lisandro Dalcin <dalcinl@gmail.com> |
PetscBT: Add PetscBTLookupClear()
|
| #
4042b796
|
| 17-Mar-2013 |
Jed Brown <jed@59A2.org> |
Merge branch 'master' into jed/ts-eimex
Sync to include Git conversion, PETSC_EXTERN, and minor API changes.
Conflicts: src/ts/interface/tsregall.c
|
| #
f431a1bb
|
| 19-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
avoid PETSC_VIEWERSTDOUT_ in source missing examples in test compiles in makefile
Hg-commit: beacb2a8cc0058d9376612df7a28ccb293f604f3
|
| #
665c2ded
|
| 16-Feb-2013 |
Jed Brown <jed@59A2.org> |
Remove petscviewer.h from petscsys.h
Much of sys is independent of viewer. Viewer is used in so many other places that it is now included by petscvec.h.
Hg-commit: 1d745f01618aa51d3043fb1f87b0546f6
Remove petscviewer.h from petscsys.h
Much of sys is independent of viewer. Viewer is used in so many other places that it is now included by petscvec.h.
Hg-commit: 1d745f01618aa51d3043fb1f87b0546f60e6e730
show more ...
|
| #
6420c192
|
| 15-Feb-2013 |
Jed Brown <jed@59A2.org> |
Clean up a couple header dependencies
Hg-commit: 11d62dee14b4cd8f0885a0f296b51b3346d7e18a
|
| #
b769355b
|
| 31-Dec-2012 |
Jed Brown <jed@59A2.org> |
merge PetscSF implementation
Hg-commit: 98dccc99445b69cb7a66312149eb16fec359e294
|