Releases: trixi-framework/Trixi.jl
Releases · trixi-framework/Trixi.jl
v0.9.13
Trixi v0.9.13
Merged pull requests:
- Increase minimum supported Julia version to v1.10 (#2214) (@sloede)
- Bump crate-ci/typos from 1.28.1 to 1.29.0 (#2221) (@dependabot[bot])
Closed issues:
- Implementation of DGSEM solver settings through DGMulti (#2220)
v0.9.12
Trixi v0.9.12
Merged pull requests:
v0.9.11
Trixi v0.9.11
Merged pull requests:
- Type stability of functions from examples tree_2d_dgsem (#2145) (@huiyuxie)
- Add 2D multi-ion GLM-MHD equations for the TreeMesh solver (#2196) (@amrueda)
- Thread Parallel Reduction for
integrate_via_indices
(#2201) (@DanielDoehring) - Semantic code order for Multi Equations Constructors (#2202) (@DanielDoehring)
- Reduction for
linf_divb
analysis (#2206) (@DanielDoehring) - Use reduction for max wave speed computation in
max_dt
(#2207) (@DanielDoehring)
v0.9.10
Trixi v0.9.10
Merged pull requests:
- Pass on
RealT
inTreeMesh
construction (#2191) (@DanielDoehring)
v0.9.9
Trixi v0.9.9
Merged pull requests:
- Update Documentation: Optimized Schemes, PERK Section, and PairedExplicitRK2 Tutorial (#2146) (@warisa-r)
- Fix: Automatically finalize t8code objects when Trixi.jl shuts down (#2172) (@jmark)
- Remove unused
surface_integral
forprolong2mortar
functions (#2188) (@DanielDoehring) - Remove unused variables in elixir_advection_diffusion_nonperiodic_curved.jl (#2192) (@DanielDoehring)
- Use
get_node_vars
for divB analysis rutines (#2193) (@amrueda)
Closed issues:
- Implement paired Runge-Kutta scheme for non-uniform meshes (#21)
- Workaround for failing Codecov runs (#1905)
- Clarification on Non-Dimensionalization in Elixir Navier-Stokes Example (#2169)
- Latest version of Trixi.jl is unavailable (#2190)
- What is the Spatial Point Sequence in integrator.u for TreeMesh Solution Storage? (#2198)
v0.9.8
Trixi v0.9.8
Merged pull requests:
- Denote pseudo time for Euler-Gravity (#2101) (@DanielDoehring)
- Arbitrary Precision LGL Basis (#2128) (@DanielDoehring)
- Enable GPU compatibility check in CI (#2168) (@huiyuxie)
- Navier-Stokes Test Case: Viscous Shock propagation (#2173) (@DanielDoehring)
- Fix the spelling of "Siddhartha Mishra" (#2174) (@Arpit-Babbar)
- Unify analysis routines for div(B) to make them equation-agnostic (#2176) (@amrueda)
- Modification on PERK time integrator to handle cases where s = e (#2177) (@warisa-r)
- Correct name for LBM book author: Timm Krüger (#2179) (@DanielDoehring)
- More efficient PERK implementation (#2180) (@DanielDoehring)
- Time StepCallbacks for custom integrators (#2182) (@DanielDoehring)
- Remove GitHub event name from CI (#2183) (@huiyuxie)
- Bump codecov/codecov-action from 4 to 5 (#2185) (@dependabot[bot])
- Bump crate-ci/typos from 1.27.0 to 1.28.1 (#2186) (@dependabot[bot])
- Collaborating Institutes (#2187) (@torrilhon)
- require P4est.jl v0.4.12 (#2189) (@ranocha)
Closed issues:
- Incorrect memory allocation measurements due to global variables (#2166)
v0.9.7
Trixi v0.9.7
Merged pull requests:
- MPI implementation for non-conservative equations using
ParallelP4estMesh{3}
(#2126) (@amrueda) - Output the mpi rank to element_variables (SaveSolutionCallback) for visualization with trixi2vtk (#2132) (@amrueda)
- Fix sign error in 3D
DGMultiFDSBP
elixir (#2164) (@jlchan) - Use velocity in Navier-Stokes convergence tests (#2170) (@DanielDoehring)
Closed issues:
v0.9.6
Trixi v0.9.6
Merged pull requests:
- Fix noncons mortars for remaining mesh types (#2134) (@andrewwinters5000)
- check_periodicity_mesh_boundary_conditions with StructuredMeshView (#2144) (@SimonCan)
- fix typos in docstring (#2160) (@ranocha)
- Remove semicolons (2nd try) (#2161) (@JoshuaLampert)
- Remove remark for subcell limiting support in Trixi2Vtk from docs (#2162) (@bennibolm)
Closed issues:
- Inconsistent non-conservative mortars (#2130)
v0.9.5
Trixi v0.9.5
Merged pull requests:
- Make
TreeMesh
type general (#2129) (@DanielDoehring) - Type stability of functions from examples tree_1d_dgsem (#2133) (@huiyuxie)
- Minor modification on PairedExplicitRK3 to reduce redundant computation (#2152) (@warisa-r)
- Similiarize
Structured1D
toTree1D
(#2153) (@DanielDoehring) - Make T8CodeMesh fully type general (#2154) (@DanielDoehring)
- Restart
HyperbolicParabolic
withSplitODEProblem
(#2156) (@DanielDoehring)
Closed issues:
- Make
T8CodeMesh
(fully) type-general (#2151)
v0.9.4
Trixi v0.9.4
Merged pull requests:
- T8codeMesh: Switching to
t8_cmesh_new_brick_{2,3}d
. (#1939) (@jmark) - Feature: Checkpointing for T8codeMesh (#1980) (@jmark)
- New Paired Explicit Runge-Kutta Integrator: Third Order (#2008) (@warisa-r)
- Thread-Parallelize blended DG-FV (#2138) (@DanielDoehring)
- Bump crate-ci/typos from 1.25.0 to 1.27.0 (#2139) (@dependabot[bot])
- Use Analysis Callback
DGMulti
parabolic examples (#2140) (@DanielDoehring) - Consistent use of
u_ode
vsu
insemidiscretization.jl
(#2141) (@DanielDoehring)
Closed issues:
- saving solution while using T8code meshes (#2044)