| #
f2c6b1a2
|
| 08-Jul-2022 |
Jed Brown <jed@jedbrown.org> |
ISLocalToGlobalMappingView: change output to clarify ranges for bs>1
|
| #
3e72e933
|
| 08-Jul-2022 |
Jed Brown <jed@jedbrown.org> |
DM: experimental box mesh in parallel using Z-order
Adding -dm_plex_box_sfc activates this feature. The elements are equally partitioned and Z-order is used to identify vertices. A partitioner can b
DM: experimental box mesh in parallel using Z-order
Adding -dm_plex_box_sfc activates this feature. The elements are equally partitioned and Z-order is used to identify vertices. A partitioner can be used to clean up, or use -dm_distribute 0 to keep the z-order distribution.
show more ...
|
| #
061e922f
|
| 22-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-09-21/2-bike-2-shed' into 'main'
Feature: Bicycle Storage Facility 2
See merge request petsc/petsc!5661
|
| #
d71ae5a4
|
| 21-Sep-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
source code format changes due to .clang-format changes
|
| #
58d68138
|
| 23-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-08-21/clang-format-source' into 'main'
format repository with clang-format
See merge request petsc/petsc!5541
|
| #
9371c9d4
|
| 22-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
clang-format: convert PETSc sources to comply with clang-format
|
| #
5cab5458
|
| 26-Jul-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-07-23/add-petscbeginuser' into 'main'
Add PetscFunctionBeginUser to all PETSc C/C++ examples
See merge request petsc/petsc!5470
|
| #
327415f7
|
| 23-Jul-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Add PetscFunctionBeginUser to all PETSc C/C++ examples
Now the stack frames will contain the main program and the correct line numbers in them
git ls-files | egrep "(tutorials|tests)" | xargs sed -
Add PetscFunctionBeginUser to all PETSc C/C++ examples
Now the stack frames will contain the main program and the correct line numbers in them
git ls-files | egrep "(tutorials|tests)" | xargs sed -i "s?\(PetscCall(PetscInitialize(&argc\)?PetscFunctionBeginUser;\n \1?g"
Commit-type: error-checking, testing-fix /spend 15m
show more ...
|
| #
c07fc37f
|
| 21-Jul-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jed/plex-cgns' into 'main'
DMPlex: add support for writing CGNS files in parallel
See merge request petsc/petsc!5449
|
| #
eefd97a2
|
| 20-Jul-2022 |
Jed Brown <jed@jedbrown.org> |
DMPlex: improve output for inspecting elements and their nodal coordinates
|
| #
91e96481
|
| 28-Jun-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-plex-periodic-separation' into 'main'
Fix periodicity for higher order coordinates
See merge request petsc/petsc!5333
|
| #
90d1c1a4
|
| 27-Jun-2022 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex49: Test libCEED numbering
|