Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions partitioned-burgers-1d/clean-tutorial.sh

This file was deleted.

1 change: 1 addition & 0 deletions partitioned-burgers-1d/clean-tutorial.sh
1 change: 1 addition & 0 deletions partitioned-burgers-1d/dirichlet-scipy/clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ set -e -u
clean_precice_logs .
clean_case_logs .
rm -f dirichlet.npz
rm -f ../initial_condition.npz
1 change: 1 addition & 0 deletions partitioned-burgers-1d/neumann-scipy/clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ set -e -u
clean_precice_logs .
clean_case_logs .
rm -f neumann.npz
rm -f ../initial_condition.npz
3 changes: 2 additions & 1 deletion partitioned-burgers-1d/neumann-surrogate/clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ set -e -u

clean_precice_logs .
clean_case_logs .
rm -f surrogate.npz
rm -f surrogate.npz
rm -f ../initial_condition.npz
1 change: 1 addition & 0 deletions partitioned-burgers-1d/solver-scipy/clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ set -e -u

clean_case_logs .
rm -f full_domain.npz
rm -f ../initial_condition.npz
10 changes: 0 additions & 10 deletions partitioned-heat-conduction-3d/clean-tutorial.sh

This file was deleted.

1 change: 1 addition & 0 deletions partitioned-heat-conduction-3d/clean-tutorial.sh
12 changes: 0 additions & 12 deletions partitioned-heat-conduction-direct/clean-tutorial.sh

This file was deleted.

1 change: 1 addition & 0 deletions partitioned-heat-conduction-direct/clean-tutorial.sh
11 changes: 0 additions & 11 deletions partitioned-pipe-multiscale/clean-tutorial.sh

This file was deleted.

1 change: 1 addition & 0 deletions partitioned-pipe-multiscale/clean-tutorial.sh
2 changes: 1 addition & 1 deletion partitioned-pipe-multiscale/set-case.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -e -u

if [ "$1" = "1d3d" ]; then
Expand Down
2 changes: 1 addition & 1 deletion perpendicular-flap-stress/solid-gismo/run.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -e -u

. ../../tools/log.sh
Expand Down
2 changes: 1 addition & 1 deletion tools/clean-tutorial-base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ clean_tutorial .
clean_precice_logs .
rm -fv ./*.log
rm -fv ./*.vtu

rm -rf output/
11 changes: 0 additions & 11 deletions water-hammer/clean-tutorial.sh

This file was deleted.

1 change: 1 addition & 0 deletions water-hammer/clean-tutorial.sh
2 changes: 1 addition & 1 deletion water-hammer/set-case.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -e -u

if [ "$1" = "1d3d" ]; then
Expand Down