Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
On Thursday, 7th July from 1 to 3 pm there will be a maintenance with a short downtime of GitLab.
Open sidebar
TurTLE
TurTLE
Commits
986af309
Commit
986af309
authored
Jan 29, 2016
by
Cristian Lalescu
Browse files
rename install_info to bfps_info in data file
parent
235f4315
Changes
3
Hide whitespace changes
Inline
Side-by-side
bfps/_base.py
View file @
986af309
...
...
@@ -109,8 +109,9 @@ class _base(object):
else
:
ofile
[
'parameters/'
+
k
]
=
self
.
parameters
[
k
]
ofile
[
'iteration'
]
=
int
(
iter0
)
ofile
[
'bfps_info/solver_class'
]
=
type
(
self
).
__name__
for
k
in
install_info
.
keys
():
ofile
[
'
install
_info/'
+
k
]
=
str
(
install_info
[
k
])
ofile
[
'
bfps
_info/'
+
k
]
=
str
(
install_info
[
k
])
ofile
.
close
()
return
None
def
read_parameters
(
self
):
...
...
done.txt
View file @
986af309
...
...
@@ -15,3 +15,4 @@ x 2016-01-19 clean up machine_settings mess
x 2016-01-24 clear delimitation of public API @documentation +v1.0
x 2016-01-24 document coordinate conventions @documentation +v1.0
x 2016-01-24 move parameters from _fluid_particle_base to NavierStokes etc @design
x 2016-01-29 install_info should be renamed to bfps_info in data file
todo.txt
View file @
986af309
...
...
@@ -11,7 +11,6 @@
(D) executable should be compiled in a tmp folder
(D) generalize interpolation comparison test @tests
(D) generate separate lib(s) with extra classes @tests +alternate_algorithms
(D) install_info should be renamed to bfps_info in data file
(D) test anisotropic grids @tests
(D) test non-cubic domains @tests
(D) tests should not overwrite other tests (tox_full) @tests
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment