Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
0fb6579
Vectorised point in element algorithm + cleanup
KhanMechAI Dec 28, 2018
5195631
Added output data to git ignore
KhanMechAI Dec 28, 2018
57f416d
Added _trash_output to git ignore
KhanMechAI Dec 28, 2018
24d8a5e
Deleted trash data from repo
KhanMechAI Dec 28, 2018
15544ff
Temp file delete
KhanMechAI Dec 28, 2018
a1e0192
temp file delete
KhanMechAI Dec 28, 2018
3fee6ff
Deleted old point in element code
KhanMechAI Dec 28, 2018
2251b3d
Merge branch 'master' of https://github.com/KhanMechAI/LoadPathMATLAB
KhanMechAI Dec 28, 2018
35a3ab9
MATLAB Live script and file mods for save paths
KhanMechAI Dec 29, 2018
e843cda
Save path bug and live script
KhanMechAI Dec 29, 2018
1cb525c
Caught bug point in element bug. Added some debugging code.
KhanMechAI Dec 29, 2018
f52d849
Commented out some debugging code - may use later
KhanMechAI Dec 30, 2018
b29258f
Added some files to .gitignore
KhanMechAI Dec 30, 2018
9d89472
Cleaned up runge kutta. Trying clean up the face normals
KhanMechAI Dec 30, 2018
1e84c38
Centroid calc for each face of each element done but not returned yet.
KhanMechAI Dec 30, 2018
991ef81
Vectorised normal code, fixing point in element bug
KhanMechAI Dec 30, 2018
87493c4
Fixed bugs and cleaned up code
KhanMechAI Dec 31, 2018
c283933
Added tic and toc to time the changes
KhanMechAI Dec 31, 2018
4d86ec6
added tic and toc to time the computation
KhanMechAI Dec 31, 2018
9d789b7
Fixed parallel code block
KhanMechAI Dec 31, 2018
7088956
Cleaning code and 'mkdir' bug fix
KhanMechAI Jan 2, 2019
3800855
ReversePath bug fix
KhanMechAI Jan 2, 2019
a4408bd
User guid to markdown and GUI bug fixes
KhanMechAI Jan 3, 2019
a9c9b93
Transforming the user guid to a markdown...slowly
KhanMechAI Jan 3, 2019
28b61fb
user guide mods
KhanMechAI Jan 3, 2019
45252e4
README edits
KhanMechAI Jan 3, 2019
9dad527
Markdown edits - relative path for images
KhanMechAI Jan 3, 2019
fdb3e8e
markdown edits - images not displaying correctly
KhanMechAI Jan 3, 2019
a8db9e5
MArkdown edits - inputing user guide info. Program feature list check
KhanMechAI Jan 3, 2019
ef29838
README done, GUI changes, some GUI callback bugs fixed
KhanMechAI Jan 4, 2019
91ecc3d
README error in document
KhanMechAI Jan 4, 2019
55a11d7
Bug fixes. Fonts too large, image not printing.
KhanMechAI Jan 4, 2019
2e4f2c6
GUI text dissappearing bug fix
KhanMechAI Jan 6, 2019
dd60927
Modified the readme
KhanMechAI Jan 6, 2019
57e3dc3
Folder name changes, readme changes, movie make modifications
KhanMechAI Jan 7, 2019
00c5c2a
User guide modifications
KhanMechAI Jan 7, 2019
64bdbe1
Merging experimental
KhanMechAI Jan 7, 2019
25b44f9
Added some examples, update list and small bug fix
KhanMechAI Aug 4, 2019
eda9903
MATLAB online test + path bug fix
KhanMechAI Aug 5, 2019
08a582f
Directory separator bug fix
KhanMechAI Aug 14, 2019
c5898d2
Merge branch 'master' of https://github.com/KhanMechAI/LoadPathMATLAB
KhanMechAI Aug 14, 2019
2503c6c
Formatting code to MATLAB Style Guide
KhanMechAI Aug 15, 2019
4fc995d
remove apple files from repo
KhanMechAI Aug 17, 2019
07cbac9
merging repo to resolve conflicts
KhanMechAI Aug 17, 2019
7b35224
Remove apple file from repo
KhanMechAI Aug 17, 2019
1a01f46
Merge branch 'master' into UPDATE-REPO
KhanMechAI Aug 17, 2019
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
17 changes: 17 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
_trash_output/Path Plots/Load Path Model 1 - X Path.bmp
_trash_output/Path Data/data_Load_Path_Model_1_-_X_Path.mat
_trash_output/Path Data/data_Load_Path_Model_1_-_Y_Path.mat
_trash_output/Path Data/data_Load_Path_Model_1_-_Z_Path.mat
_trash_output/Path Data/data_Load_Path_Model_2_-_X_Path.mat
_trash_output/Path Data/pathdata_Load_Path_Model_1_-_X_Path.mat
_trash_output/Path Data/pathdata_Load_Path_Model_1_-_Y_Path.mat
_trash_output/Path Data/pathdata_Load_Path_Model_1_-_Z_Path.mat
_trash_output/Path Data/pathdata_Load_Path_Model_2_-_X_Path.mat
_trash_output/Path Plots/Load Path Model 1 - Y Path.bmp
_trash_output/Path Plots/Load Path Model 1 - Z Path.bmp
_trash_output/Path Plots/Load Path Model 2 - X Path.bmp
_trash_output
Define_Waitbar.m
*.MATLABDriveTag
*.DS_Store

7 changes: 0 additions & 7 deletions Load-Path-Plotter - AIAA - V2/A_User_Guide.md

This file was deleted.

24 changes: 0 additions & 24 deletions Load-Path-Plotter - AIAA - V2/Define_FEM.m

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed Load-Path-Plotter - AIAA - V2/LoadPathGUI.fig
Binary file not shown.
255 changes: 0 additions & 255 deletions Load-Path-Plotter - AIAA - V2/RunLibrary_rungekuttaNatInter3D.m

This file was deleted.

Loading