| #
68a68e0c
|
| 12-Mar-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2021-02-12/add-baij-12' into 'main'
Barry/2021 02 12/add baij 12
See merge request petsc/petsc!3643
|
| #
af7a0b9f
|
| 04-Mar-2021 |
Satish Balay <balay@mcs.anl.gov> |
CI: arch-ci-linux-gcc-complex-opt.py -> arch-ci-linux-gcc-complex-opt-32bit.py
Fix bug in ex4.c Code assumed that floating point product would produce exact result
/spend 3h Reported-by: Gitlab CI
|
| #
235129d7
|
| 26-Feb-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/switch-master-to-main' into 'master'
Balay/switch master to main
See merge request petsc/petsc!3619
|
| #
9dddd249
|
| 10-Feb-2021 |
Satish Balay <balay@mcs.anl.gov> |
git: switch default branch from 'master' to 'main'
|
| #
bdea225a
|
| 30-Dec-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2020-10-08/fix-mpi-error-codes' into 'master'
Convert MPI error type to PETSc error with string message for all MPI calls
See merge request petsc/petsc!3326
|
| #
ffc4695b
|
| 08-Oct-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
Convert MPI error type to PETSc error with string message for all MPI calls
Now PETSc examples will ONLY return PETSc error codes and never MPI error codes directly so we can understand and post-pro
Convert MPI error type to PETSc error with string message for all MPI calls
Now PETSc examples will ONLY return PETSc error codes and never MPI error codes directly so we can understand and post-process their errors better.
The test harness will now automatically retry tests that fail with MPI, this may help with Intel MPI that produces seemingly random failures.
Commit-type: error-checking /spend 30m
show more ...
|
| #
16924cb1
|
| 26-Aug-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2020-08-16/fix-source-formatting' into 'master'
Turn on checkbadSource test to generate an error when found; fix all source code that causes errors
See merge request petsc/petsc
Merge branch 'barry/2020-08-16/fix-source-formatting' into 'master'
Turn on checkbadSource test to generate an error when found; fix all source code that causes errors
See merge request petsc/petsc!3064
show more ...
|
| #
2da392cc
|
| 17-Aug-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
Turn on checkbadSource test to generate an error when found; fix all source code that causes errors
Commit-type: portability-fix, testing-fix, style-fix, feature, maintainability /spend 1.5h
|
| #
2fc58065
|
| 22-Aug-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'dalcinl/feature-plex-gmsh' into 'master'
Gmsh: Support for high-order geometries
See merge request petsc/petsc!3081
|
| #
066ea43f
|
| 19-Aug-2020 |
Lisandro Dalcin <dalcinl@gmail.com> |
DMPlex: Support for high-order geometry in Gmsh reader
|
| #
f5eb452d
|
| 13-Aug-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'dalcinl/feature-plex-gmsh' into 'master'
DMPlex: Enhancements to the Gmsh reader
See merge request petsc/petsc!3047
|
| #
0598e1a2
|
| 09-Aug-2020 |
Lisandro Dalcin <dalcinl@gmail.com> |
DMPlex: Update Gmsh reader to support high-order meshes
|
| #
6be08c92
|
| 17-Jul-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-plex-gmsh-4_1' into 'master'
Plex: Gmsh 4.1 allows holes in the node numbering
See merge request petsc/petsc!2979
|
| #
33a088b6
|
| 16-Jul-2020 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Gmsh 4.1 allows holes in the node numbering
|
| #
bfb203ca
|
| 25-Jun-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/feature-plexrefiner-boundarylayer' into 'master'
feature plexrefiner boundarylayer
See merge request petsc/petsc!2881
|
| #
15d4555a
|
| 07-Jun-2020 |
Stefano Zampini <stefano.zampini@gmail.com> |
minor
|
| #
3b7b15c8
|
| 26-Mar-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-dm-remove-hybrid' into 'master'
Knepley/feature dm remove hybrid
See merge request petsc/petsc!2614
|
| #
96ca5757
|
| 24-Mar-2020 |
Lisandro Dalcin <dalcinl@gmail.com> |
DMPlex: Fixed cell reordering and namespaced cell type names - Namespaced DMPlexCellRefinerType enum items - Added DMPlexReorderCell() and refactored DMPlexInvertCell() - Update Gmsh reader to han
DMPlex: Fixed cell reordering and namespaced cell type names - Namespaced DMPlexCellRefinerType enum items - Added DMPlexReorderCell() and refactored DMPlexInvertCell() - Update Gmsh reader to handle tet+tri-prism meshes
show more ...
|
| #
412e9a14
|
| 01-Mar-2020 |
Matthew G. Knepley <knepley@gmail.com> |
DM+Plex: Removed the idea of hybrid and ghost cells, in favor of cell type - Improved Plex tests to work for other cell types - Plex creation, interpolation, submesh, and refinement routines now set
DM+Plex: Removed the idea of hybrid and ghost cells, in favor of cell type - Improved Plex tests to work for other cell types - Plex creation, interpolation, submesh, and refinement routines now set the cell type - Distribution sorts strata by cell type - Fixed orientation of prisms from input formats - Added Plex ex40 to test regular refinement - CellRefiner is a PetscObject - dm_plex_cell_refiner chooses the refinement strategy - Removed SimplexToTensor stuff in favor of ToHex refiner - Most functions take DMPolytopeType instead of CellRefiner - CellRefinerInCellTest_Internal() - CellRefinerGetAffineTransforms_Internal() - CellRefinerGetAffineFaceTransforms_Internal() - DMForest now responds to DMPlexGetOverlap() and propagates its overlap to the underlying Plex - Use DMPlexComputeCellType_Internal() to classify a cell based only on topology - Added DMPlexGetSimplexOrBoxCells() to replace DMPlexGetInteriorCellStratum() - Added DM_POLYTOPE_POINT_PRISM_TENSOR - Added DMPolytopTypeGetDim() and DMPolyTopeTypeGetConeSize() - Added DMLabelSetStratumBounds() - Added DMPlexSetCellType() - Added celltypes to DMView() - Added DMPolytopeTypeGetNumVertices() - Added DMPlexCreateReferenceCellByType() - Added DMPolytopeTypeFromGmsh() - Made DMPlexRefineUniform() public
show more ...
|
| #
81e64d77
|
| 06-Oct-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint'
|
| #
d2766755
|
| 04-Oct-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-double-semicolons' into 'maint'
Double semicolons
See merge request petsc/petsc!2150
|
| #
feb237ba
|
| 04-Oct-2019 |
Pierre Jolivet <pierre.jolivet@enseeiht.fr> |
Double semicolons
|
| #
78b8d9f0
|
| 03-Oct-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint'
|
| #
b89b8d71
|
| 03-Oct-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2019-09-29/fix-uninitialized-warnings' into 'maint'
Add dummy initialize values and change code organization slightly to prevent...
See merge request petsc/petsc!2121
|
| #
277f51e8
|
| 03-Oct-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Add dummy initialize values and change code organization slightly to prevent incorrect compiler warnings about unitialized values
Fix a int that should be a size_t, fix handling of long
Add additio
Add dummy initialize values and change code organization slightly to prevent incorrect compiler warnings about unitialized values
Fix a int that should be a size_t, fix handling of long
Add additional details for PetscDataType to prevent possible confusion
Commit-type: portability-fix Reported-by: Satish Balay <balay@mcs.anl.gov> Thanks-to: Jed Brown <jed@jedbrown.org>
show more ...
|