History log of /petsc/src/mat/impls/fft/fftw/fftw.c (Results 1 – 25 of 326)
Revision Date Author Comments
# ba61784b 23-Feb-2026 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2026-02-07/fix-fftw-interface-int' into 'main'

Add casting to fftw.c to prevent possible truncating of ptrdiff_t to PetscInt

See merge request petsc/petsc!9010


# 2884b08d 07-Feb-2026 Barry Smith <bsmith@mcs.anl.gov>

Add casting to fftw.c to prevent possible truncating of ptrdiff_t to PetscInt

Reported-by: Martin Diehl
Gitlab0-issue: #1854


# c5e72636 17-Apr-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/housekeeping' into 'main'

Housekeeping

See merge request petsc/petsc!8326


# 523895ee 16-Apr-2025 Pierre Jolivet <pierre@joliv.et>

Remove unneeded variable and functions


# cb865471 06-Mar-2025 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# f1a10224 06-Mar-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2025-03-05/fix-fftw-bug-nontrivial-plans/release' into 'release'

Fix bug in our FFTW interface that could produce completely incorrect results...

See merge request petsc/petsc!8

Merge branch 'barry/2025-03-05/fix-fftw-bug-nontrivial-plans/release' into 'release'

Fix bug in our FFTW interface that could produce completely incorrect results...

See merge request petsc/petsc!8181

show more ...


# e8bdd179 05-Mar-2025 Barry Smith <bsmith@mcs.anl.gov>

Fix bug in our FFTW interface that could produce completely incorrect results for any of the nontrivial FFTW plans.

Reported-by: Satish Balay


# d0e6bf2a 25-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/clang-format-19' into 'main'

clang-format-19

See merge request petsc/petsc!7644


# 57508ece 17-Sep-2024 Pierre Jolivet <pierre@joliv.et>

Remove unneeded parentheses


# 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


# 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 ...


# e8e8640d 26-Sep-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/rm-first-empty-line' into 'main'

Remove first and last empty lines

See merge request petsc/petsc!6892


# 92bec4ee 26-Sep-2023 Pierre Jolivet <pierre@joliv.et>

Remove first and last empty lines


# 9c5460f9 17-Aug-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2023-08-09/linter-detect-static-function-candidates' into 'main'

Linter detect possible static functions

See merge request petsc/petsc!6796


# 66976f2f 14-Aug-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Add static to internal functions


# 02477ebb 15-Jul-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2023-06-30/enable-doc-lint' into 'main'

Enable docs linting

See merge request petsc/petsc!6667


# fe59aa6d 12-Jul-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Lint apply: mat


# 8c38e02a 03-Jun-2023 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 4ff55f77 01-Jun-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-05-27/improve-tutorials/release' into 'release'

Minor cleanup of website tutorials

See merge request petsc/petsc!6520


# 1cc06b55 27-May-2023 Barry Smith <bsmith@mcs.anl.gov>

change to consistent use of ch_xxx for chapter names in the docs, instead of a mix of ch_xx and chapter_xx


# 81cd56f8 25-Apr-2023 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# e6ad9309 24-Apr-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jose/missing-manpages' into 'release'

Add missing manual pages

See merge request petsc/petsc!6363


# 350f1385 23-Apr-2023 Jose E. Roman <jroman@dsic.upv.es>

Add missing manual pages


# d01c6957 28-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-03-25/fix-more-manualpages' into 'main'

More manual page fixes

See merge request petsc/petsc!6233


12345678910>>...14