Skip to content

Commit bf76752

Browse files
Repair erronous execution command in paritioned-heat-conduction-complex (precice#236)
* Add PEP8 CI. * Format code-base. * Better formatting * Increase line length to 120. * Some more reformatting. * Minor reformatting. * More reformatting. * Cleanup perpendicular flap. * Partially update for turek-hron. BROKEN! precice#186 * Add missing file. * Remove turek-hron FEniCS solver. * Update broken run script for paritioned-heat-conduction-complex FEniCS case Co-authored-by: BenjaminRodenberg <benjamin.rodenberg@in.tum.de>
1 parent abefa99 commit bf76752

File tree

1 file changed

+2
-2
lines changed
  • partitioned-heat-conduction-complex/fenics

1 file changed

+2
-2
lines changed

partitioned-heat-conduction-complex/fenics/run.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ set -e -u
44
while getopts ":dn" opt; do
55
case ${opt} in
66
d)
7-
python3 heat.py -d --error-tol 10e-3
7+
python3 heat.py -d -a
88
;;
99
n)
10-
python3 heat.py -n --error-tol 10e-3
10+
python3 heat.py -n -a
1111
;;
1212
\?)
1313
echo "Usage: cmd [-d] [-n]"

0 commit comments

Comments
 (0)