Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Nov 08:03

Trixi v0.3.0

Diff since v0.2.6

Closed issues:

  • Rename stuff for consistency & clarity (#9)
  • Get rid of n_surfaces/n_elements etc. variable for which a get_xxx function exists (#10)
  • General plan and layout (#42)
  • Boundcheck (#55)
  • Add REPL tricks to documentation (#66)
  • Consistently map function names to their "canonical" names (#68)
  • Document and export initial conditions (#70)
  • Make AMR indicators function-based (#73)
  • Clean up run_simulation (#74)
  • Separate implementation of time integration schemes (#83)
  • Clean up functions related to the fluxes (#92)
  • Example files parameters_rotor.toml and parameters_mhd_blast_wave.toml fail (#96)
  • Use periodic values of linear advection initial/exact solutions (#135)
  • Move more stuff to the thread cache (#136)
  • Compute CFL factors a la Fluxo (#139)
  • Pass dg struct to source_terms_XXX (#142)
  • Enable Trixi2Img to plot results from 3D simulations (#147)
  • TOML? Why? (#150)
  • Add section on performance in Julia to docs (#164)
  • Make the number of analysis nodes a parameter (#173)
  • Checks for steady state should be implemented as functions (#176)
  • Taal aka Trixi as a library (#177)
  • Taal: Replace timeit with timeit_debug (#185)
  • Clean up utils directory (#192)
  • Allow scalars for advectionvelocity in 1D (#197)
  • Taal: Which initial conditions, boundary conditions, source terms should be exported? (#207)
  • Taal: Compare performance of point-wise source terms against element-wise source terms (#208)
  • Axes in images generated by Trixi2Img are inverted and unlabeled (#213)
  • Taal: Porting parameters_*.toml to elixir_*.jl (#219)
  • Taal: Make it easier to set maxiters via trixi_include (#224)
  • Error norm issue for euler_khi_amr (#232)
  • AMR indicator in Taal (#233)
  • Naming: Singular or plural? (#234)
  • Create example elixirs to show how to extend Trixi (#235)
  • Taal: Should we use a named tuple for boundary conditions? (#238)
  • Taal: Support for restarting simulations (#240)
  • Update docs about 3D visualization capabilities with Trixi2Img (#241)
  • Do not treat residual as an error (#242)
  • Assimilate extended tests into normal tests (#243)
  • How to name elixir files (#244)
  • Reproducibility between Taam and Taal (#252)
  • Taal: Positivity preserving limiter (#270)
  • Remove Travis CI testing - at least on on Mac, maybe completely??? (#286)
  • Migrate MPI to Taal (#287)
  • Get rid of Appveyor and Travis CI (#289)
  • Tighten test tolerances (#291)
  • Taal: Execute callbacks when maxiters is reached (#295)
  • Taal: sort and restructure tests (#301)
  • Taal: Prettify simulation summary (#302)

Merged pull requests: