Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: su2code/SU2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: su2code/SU2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fixCC
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 86 files changed
  • 6 contributors

Commits on Apr 29, 2026

  1. Configuration menu
    Copy the full SHA
    4517692 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2026

  1. Allow FSI+CHT (aerothermoelasticity) (#2807)

    * allow fsi+cht
    
    * Apply suggestions from code review
    
    Co-authored-by: Pedro Gomes <38071223+pcarruscag@users.noreply.github.com>
    
    * set regression values
    
    * back to develop
    pcarruscag authored May 7, 2026
    Configuration menu
    Copy the full SHA
    0fcf5bb View commit details
    Browse the repository at this point in the history

Commits on May 8, 2026

  1. Configuration menu
    Copy the full SHA
    6d6db15 View commit details
    Browse the repository at this point in the history
  2. fix release management

    pcarruscag committed May 8, 2026
    Configuration menu
    Copy the full SHA
    120a162 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee4de5c View commit details
    Browse the repository at this point in the history
  4. Reduce redundant CUDA Jacobian uploads during a linear solve (#2806)

    * Reduce redundant CUDA Jacobian uploads
    
    * Move CUDA Jacobian upload into CSysMatrixVectorProduct
    
    * Defer CUDA matrix upload to first matvec use
    LwhJesse authored May 8, 2026
    Configuration menu
    Copy the full SHA
    7fa5517 View commit details
    Browse the repository at this point in the history
  5. Revert "try to fix duplicate binaries in release draft"

    This reverts commit ee4de5c.
    pcarruscag committed May 8, 2026
    Configuration menu
    Copy the full SHA
    ea87245 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f4ceaab View commit details
    Browse the repository at this point in the history

Commits on May 22, 2026

  1. Flexible setup of flamelet boundary conditions (#2814)

    * flexible BC for flamelet equations
    * add jacobian of the split source terms, rename FLAMELET->FLAME
    * add python wrapper to flamelet enthalpy
    
    ---------
    
    Co-authored-by: Pedro Gomes <38071223+pcarruscag@users.noreply.github.com>
    bigfooted and pcarruscag authored May 22, 2026
    Configuration menu
    Copy the full SHA
    154d085 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2026

  1. Efficiency improvements for optimization of linear elasticity problems (

    #2815)
    
    * allow adjoin-only, fix residual and objective reporting in single and multizone solvers
    
    * save main recording for functions that don't need it
    
    * update ref
    pcarruscag authored May 24, 2026
    Configuration menu
    Copy the full SHA
    f83bde4 View commit details
    Browse the repository at this point in the history
  2. Option to compile everything in single precision + explicit vectoriza…

    …tion for ARM (#2819)
    
    * add option
    
    * define single precision type, mpi, avoid repeated instantiations in mixed precision
    
    * use correct tecplot function
    
    * option 1 to handle double precision literals: replace min/max with fmin/fmax
    
    * Revert "option 1 to handle double precision literals: replace min/max with fmin/fmax"
    
    This reverts commit 4e4d9e1.
    
    * option 2: overload std::min/max for float/double mix, handle blas and lapack functions, fix some FPEs
    
    * fix some FPEs
    
    * vectorization for floats
    
    * arm vectorization
    
    * arm fix and use cpu arch for arm, fix some pass by value warnings
    
    * remove commented code
    
    * remove debug stuff
    
    * update regressions
    pcarruscag authored May 24, 2026
    Configuration menu
    Copy the full SHA
    17e38a8 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2026

  1. Use cuSPARSE BSR SpMV for CUDA matrix-vector products (#2816)

    Co-authored-by: Pedro Gomes <38071223+pcarruscag@users.noreply.github.com>
    LwhJesse and pcarruscag authored May 27, 2026
    Configuration menu
    Copy the full SHA
    732eaef View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2026

  1. Fix multigrid early exit functionality (#2831)

    Base early exit on proper residual
    fix some implicit line agglomeration
    add more debugging info
    ---------
    
    Co-authored-by: Pedro Gomes <pcarruscag@gmail.com>
    Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
    3 people authored Jun 21, 2026
    Configuration menu
    Copy the full SHA
    54ccbeb View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2026

  1. - Fix zetaFMT for Sarkar

    - Decoupled Pressure-Dilatation term
    rois1995
    rois1995 committed Jun 25, 2026
    Configuration menu
    Copy the full SHA
    3d5fba1 View commit details
    Browse the repository at this point in the history
Loading