| #
66a6ed2f
|
| 31-Mar-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jose/release/docstring' into 'release'
Docstring fixes
See merge request petsc/petsc!7425
|
| #
9cde84ed
|
| 31-Mar-2024 |
Jose E. Roman <jroman@dsic.upv.es> |
Docstring fixes
|
| #
6d174762
|
| 29-Mar-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jrwrigh/multiple_isoperiodic' into 'main'
Plex Isoperiodic: Allow multiple periodic directions
See merge request petsc/petsc!7305
|
| #
ddedc8f6
|
| 19-Feb-2024 |
James Wright <james@jameswright.xyz> |
Plex Isoperiodic: Update coordinate for multiple face_sfs
This could probably be made more efficient by consolidating the multiple `affine` and `affine_to_local` into a single `VecScatter*` routine.
Plex Isoperiodic: Update coordinate for multiple face_sfs
This could probably be made more efficient by consolidating the multiple `affine` and `affine_to_local` into a single `VecScatter*` routine. But I'm not sure how exactly to do that and do not believe the performance penalty here should be significant.
show more ...
|
| #
d38d22d1
|
| 21-Mar-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-03-13/docs-dmcreatedomaindecompositionandfriendsandrelations' into 'main'
Improve clarity and correctness of DMCreateDomainDecomposition() and related routines manual pages
Merge branch 'barry/2024-03-13/docs-dmcreatedomaindecompositionandfriendsandrelations' into 'main'
Improve clarity and correctness of DMCreateDomainDecomposition() and related routines manual pages
See merge request petsc/petsc!7364
show more ...
|
| #
73ff1848
|
| 21-Mar-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Improve clarity and correctness of DMCreateDomainDecomposition() and related routines manual pages
|
| #
239c4413
|
| 14-Mar-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'tisaac/fix-p4est-global-coordinates' into 'main'
DMForest: add failing test supplied by Berend van Wachem
See merge request petsc/petsc!7028
|
| #
ec50fa89
|
| 13-Mar-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/firedrake-1' into 'main'
Updates for Firedrake: first batch
See merge request petsc/petsc!7358
|
| #
52947b74
|
| 27-Feb-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMSet{Local|Global]Section: need to recreate the sectionSF
|
| #
2b6b7d09
|
| 09-Mar-2024 |
Toby Isaac <toby.isaac@gmail.com> |
DMLocalToGlobalHook_Constraints: only access constraints if mode is ADD_VALUES
|
| #
970231d2
|
| 07-Mar-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/clang-format-18' into 'main'
clang-format version 18
See merge request petsc/petsc!6902
|
| #
fbccb6d4
|
| 18-Nov-2023 |
Pierre Jolivet <pierre@joliv.et> |
CI: update to clang-format-18
|
| #
00045ab3
|
| 11-Feb-2024 |
Pierre Jolivet <pierre@joliv.et> |
Remove carriage return in Petsc(Assert|Check)()
git grep -l -E "Petsc(Assert|Check)\(.*\\\n\"[,)]" | xargs sed -r -i'' 's#Petsc(Assert|Check)\((.*)\\n"([,)])#Petsc\1\(\2\"\3#g'
Suggested-by: Stefan
Remove carriage return in Petsc(Assert|Check)()
git grep -l -E "Petsc(Assert|Check)\(.*\\\n\"[,)]" | xargs sed -r -i'' 's#Petsc(Assert|Check)\((.*)\\n"([,)])#Petsc\1\(\2\"\3#g'
Suggested-by: Stefano Zampini
show more ...
|
| #
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 ...
|
| #
4d86920d
|
| 10-Feb-2024 |
Pierre Jolivet <pierre@joliv.et> |
checkbadSource: rules for PetscFunctionBegin and derivatives
|
| #
49a97133
|
| 25-Feb-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/clear-dm-vectors' into 'main'
DM: DMSet{Local|Global}Section must clear the internal vectors
See merge request petsc/petsc!7314
|
| #
50350c8e
|
| 22-Feb-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
DM: DMSet{Local|Global}Section must clear internal vectors and sectionSF
Reported-by: <yuanxi@advancesoft.jp>
|
| #
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
|
| #
eb9d3e4d
|
| 02-Feb-2024 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Allow global section to ignore the local section permutation on output
|
| #
ec196627
|
| 11-Feb-2024 |
Matthew G. Knepley <knepley@gmail.com> |
DM: Clone must copy seciton reordering info
|
| #
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 ...
|
| #
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
|
| #
e4d5475e
|
| 25-Jan-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMPLEX: handle material parameters in subdomain callbacks
Add DMClearAuxiliaryVec
|
| #
cb35eacc
|
| 23-Jan-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/petsctrytypemethod' into 'main'
Use Petsc[Use|Try]TypeMethod when possible
See merge request petsc/petsc!7213
|
| #
fa1e479a
|
| 22-Jan-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
DM: protect type callbacks with PetscUseTypeMethod
|