| #
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
|
| #
b7124133
|
| 20-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-09-17/slimmer-petscobject' into 'main'
Feature: Slimmer PetscObject
See merge request petsc/petsc!5649
|
| #
4dfa11a4
|
| 17-Sep-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Remove parent, parentid, flops, time, mem, and memchildren. Deprecate PetscLogObjectParent(), PetscLogObjectMemory(), and PetscNewLog()
|
| #
c5a0a44d
|
| 17-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-09-12/add-refined-dm-mg' into 'main'
Minor fixes and cleanup of dm->coarseMesh and ->fineMesh implementation and usage
See merge request petsc/petsc!5631
|
| #
89d734be
|
| 13-Sep-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Cannot set the same DM to be its coarse or fine DM
Commit-type: bug-fix /spend 30m
|
| #
b6c59291
|
| 08-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-project-label' into 'main'
DM: Fix DMProjectFieldLabel()
See merge request petsc/petsc!5596
|
| #
72fc1ce5
|
| 22-Jul-2022 |
Matthew G. Knepley <knepley@gmail.com> |
DM: Fix DMProjectFieldLabel() - Was using wrong DM for G2L
|
| #
f0af967e
|
| 29-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-style-one-liners' into 'main'
Remove braces from one-liners w/o PetscCall()
See merge request petsc/petsc!5561
|
| #
ad540459
|
| 29-Aug-2022 |
Pierre Jolivet <pierre@joliv.et> |
Remove braces from one-liners w/o PetscCall()
|
| #
38f67375
|
| 27-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-style-one-liners' into 'main'
Remove braces from one-liners
See merge request petsc/petsc!5557
|
| #
48a46eb9
|
| 27-Aug-2022 |
Pierre Jolivet <pierre@joliv.et> |
Remove braces from one-liners
|
| #
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
|
| #
8fd105b6
|
| 17-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-06-28/add-petsccallmethod' into 'main'
Introduce PetscTryTypeMethod and PetscUseTypeMethod to replace ad hoc use of (*obj->ops->method) in source
See merge request petsc/
Merge branch 'barry/2022-06-28/add-petsccallmethod' into 'main'
Introduce PetscTryTypeMethod and PetscUseTypeMethod to replace ad hoc use of (*obj->ops->method) in source
See merge request petsc/petsc!5376
show more ...
|
| #
dbbe0bcd
|
| 23-Jul-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Convert setfromoptions methods over to PetscTryTypeMethod() approach
Flipped the order of the arguments for the function pointers (*setfromoptions)(PetscOptionItem*,obj); and friends to make them co
Convert setfromoptions methods over to PetscTryTypeMethod() approach
Flipped the order of the arguments for the function pointers (*setfromoptions)(PetscOptionItem*,obj); and friends to make them consistent with PetscTryTypeMethod() and all the other methods
Commit-type: refactorization /spend 4h
show more ...
|
| #
71052fdf
|
| 23-Jul-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove the no longer needed PetscCheck(a->ops->y...
Commit-type: error-checking, housekeeping /spend 10m
Development Tools: Vim, Emacs, Eclipse
|
| #
340b78e3
|
| 09-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'marboeuf/plex-naturalpointsf' into 'main'
Plex: create the natural point SF
See merge request petsc/petsc!5502
|
| #
412a4547
|
| 19-Jul-2022 |
Alexis Marboeuf <marboeua@mcmaster.ca> |
Fortran: add and implement a custom interface for DMCreateSubDM
The Fortran interface for DMCreateSubDM is now custom. CHECKFORTRANNULLOBJECT is used to allow the IS to be PETSC_NULL_IS.
|
| #
d00ee8b8
|
| 09-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-07-22/improve-dm-manpages' into 'main'
Clean up dm.c manual pages including adding tick marks
See merge request petsc/petsc!5491
|
| #
bb7acecf
|
| 22-Jul-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Clean up dm.c manual pages including adding tick marks
Commit-type: documentation /spend 6h
|
| #
06c56612
|
| 15-Jul-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-dm-project-field-local' into 'main'
DM: Add DMProjectFieldLabel()
See merge request petsc/petsc!5431
|
| #
d29d7c6e
|
| 15-Jul-2022 |
Matthew G. Knepley <knepley@gmail.com> |
DM: Add DMProjectFieldLabel()
|
| #
6c4e6812
|
| 06-Jul-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-dm-periodicity' into 'main'
Fixes for periodicity
See merge request petsc/petsc!5391
|
| #
4fb89ddd
|
| 01-Jul-2022 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Instead of forcing periodic coordinates to [0, L], it should be [lower, lower + L]
|