Make linf_error
computation @batch reduction=(max, linf_error)
ready
#2205
Labels
parallelization
Related to MPI, threading, tasks etc.
performance
We are greedy
refactoring
Refactoring code without functional changes
The current implementation of the
linf_error
computation uses the broadcastedmax
operation.Trixi.jl/src/callbacks_step/analysis_dg1d.jl
Line 111 in ab8ecad
Unfortunately, Polyester.jl supports only the scalar
max
operation.I would be nice to rewrite this in a way such that one could use the reduction operation from Polyester.jl .
The text was updated successfully, but these errors were encountered: