| #
7737a228
|
| 31-Oct-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into barry/saws
Conflicts: src/ksp/pc/impls/gamg/gamg.c src/sys/classes/viewer/impls/ams/ams.c src/sys/objects/pinit.c
|
| #
1fa8f14e
|
| 29-Oct-2013 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/feature-plex-reordering'
* knepley/feature-plex-reordering: doc: update makefile with order.h -> ../../../include/petsc-private/matorderimpl.h rename DMPlex: Fixed bug with
Merge branch 'knepley/feature-plex-reordering'
* knepley/feature-plex-reordering: doc: update makefile with order.h -> ../../../include/petsc-private/matorderimpl.h rename DMPlex: Fixed bug with DMPlexPermute - Fixed label permutation DMPlex: Check whether default section exists to be reordered DMPlex: Fixed compiler warning DMPlex ex10: Fixed test output DMPlex: Added missing declarations DMPlex: Fixed misuse of PetscObjectSetName() MatComputeBandwidth: use PetscInt instead of PetscMPIInt Mat: Fixed declaration Mat: Changed MatCalcBandwidth() to MatComputeBandwidth() - Added Fortran interface DMPlex ex10: This tests reordering of meshes DMPlex: Added DMPlexGetOrdering() and DMPlexPermute() PetscSection: Added PetscSectionPermute() DMLabel: Added DMLabelPermute() DMPlex: Added DMPlexCreateDoublet() DMPlex: Added DMPlexCopyLabels() Mat: Added MatCalcBandwidth() MatOrdering: Moved private header into petsc-private - Fix to pointer checks in sorder.c
Conflicts: include/petscdmplex.h
show more ...
|
| #
1ff9db0e
|
| 04-Oct-2013 |
Jed Brown <jedbrown@mcs.anl.gov> |
MatComputeBandwidth: use PetscInt instead of PetscMPIInt
Also avoid MPI_2INT, which the predefined MPI_MAX does not support.
|
| #
ddc19b50
|
| 04-Oct-2013 |
Matthew G. Knepley <knepley@gmail.com> |
Mat: Changed MatCalcBandwidth() to MatComputeBandwidth() - Added Fortran interface
|
| #
c13ced23
|
| 03-Oct-2013 |
Matthew G. Knepley <knepley@gmail.com> |
Mat: Added MatCalcBandwidth()
|