| 074d466c | 29-Apr-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
PetscPartioner: construct CSR graph only when needed |
| 6898491c | 12-May-2019 |
Václav Hapla <vaclav.hapla@erdw.ethz.ch> |
Merged in haplav/fix-redundant-dmplexcreatefromcelllist-fortran-stub (pull request #1657)
DMPlexCreateFromCellList doesn't need custom fortran stub. |
| c3edce3d | 12-May-2019 |
Satish Balay <balay@mcs.anl.gov> |
generate fortran stub for DMPlexCreateFromCellListParallel |
| 277ea44a | 10-May-2019 |
Lisandro Dalcin <dalcinl@gmail.com> |
DMPlex: Speedup DMPlexStratify()
The depth label encodes a (non overlaping) partition of the points in the Plex chart. The set of points in each level can be represented with a contiguous range of i
DMPlex: Speedup DMPlexStratify()
The depth label encodes a (non overlaping) partition of the points in the Plex chart. The set of points in each level can be represented with a contiguous range of integer. From these assumptions, the depth label can be constructed very quickly and using negligible memory by storing the label strata as stride index sets.
show more ...
|
| e9f6f303 | 06-May-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexCreateFromCellList doesn't need custom fortran stub.
Thus ftn-custom/zplex.c doesn't need to exist. |
| 7eda4a2b | 11-May-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint' |
| 7cf6c863 | 11-May-2019 |
Satish Balay <balay@mcs.anl.gov> |
fix circular dependency error wrt arch-opensolaris-misc - triggered by bde159b7c9fadb1b0f8367a4607750ffa782965f
Undefined first referenced symbol in file SNESSetLineSearch
fix circular dependency error wrt arch-opensolaris-misc - triggered by bde159b7c9fadb1b0f8367a4607750ffa782965f
Undefined first referenced symbol in file SNESSetLineSearch /export/home/petsc/petsc.next-2/arch-opensolaris-misc/lib/libpetscdm.so SNESGetLineSearch /export/home/petsc/petsc.next-2/arch-opensolaris-misc/lib/libpetscdm.so ld: fatal: symbol referencing errors. No output written to arch-opensolaris-misc/tests/ksp/ksp/examples/tests/ex1
show more ...
|
| 66dfcd1a | 08-Apr-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
PetscSFComputeMultiRootOriginalNumbering: add outarg nMultiRoots |
| 0244ff82 | 09-May-2019 |
Matthew Knepley <knepley@gmail.com> |
Merged in knepley/plex-refiner-transform (pull request #1633)
Knepley/plex refiner transform
Approved-by: BarryFSmith <bsmith@mcs.anl.gov> |
| 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> |
| 47ad14b5 | 08-May-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Left in a C++ comment |
| 2a4e142e | 08-May-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: The L2Diff functions were not using high order geometry properly |
| ec6f161b | 08-May-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex3: Fixed non-affine test |
| 384caf1a | 08-May-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex3: Changed output precision |
| a8f1f9e5 | 07-May-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Plex+FE: Moved internal functions from header to fe.c Suggested-by: Jed Brown <jed@jedbrown.org> |
| af5aa23e | 07-May-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint' |
| a1bcd873 | 07-May-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: If there are no hybrid cells, set matching sizes |
| 4bee2e38 | 06-May-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Implemented pullback/pushforward - Added k to PetscDualSpace. It indicates what kind of transformation we use. - DualSpace does pullback and FE integration routines do pushforward - All integra
Plex: Implemented pullback/pushforward - Added k to PetscDualSpace. It indicates what kind of transformation we use. - DualSpace does pullback and FE integration routines do pushforward - All integration now takes a PetscFEGeom argument and pushes forward correctly - Added PetscDualSpaceTransformType - Removed TransformF() because we now transform the basis function instead - Chaged workspace management in DS - Updated L2 diff functions - Updated interpolation functions - Added way to output exact solution in DMSNESCheck()
show more ...
|
| 5ebdaad1 | 06-May-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Allow a mesh solely composed of hybrid cells to be interpolated |
| 7ad88efd | 15-Apr-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex34: Tests hybrid meshes |
| 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 |
| 9eda668a | 14-Apr-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Xdmf+HDF5: Check for presence of hybrid cells and create a Grid Collection |
| ef1fac7b | 14-Apr-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Plex+HDF5: Write two cell arrays, one for normal and one for hybrid cells - This will enable visualization of hybrid meshes |
| 4e468a93 | 05-May-2019 |
Lisandro Dalcin <dalcinl@gmail.com> |
DMPlexCreatePartitionerGraph: Fix duplicate edges in distributed graphs |
| 811966d4 | 03-May-2019 |
Matthew Knepley <knepley@gmail.com> |
Merged in knepley/feature-dm-global-basis (pull request #1582)
Knepley/feature dm global basis
Approved-by: BarryFSmith <bsmith@mcs.anl.gov> |