File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed
Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 11# Configuration file for turtleFSI
2- [Parameter for turtleFSI] # Section is required by configargparse but is not used anywhere in turtleFSI
32################################################################################
43# Define solver, numerics, and problem file
54################################################################################
Original file line number Diff line number Diff line change 11# Configuration file for turtleFSI
2- [Parameter for turtleFSI] # Section is required by configargparse but is not used anywhere in turtleFSI
32# ###############################################################################
43# Define solver, numerics, and problem file
54# ###############################################################################
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ def restricted_float(x):
120120
121121def parse ():
122122
123- parser = configargparse .ArgParser (config_file_parser_class = configargparse . ConfigparserConfigFileParser ,
123+ parser = configargparse .ArgParser (
124124 description = ("turtleFSI is an open source Fluid-Structure Interaction (FSI) solver written in Python "
125125 + "and built upon the FEniCS finite element library. The purpose of turtleFSI is to "
126126 + "provide a user friendly and numerically robust monolithic FSI solver able to handle "
You can’t perform that action at this time.
0 commit comments