Skip to content
Snippets Groups Projects

Make EulerEq2d run with Kelvin Helmholtz test

Merged Florian Atteneder requested to merge fa/euler2d into main
3 files
+ 116
93
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 10
5
@@ -34,9 +34,6 @@ export # parameter handling
query, splitallext, trim_keys, match_keys, prepend_keys,
# type utils
concretetypes,
# numeric utilities
periodize, periodic_index, # deprecated
estimate_convergence_rate,
# parameter files and file system operations
mk_outputdir, dirname_path, flatten, get_parameter_file, get_parameter_file_index,
select_parameter_files, gather_output_directories, gather_parameter_files,
@@ -44,10 +41,18 @@ export # parameter handling
find_duplicated_parameter_files,
run_projects, analyze_projects,
TODO, @TODO, @stringify_names,
indent,
absmax
indent
include("utils.jl")
export LLF,
absmax,
periodize,
estimate_convergence_rate,
# deprecated
periodic_index
include("numutils.jl")
export Output, read_variable, read_variable!, read_mesh
include("output.jl")
Loading