You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename split_form_kernel! to flux_differencing_kernel! to match VolumeIntegralFluxDifferencing. Strictly speaking, this is not breaking, since this name is not documented. However, we use it for some benchmark code so it's better to wait for a breaking release.
Remove deprecated features, e.g., marked by # TODO: DGMulti, v0.5 (search also for deprecate and depwarn)
@trixi-framework/principal-developers Any other wishes for breaking changes? Since the P4est.jl updates are nearly ready for a new release, I would like to push this forward.
Here is a list of breaking changes we would like to get into Trixi.jl v0.5
Encode affine Cartesian meshes for quad and hexDGMulti
solvers #961Val(true)
,Val(false)
toTrue()
,False
from Static.jl #937split_form_kernel!
toflux_differencing_kernel!
to matchVolumeIntegralFluxDifferencing
. Strictly speaking, this is not breaking, since this name is not documented. However, we use it for some benchmark code so it's better to wait for a breaking release.# TODO: DGMulti, v0.5
(search also fordeprecate
anddepwarn
)p4est
bindings generated with Clang.jl #1184Then, we also need to
Postpone to a later release (moved to #1310):
plot(sol)
The text was updated successfully, but these errors were encountered: