Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Aug 08:58
b31ccc0

Trixi v0.1.0

Closed issues:

  • Separate differentiation_operator into individual matrices (#1)
  • Reduce allocations in volume integral and surface flux calculations (#2)
  • Allow selective timing in rhs! (#3)
  • Visualize element data (#5)
  • Create testing tool for automated testing (#6)
  • Rename u_t to ut for consistency with FLUXO (#7)
  • How to avoid clutter with many arguments being passed to methods? (#11)
  • Remove ArgParse to reduce startup time and replace by manual argument parsing (#16)
  • Discuss, fix, and document how we want to handle package installation etc. (#20)
  • Fix asymmetry in blast wave test (#22)
  • postprocessing (#23)
  • plotting in Atom (#25)
  • Fix automatic installation of Trixi dependencies (#26)
  • Show AMR info in analyze_solution output (#27)
  • Plot 1D time dependent data (#29)
  • Visualisation of AMR Data (#30)
  • Add MHD equations (#31)
  • README adjustments, general Pkg question (#32)
  • Delete ffmpeg from amr_finetuning branch (#33)
  • Remove GaussQuadrature from dependencies (#34)
  • Implement nonconservative terms (#36)
  • Track regular TimerOutputs package once @notimeit is in a proper release (#37)
  • Add tool for automated EOC analysis [REPLACEMENT ISSUE] (#39)
  • Add hyperbolic diffusion-type equation system (#41)
  • Enable automated testing (#43)
  • When to use type annotations for function parameters: best practice and what to do in Trixi? (#44)
  • Use CompatHelper (when moving to GitHub?) (#45)
  • Add parameter file for EOC testing with Euler and MHD (#46)
  • Add L2/Linf checking to tests [REPLACEMENT ISSUE] (#47)
  • Usage of unicode (#48)
  • Increase test coverage [REPLACEMENT ISSUE] (#49)
  • Move numerical fluxes to solvers (#50)
  • Use initial_conditions as functions (#51)
  • Use sources as functions (#52)
  • Use volume fluxes as functions (#53)
  • Restructuring arguments of numerical fluxes (#56)
  • Remove support for command-line execution of Trixi (#59)
  • Reduce number of submodules (#60)
  • Increase indent to four spaces instead of two (#61)
  • Rename yuichi (#63)
  • Use traits/functions instead of fields for fixed values (#64)
  • Fix documentation generation & postprocessing tools (#65)
  • Prefix flux functions by flux_ (#67)
  • Implement source terms similar to fluxes and initial conditions (#69)
  • Fuse some operations at the element level? (#71)
  • Analyze equation state vector (#72)
  • Add fast cases to test AMR indicators khi, blob and blast_wave [REPLACEMENT ISSUE] (#75)
  • Error in divb calculation of calc_mhd_solenoid_condition (#76)
  • Missing parentheses in lax_friedrichs_flux for linear advection (#77)
  • Is there an issue with conservation for MHD? (#78)
  • Add example with EC mortars using shock capturing [REPLACEMENT ISSUE] (#79)
  • Order of function parameters: solver and equation (#80)
  • Where to put docstrings for functions with methods in different files? (#81)
  • Rename ideal MHD to ideal GLM-MHD (#82)
  • Compressible Euler with several initial conditions does not work (#84)
  • Weird behaviour of parameters_alfven_wave.toml with constant initial conditions in REPL (#85)
  • Switch to Julia 1.5 once it is officially available (#93)
  • Fix double meaning of surface_flux (#94)
  • Example file parameters_sedov_blast_wave_shockcapturing_amr.toml fails (#95)
  • Use a comment character for analysis file header (#97)
  • Remove allocations in calc_blending_factors (#99)
  • Add [compat] entry for each dependency (#100)
  • Move element_ids_dg and element_ids_dgfv (#102)
  • Make tests independent of working directory and OS (#104)

Merged pull requests:

  • add .zenodo.json (#105) (@ranocha)
  • make tests safer and rename files repro->paper (#107) (@ranocha)
  • remove bin/trixi and support only running Trixi from the REPL (#108) (@ranocha)
  • enable tests on osx on Travis (#112) (@ranocha)
  • enable tests on appveyor (#114) (@ranocha)
  • run Travis on osx only for push to master (#115) (@ranocha)
  • Clean up old references to GitLab (#116) (@sloede)
  • CompatHelper: add new compat entry for "StaticArrays" at version "0.12" (#117) (@github-actions[bot])
  • CompatHelper: add new compat entry for "TimerOutputs" at version "0.5" (#118) (@github-actions[bot])
  • new compat entries suggesetd by CompatHelper (#122) (@ranocha)