Utilities
arb_create_msh
This command is a simple wrapper that uses gmsh
to
create a .msh
file from any referenced .geo
geometry file. If no geometry file is specified, then all
.geo
files in the directory will be converted. EG:
arb_create_msh my_domain.geo
creates my_domain.msh
in the same directory.
arb_plot
This is a python script that plots results from either the per-step
progress file output_step.csv
, or alternatively the
process-logging file output_process_log.csv
. To see the
possible options to pass this script, do
arb_plot --help