Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TurTLE
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TurTLE
TurTLE
Commits
5a0b8278
Commit
5a0b8278
authored
9 years ago
by
Cristian Lalescu
Browse files
Options
Downloads
Patches
Plain Diff
finalize script
in fact, remove FluidConvert option, since I don't really need the functionality.
parent
5e1b3aef
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bfps/__main__.py
+0
-1
0 additions, 1 deletion
bfps/__main__.py
todo.txt
+1
-1
1 addition, 1 deletion
todo.txt
with
1 addition
and
2 deletions
bfps/__main__.py
+
0
−
1
View file @
5a0b8278
...
@@ -41,7 +41,6 @@ def main():
...
@@ -41,7 +41,6 @@ def main():
parser
.
add_argument
(
parser
.
add_argument
(
'
base_class
'
,
'
base_class
'
,
choices
=
[
'
NavierStokes
'
,
choices
=
[
'
NavierStokes
'
,
'
FluidConvert
'
,
'
FluidResize
'
],
'
FluidResize
'
],
type
=
str
)
type
=
str
)
# first option is the choice of base class or -h or -v
# first option is the choice of base class or -h or -v
...
...
This diff is collapsed.
Click to expand it.
todo.txt
+
1
−
1
View file @
5a0b8278
(B) compute z polynomials only when needed @optimization
+v1.0
(B) compute z polynomials only when needed @optimization
(B) read https://www.xsede.org/documents/271087/369161/ExtScale-Koziol.pdf @optimization @HDF5 +I/O
(B) read https://www.xsede.org/documents/271087/369161/ExtScale-Koziol.pdf @optimization @HDF5 +I/O
(B) set up mechanism for adding in new PDEs @design +v2.0 +alternate_algorithms
(B) set up mechanism for adding in new PDEs @design +v2.0 +alternate_algorithms
(B) tweak HDF5 settings @optimization @HDF5 +I/O
(B) tweak HDF5 settings @optimization @HDF5 +I/O
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment