| #
fbccb6d4
|
| 18-Nov-2023 |
Pierre Jolivet <pierre@joliv.et> |
CI: update to clang-format-18
|
| #
f45b553c
|
| 10-Feb-2024 |
Pierre Jolivet <pierre@joliv.et> |
Minor housekeeping
|
| #
f4f49eea
|
| 11-Feb-2024 |
Pierre Jolivet <pierre@joliv.et> |
Remove multiple parentheses and extra semicolon
git grep -l -E "\(\([a-zA-Z0-9_]+\)\(\*[a-zA-Z0-9_]+\)[, )]" | xargs sed -r -i'' 's#\(\(([a-zA-Z0-9_]+)\)\(\*([a-zA-Z0-9_]+)\)([, )])#\(\(\1\)\*\2\3#g
Remove multiple parentheses and extra semicolon
git grep -l -E "\(\([a-zA-Z0-9_]+\)\(\*[a-zA-Z0-9_]+\)[, )]" | xargs sed -r -i'' 's#\(\(([a-zA-Z0-9_]+)\)\(\*([a-zA-Z0-9_]+)\)([, )])#\(\(\1\)\*\2\3#g' git grep -l -E "Petsc(.)*\(\(\*[a-zA-Z0-9_]*\)," | xargs sed -r -i'' 's#Petsc([a-zA-Z0-9_]*)\(\(\*([a-zA-Z0-9_]*)\), #Petsc\1(*\2, #g' git grep -l -E "([\!\&\~\*\(]|\)\)|\([^,\*\(]+\**\))\(([a-zA-Z0-9_]+((\.|->)[a-zA-Z0-9_]+|\[[a-zA-Z0-9_ \%\+\*\-]+\])+)\)" | xargs sed -r -i'' 's#([\!\&\~\*\(]|\)\)|\([^,\*\(]+\**\))\(([a-zA-Z0-9_]+((\.|->)[a-zA-Z0-9_]+|\[[a-zA-Z0-9_ \%\+\*\-]+\])+)\)#\1\2#g'
show more ...
|
| #
6996bd1a
|
| 21-Feb-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-double' into 'main'
Fix words appearing twice in a row for no good reason
See merge request petsc/petsc!7307
|
| #
15229ffc
|
| 21-Feb-2024 |
Pierre Jolivet <pierre@joliv.et> |
Fix words appearing twice in a row for no good reason
|
| #
c5997e43
|
| 16-Feb-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-plex-io-section-perm' into 'main'
Plex: Flexible creation of section permutations
See merge request petsc/petsc!7258
|
| #
adc21957
|
| 02-Feb-2024 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Flexible creation of section permutations - Add createsectionpermutation to DM ops - Change DMPlexReorderDefaultFlag to DMReorderDefaultFlag - Move DMReorderDefaultFlag to the correct header
A
Plex: Flexible creation of section permutations - Add createsectionpermutation to DM ops - Change DMPlexReorderDefaultFlag to DMReorderDefaultFlag - Move DMReorderDefaultFlag to the correct header
Apply 1 suggestion(s) to 1 file(s)
show more ...
|
| #
0d818c7d
|
| 07-Feb-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/feature-bounded-range-real' into 'main'
Sys: add PetscOptions[Bounded|Range]Real()
See merge request petsc/petsc!7269
|
| #
52ce0ab5
|
| 07-Feb-2024 |
Pierre Jolivet <pierre@joliv.et> |
Sys: add PetscOptions[Bounded|Range]Real()
|
| #
c7fbd2bd
|
| 02-Feb-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-01-19/typedef-snes-functions' into 'main'
add typedef for functions passed to SNESSetFunction() etc to match approach in TS
See merge request petsc/petsc!7206
|
| #
8434afd1
|
| 02-Feb-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Change the use of the _Fn suffix to indicate a typedef of a function to just Fn
As determined on a vote on GitLab
|
| #
04bc8292
|
| 21-Jan-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Update `PetscSimplePointFunc` to new naming convention `PetscSimplePoint_Fn`
Commit-type: housekeeping
|
| #
3bdd2efe
|
| 28-Jan-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/snes-ex11' into 'main'
New simplified SNES + PLEX example
See merge request petsc/petsc!7235
|
| #
dd2b43eb
|
| 24-Jan-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMPlexCreateBallMesh_Internal: respect user
|
| #
05e067c0
|
| 22-Jan-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-plex-highorder-coords' into 'main'
Cleanup coordinate mappings for high order
See merge request petsc/petsc!7207
|
| #
be664eb1
|
| 20-Jan-2024 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Rework coordinate maps - Add DMPlexCoordMap and some default maps - Allow mapping to be done from DMSetFromOptions() - Reimplemented DMPlexShearGeometry() - Added affine fallback to DMPlexRemap
Plex: Rework coordinate maps - Add DMPlexCoordMap and some default maps - Allow mapping to be done from DMSetFromOptions() - Reimplemented DMPlexShearGeometry() - Added affine fallback to DMPlexRemapGeometry()
show more ...
|
| #
a9cd3c18
|
| 20-Jan-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-fault-pc' into 'main'
Plex: Allow section reordering by default
See merge request petsc/petsc!7197
|
| #
d02c7345
|
| 12-Jun-2023 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Allow section reordering by default - Add DMPlexReorderSectionGetDefault() and DMPlexReorderSectionGetDefault() - Allow default reordering for sections the can group points - Bigger blocks gene
Plex: Allow section reordering by default - Add DMPlexReorderSectionGetDefault() and DMPlexReorderSectionGetDefault() - Allow default reordering for sections the can group points - Bigger blocks generate a variable block size description - Add -dm_plex_reorder_section
show more ...
|
| #
49d85fc3
|
| 14-Jan-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
1fa02e4d
|
| 12-Jan-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/smallfixes' into 'release'
small release fixes
See merge request petsc/petsc!7182
|
| #
b23db253
|
| 10-Jan-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMSetFromOptions_Plex: fix prerefinement case for periodic meshes
|
| #
1f5f95ac
|
| 03-Jan-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-plex-create-and-view' into 'main'
Fixes for Plex creation and viewing
See merge request petsc/petsc!7159
|
| #
4e22dd4c
|
| 02-Jan-2024 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Allow label creation and submesh selection during DMSetFromOptions()
|
| #
1df12153
|
| 02-Jan-2024 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fix coordinate space creation for submeshes with attached cells
|
| #
613ce9fe
|
| 17-Dec-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|