Skip to contents

This is a wrapper function for `ogs6_generate_benchmark_script()`.

Usage

ogs6_generate_benchmark_scripts(
  path,
  sim_path,
  script_path,
  read_in_gml,
  read_in_vtu = FALSE,
  starting_from_prj_path = "",
  skip_prj_paths = character(),
  only_prj_files = character()
)

Arguments

path

string: Path to a benchmark directory to generate scripts from

sim_path

string: Path where all simulation files will be saved

script_path

string: Path where benchmark script will be saved

read_in_gml

flag: Optional: Should `.gml` file just be copied or read in too?

read_in_vtu

flag: Optional: Should `.vtu` file(s) just be copied or read in too?

starting_from_prj_path

string: Optional: `.prj` path to start from

skip_prj_paths

character: Optional: `.prj` paths to skip

only_prj_files

character: Optional: `.prj` files to limit to.