Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fluidparticles
MigFlow
Commits
b17b5fe6
Commit
b17b5fe6
authored
Dec 15, 2017
by
Jonathan Lambrechts
Browse files
re-organise file-structure
parent
af987753
Changes
38
Hide whitespace changes
Inline
Side-by-side
DebutRapport.pdf
deleted
100644 → 0
View file @
af987753
File deleted
marblesbag/
Makefile
→
Makefile
View file @
b17b5fe6
File moved
marblesbag/
hxt/hxt_class_macro.h
→
hxt/hxt_class_macro.h
View file @
b17b5fe6
File moved
marblesbag/
hxt/hxt_linear_system.c
→
hxt/hxt_linear_system.c
View file @
b17b5fe6
File moved
marblesbag/
hxt/hxt_linear_system.h
→
hxt/hxt_linear_system.h
View file @
b17b5fe6
File moved
marblesbag/
hxt/hxt_linear_system_lu.c
→
hxt/hxt_linear_system_lu.c
View file @
b17b5fe6
File moved
marblesbag/
hxt/hxt_linear_system_lu.h
→
hxt/hxt_linear_system_lu.h
View file @
b17b5fe6
File moved
marblesbag/
hxt/hxt_linear_system_petsc.c
→
hxt/hxt_linear_system_petsc.c
View file @
b17b5fe6
File moved
marblesbag/
hxt/hxt_linear_system_petsc.h
→
hxt/hxt_linear_system_petsc.h
View file @
b17b5fe6
File moved
marblesbag/
hxt/hxt_message.c
→
hxt/hxt_message.c
View file @
b17b5fe6
File moved
marblesbag/
hxt/hxt_message.h
→
hxt/hxt_message.h
View file @
b17b5fe6
File moved
marblesbag/__init__.py
→
python/
marblesbag/__init__.py
View file @
b17b5fe6
File moved
marblesbag/fluid.py
→
python/
marblesbag/fluid.py
View file @
b17b5fe6
...
...
@@ -3,7 +3,7 @@ import numpy
import
signal
import
os
dir_path
=
os
.
path
.
dirname
(
os
.
path
.
realpath
(
__file__
))
dir_path
=
os
.
path
.
dirname
(
os
.
path
.
dirname
(
os
.
path
.
dirname
(
os
.
path
.
realpath
(
__file__
))
))
lib
=
CDLL
(
os
.
path
.
join
(
dir_path
,
"libmbfluid2.so"
))
signal
.
signal
(
signal
.
SIGINT
,
signal
.
SIG_DFL
)
...
...
marblesbag/fluid3.py
→
python/
marblesbag/fluid3.py
View file @
b17b5fe6
...
...
@@ -4,7 +4,7 @@ import signal
import
os
dir_path
=
os
.
path
.
dirname
(
os
.
path
.
realpath
(
__file__
))
dir_path
=
os
.
path
.
dirname
(
os
.
path
.
dirname
(
os
.
path
.
dirname
(
os
.
path
.
realpath
(
__file__
))
))
lib
=
CDLL
(
os
.
path
.
join
(
dir_path
,
"libmbfluid3.so"
))
signal
.
signal
(
signal
.
SIGINT
,
signal
.
SIG_DFL
)
...
...
marblesbag/gmshType.py
→
python/
marblesbag/gmshType.py
View file @
b17b5fe6
File moved
marblesbag/lmgc2Interface.py
→
python/
marblesbag/lmgc2Interface.py
View file @
b17b5fe6
File moved
marblesbag/lmgc3Interface.py
→
python/
marblesbag/lmgc3Interface.py
View file @
b17b5fe6
File moved
marblesbag/mesh.py
→
python/
marblesbag/mesh.py
View file @
b17b5fe6
File moved
marblesbag/scontact2.py
→
python/
marblesbag/scontact2.py
View file @
b17b5fe6
...
...
@@ -9,7 +9,7 @@ import signal
signal
.
signal
(
signal
.
SIGINT
,
signal
.
SIG_DFL
)
dir_path
=
os
.
path
.
dirname
(
os
.
path
.
realpath
(
__file__
))
dir_path
=
os
.
path
.
dirname
(
os
.
path
.
dirname
(
os
.
path
.
dirname
(
os
.
path
.
realpath
(
__file__
))
))
lib
=
CDLL
(
os
.
path
.
join
(
dir_path
,
"libscontact2.so"
))
coord_type
=
c_double
*
2
...
...
marblesbag/scontact3.py
→
python/
marblesbag/scontact3.py
View file @
b17b5fe6
...
...
@@ -9,7 +9,7 @@ import signal
signal
.
signal
(
signal
.
SIGINT
,
signal
.
SIG_DFL
)
dir_path
=
os
.
path
.
dirname
(
os
.
path
.
realpath
(
__file__
))
dir_path
=
os
.
path
.
dirname
(
os
.
path
.
dirname
(
os
.
path
.
dirname
(
os
.
path
.
realpath
(
__file__
))
))
lib
=
CDLL
(
os
.
path
.
join
(
dir_path
,
"libscontact3.so"
))
coord_type
=
c_double
*
3
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment