| #
6497c311
|
| 25-Aug-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Add to CI compilers flags '-Wconversion', '-Wno-sign-conversion', '-Wno-float-conversion', '-Wno-implicit-float-conversion']
Also fix the code to repository to compile cleanly with these flags in th
Add to CI compilers flags '-Wconversion', '-Wno-sign-conversion', '-Wno-float-conversion', '-Wno-implicit-float-conversion']
Also fix the code to repository to compile cleanly with these flags in the CI
show more ...
|
| #
0051034c
|
| 05-Sep-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/vtk-every' into 'main'
TSMonitorSolutionVTK: add dumping interval
See merge request petsc/petsc!7807
|
| #
7f27e910
|
| 04-Sep-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
TSMonitorSolutionVTK: add dumping interval
|
| #
0de6da8c
|
| 26-Aug-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jrwrigh/cgns_no_elem' into 'main'
fix(plexcgns): Tolerate ranks with no elements
See merge request petsc/petsc!7779
|
| #
6b5e11fb
|
| 25-Aug-2024 |
James Wright <james@jameswright.xyz> |
minor: Correct typo in glvis test name
The file written is tris, not tets
|
| #
44698e90
|
| 25-Aug-2024 |
James Wright <james@jameswright.xyz> |
plexcgns: Enable writing of finite volume meshes
|
| #
52d90ba3
|
| 12-Aug-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/ts-resizeflag' into 'main'
TS: add TSGetStepResize() to API to inquire about resizing
See merge request petsc/petsc!7757
|
| #
c6bf8827
|
| 12-Aug-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
TS: add TSGetStepResize() to API to inquire about resizing
|
| #
4a6a4c7c
|
| 29-May-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-dm-field-facedata' into 'main'
DMField: Quadrature was wrong for affine branch of facedata
See merge request petsc/petsc!7547
|
| #
56245cf9
|
| 29-May-2024 |
Matthew G. Knepley <knepley@gmail.com> |
Shorten tests
|
| #
a4cdeec6
|
| 09-Apr-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
30d90a34
|
| 08-Apr-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-typos' into 'release'
Typos
See merge request petsc/petsc!7445
|
| #
d8b4a066
|
| 07-Apr-2024 |
Pierre Jolivet <pierre@joliv.et> |
Typos
|
| #
2627a174
|
| 27-Mar-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/hypre-mfem-single' into 'main'
hypre mfem single
See merge request petsc/petsc!7414
|
| #
910b42cb
|
| 27-Mar-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
Tweak single precision tests for my configuration with packages
|
| #
b9169a8d
|
| 20-Mar-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/tsresize-errorind' into 'main'
TSSetResize: support error indicators
See merge request petsc/petsc!7368
|
| #
ecc87898
|
| 20-Jan-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
TSSetResize: support remeshing with step restart
|
| #
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
|
| #
da0802e2
|
| 28-Feb-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
minor fixes
|
| #
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
|
| #
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
|
| #
9b1f5d59
|
| 11-Feb-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'arcowie/feature-sw-ceed' into 'main'
TS ex11: Updates to CEED interface
See merge request petsc/petsc!7259
|
| #
a7d931c6
|
| 10-Feb-2024 |
Matthew G. Knepley <knepley@gmail.com> |
TS ex11: - Added a new macro `zero` with the value 0.0. - Modified the function `PhysicsRiemann_SW_Rusanov` to handle negative heights. - Replaced a block of code that printed debug information with
TS ex11: - Added a new macro `zero` with the value 0.0. - Modified the function `PhysicsRiemann_SW_Rusanov` to handle negative heights. - Replaced a block of code that printed debug information with a simpler implementation using the `zero` macro. <Move these> - Added a new variable `strides` to store stride values, previous used CEED default type. - Modified the call to `CeedElemRestrictionCreateStrided` to use the `strides` array.
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
|