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

Project Submission #7

Open
wants to merge 37 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
9dd1cc1
Created Draft stuff. Can revert if things go completely haywire. Shou…
AkshayaSrivastava Dec 14, 2015
2a3a334
Stated assertions in markdown text. Having trouble with images but no…
AkshayaSrivastava Dec 14, 2015
c0085ec
Finished Derivation and Voltage boundary and Initial Condition discus…
AkshayaSrivastava Dec 14, 2015
00dda32
Added more equations and used them to avoid having to resolve the cur…
AkshayaSrivastava Dec 14, 2015
f7a4c82
Added central space discretization scheme. working on time.
AkshayaSrivastava Dec 14, 2015
4faa584
finished central time discretization. Deriving the descritization and…
AkshayaSrivastava Dec 14, 2015
df6217d
finished descritization. Need to add in the 2nd order Neumann conditi…
AkshayaSrivastava Dec 14, 2015
53d67d1
Finished Derivation, with simplification into final form. Fixed image…
AkshayaSrivastava Dec 14, 2015
8b8cdfd
Tried out numericalmoocstyle.css, but that makes equation numbering r…
AkshayaSrivastava Dec 15, 2015
47d4ad7
Created Solver function. Looks ok. Created another cell without the R…
AkshayaSrivastava Dec 15, 2015
46bc838
tried norhb/lhb. going to have to use equation 24.
AkshayaSrivastava Dec 15, 2015
6fc817c
got the wave, it really was because i was doing a first order approxi…
AkshayaSrivastava Dec 15, 2015
ea6b2ca
Cleaned up code to follow logical progression of imports, define para…
AkshayaSrivastava Dec 15, 2015
2dddbf8
Added in some background to the Telegrapher's Equations. Also added t…
AkshayaSrivastava Dec 15, 2015
df90fe6
Did some more analysis. Had a discussion of initial boundary conditio…
AkshayaSrivastava Dec 15, 2015
0af84b1
trying to apply CFL condition. whenever I do though, REsults no longe…
AkshayaSrivastava Dec 15, 2015
f28e7aa
Was able to implement the stability conditions. I wasn't passing the …
AkshayaSrivastava Dec 15, 2015
1c9787c
Everything is working, and all results are reasonable. Going to creat…
AkshayaSrivastava Dec 15, 2015
ac3904f
Created a final version with code split up and reused. Reduces length…
AkshayaSrivastava Dec 15, 2015
eb6646f
Final project is finally completed!
AkshayaSrivastava Dec 15, 2015
d986669
Addressed first 4 bullet points from feedback. I think I did the crea…
AkshayaSrivastava Dec 23, 2015
494d391
Continued working on Final project based on feedback. Realized that a…
AkshayaSrivastava Dec 24, 2015
bc893d9
Added imports and took care of \left and \right for equations 21,22,2…
AkshayaSrivastava Dec 24, 2015
d1c37c5
began derivation section of the exact results. once those results are…
AkshayaSrivastava Dec 24, 2015
79d418c
fixed imports and added version output for debugging. also finished t…
AkshayaSrivastava Dec 24, 2015
1d6e61b
Cleaned up main folder by moving files into 'Older_Versions' folder.
AkshayaSrivastava Dec 24, 2015
c5851f4
added boundary conditions application to exact solution. working on i…
AkshayaSrivastava Dec 24, 2015
b764a0d
got exact solution in python. working on using them to find exact sol…
AkshayaSrivastava Dec 25, 2015
0f19e1f
finished derivation in both sympy and latex. have the same solution f…
AkshayaSrivastava Dec 25, 2015
5ca6a7d
added plotting method. beginning to start actual numerical solution c…
AkshayaSrivastava Dec 25, 2015
5fab294
Initialized solution container and other variables. Discussed logic o…
AkshayaSrivastava Dec 25, 2015
ad9e1f5
finished loop. Solution is going into infinity and then NaNs. I have …
AkshayaSrivastava Dec 25, 2015
1ab931f
implemented CFL condition. Got a plot, need to compare to plot from s…
AkshayaSrivastava Dec 25, 2015
2a74a4d
correctly implemented CFL condition. Getting similar results. Will wo…
AkshayaSrivastava Dec 26, 2015
df1a171
finished conclusions and added dig deeper section. Also cleaned up co…
AkshayaSrivastava Dec 26, 2015
a43e695
removed old files from root Final Project Folder. also finished proof…
AkshayaSrivastava Dec 26, 2015
05ec171
using float128 removed the overflow errors. I think the only time the…
AkshayaSrivastava Dec 26, 2015
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
1,316 changes: 1,316 additions & 0 deletions Final_Project/Older_Versions/Final_Project_Draft.ipynb

Large diffs are not rendered by default.

Loading