Skip to content
Snippets Groups Projects
Commit f6fc12ec authored by Boris Martin's avatar Boris Martin
Browse files

scripts

parent 922fa9bd
Branches
No related tags found
1 merge request!12Draft: Tuto obstacle
#!/usr/bin/bash
set -e
set -x
rm obstacle_*data*.csv -v -f
rm *.msh -v -f
rm *.pos -v -f
rm obstacle*.csv -v -f
\ No newline at end of file
#!/usr/bin/bash
set -e
set -x
INVERSION_PATH=~/Bureau/gmsh/fwi/build/inversion
$INVERSION_PATH common.txt freq.txt inversion.txt optim_lbfgs.txt -verbose 2
\ No newline at end of file
#!/usr/bin/bash
set -e
set -x
SYNTHETICS_PATH=~/Bureau/gmsh/fwi/build/synthetics
$SYNTHETICS_PATH common.txt freq.txt synthetics.txt -verbose 2
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment