| #
be37439e
|
| 21-Oct-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/useless-cast' into 'main'
Remove useless cast
See merge request petsc/petsc!7894
|
| #
835f2295
|
| 05-Oct-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
Brain dead fixes for useless casts
|
| #
b7f3c263
|
| 24-Sep-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/speedup-plex-jacobian' into 'main'
Speedup computations of Jacobian for DMPLEX FEM
See merge request petsc/petsc!7832
|
| #
1a768569
|
| 15-Sep-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
PetscFEIntegrateJacobian_Basic: optimize assembly code
- skipping NULL callbacks - add dimension dependent kernels for g1, g2 and g3 - rework loops
Sparse indices work left commented for possible f
PetscFEIntegrateJacobian_Basic: optimize assembly code
- skipping NULL callbacks - add dimension dependent kernels for g1, g2 and g3 - rework loops
Sparse indices work left commented for possible future implementations
show more ...
|
| #
4c88272d
|
| 19-Sep-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/petscfe-housekeeping' into 'main'
FEM housekeeping
See merge request petsc/petsc!7848
|
| #
699b48e5
|
| 15-Sep-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
PetscFE: fix debug prints
|
| #
9b529ac9
|
| 15-Sep-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
PetscFEIntegrateJacobian_Basic: I guess these are typos
|
| #
d8e47b63
|
| 17-Sep-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-09-02/rebased-fix-conversion-warnings' into 'main'
Compiler finds (and forbid) casts from higher precision integers to lower
See merge request petsc/petsc!7806
|
| #
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 ...
|
| #
e586a3f7
|
| 13-Jul-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-ds-cell-constants' into 'main'
PetscDS: Provide cell constant information
See merge request petsc/petsc!7686
|
| #
87510d7d
|
| 11-Jul-2024 |
Matthew G. Knepley <knepley@gmail.com> |
PetscDS: Add cell volume to constants and set during integration - Add PetscDSSetCellParameters()
|
| #
a102dd69
|
| 26-Jun-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMCreateMassMatrix_Plex: support multiple fields
PetscDS: Allow per integration data to be stored at the end of the constant array - Add PetscDSSetIntegrationParameters() - Add numFuncConstants
|
| #
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
|
| #
79ab67a3
|
| 15-May-2024 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fix boundary integrals - PetscFEIntegrateBd() now initializes its integrand - Fix many multifield bugs in this routine
|
| #
1f3b924b
|
| 25-Mar-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-ds-debugging' into 'main'
DS: Turn on print debugging
See merge request petsc/petsc!7408
|
| #
b2deab97
|
| 24-Mar-2024 |
Matthew G. Knepley <knepley@gmail.com> |
DS: Turn on print debugging
|
| #
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
|
| #
e978a55e
|
| 28-Jan-2024 |
Pierre Jolivet <pierre@joliv.et> |
Remove extra "" after format specifier ending a string
git grep -l -E "_FMT \"\"," | xargs sed -r -i'' 's#_FMT \"\",#_FMT,#g'
|
| #
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 ...
|
| #
7f71fc7e
|
| 26-Feb-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-swarm-project-fv' into 'main'
DM: Fix Swarm projection for FV
See merge request petsc/petsc!7282
|
| #
d627b919
|
| 17-Feb-2024 |
Matthew G. Knepley <knepley@gmail.com> |
Plex+FE: Fix bug in DMPlexComputeIntegral() - Did not initialize local int for FV - Initialize integrand before calling pointwise function in PetscFEIntegrate()
|
| #
7345e615
|
| 11-Jan-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/enable-ubsan' into 'main'
Proper UBSan suppression file and last fixes
See merge request petsc/petsc!7166
|
| #
16cd844b
|
| 05-Jan-2024 |
Pierre Jolivet <pierre@joliv.et> |
Missing calls to PetscSafePointerPlusOffset()
|
| #
942d34d0
|
| 03-Jan-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-ubsan' into 'main'
Pacify UBSan
See merge request petsc/petsc!7158
|
| #
8e3a54c0
|
| 24-Dec-2023 |
Pierre Jolivet <pierre@joliv.et> |
Sys: add PetscSafePointerPlusOffset() to pacify UBSan
|