Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Further Refactoring. #2

Open
wants to merge 40 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
db65b7f
Partial refactoring, test-advection-1D.py works
pya May 19, 2017
61ddd2a
Further refectoring, test-inlet-outlet.py works now
pya May 19, 2017
144a5b5
Continued refactorization, test-membrane-staggered.py works
pya May 19, 2017
6e11e12
Remove *.pyc files
pya May 19, 2017
5c3bedf
Ignore *.pyc files
pya May 19, 2017
56565d5
Remove unusedd imports
pya May 19, 2017
174e44b
Continued refactorization, test-obstacles-collocated.py works
pya May 19, 2017
c21976d
Remove unneeded imports
pya May 19, 2017
64e52d5
Formatting
pya May 19, 2017
827e406
Continued refactorization, test-obstacles-staggered.py works
pya May 19, 2017
95f5aec
Formatting
pya May 19, 2017
8ac925e
Continued refactorization, test-obstacles-thinner-staggered.py works
pya May 19, 2017
37865ef
Continued refactorization, test-p-tot-staggered.py works
pya May 19, 2017
0f6d0ff
Continued refactorization, test-stratification-staggered.py works
pya May 19, 2017
421161c
Add missing imports
pya May 19, 2017
86cf6fa
Continued refactorization, test-thermal-plumes-collocated.py works
pya May 19, 2017
20cb964
Continued refactorization, test-thermal-plumes-staggered.py works
pya May 19, 2017
4ff3a37
Continued refactorization, test-thermally-driven-cavity-collocated.py…
pya May 19, 2017
3c3094a
Continued refactorization, test-thermally-driven-cavity-staggered.py …
pya May 19, 2017
3d6ad24
Remove all all.py and empty __init__.py files
pya May 19, 2017
bb4c512
Pylinting
pya May 20, 2017
c5dc2fb
Add parameters to docstring
pya May 20, 2017
d6feb75
Pylinting
pya May 21, 2017
a02ae94
Pylinting
pya May 22, 2017
50e2934
Rename test files to make them importable
pya May 22, 2017
99d39a5
Remove unsed import-all file
pya May 22, 2017
53f824c
Another file rename to make it importable
pya May 22, 2017
137e3c8
Yet another file rename to make it importable
pya May 22, 2017
1ed9d7e
Make test a function and importable
pya May 24, 2017
c9c3109
Make test a function and importable
pya May 24, 2017
8f89732
Make test a package an add runner for all tests
pya May 24, 2017
dbc8253
Make tests a subpackage of scrins
pya May 24, 2017
1c39877
Run all tests imported in `test.__init__.py`
pya May 24, 2017
6b278c1
Turn all tests into functions and improve runner for all tests
pya May 24, 2017
ea5c406
Added to repository.
Jun 2, 2017
012569e
Refactoring
DanGiles Jun 6, 2017
bdf3782
Reduction of length of lines.
DanGiles Jun 6, 2017
fddef58
Removed test_advection_1D
DanGiles Jun 6, 2017
eb4da67
Line length
DanGiles Jun 6, 2017
7040019
Importing modules
DanGiles Jun 7, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.pyc
**/.idea
4 changes: 0 additions & 4 deletions MATLAB/Constants/B.m

This file was deleted.

5 changes: 0 additions & 5 deletions MATLAB/Constants/C.m

This file was deleted.

5 changes: 0 additions & 5 deletions MATLAB/Constants/E.m

This file was deleted.

5 changes: 0 additions & 5 deletions MATLAB/Constants/G.m

This file was deleted.

5 changes: 0 additions & 5 deletions MATLAB/Constants/HUGE.m

This file was deleted.

5 changes: 0 additions & 5 deletions MATLAB/Constants/N.m

This file was deleted.

4 changes: 0 additions & 4 deletions MATLAB/Constants/P.m

This file was deleted.

5 changes: 0 additions & 5 deletions MATLAB/Constants/S.m

This file was deleted.

10 changes: 0 additions & 10 deletions MATLAB/Constants/SOL.m

This file was deleted.

4 changes: 0 additions & 4 deletions MATLAB/Constants/T.m

This file was deleted.

5 changes: 0 additions & 5 deletions MATLAB/Constants/TINY.m

This file was deleted.

12 changes: 0 additions & 12 deletions MATLAB/Constants/TOL.m

This file was deleted.

5 changes: 0 additions & 5 deletions MATLAB/Constants/W.m

This file was deleted.

5 changes: 0 additions & 5 deletions MATLAB/Constants/X.m

This file was deleted.

5 changes: 0 additions & 5 deletions MATLAB/Constants/Y.m

This file was deleted.

5 changes: 0 additions & 5 deletions MATLAB/Constants/Z.m

This file was deleted.

33 changes: 0 additions & 33 deletions MATLAB/Discretization/adj_n_bnds.m

This file was deleted.

Loading