Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MetaVoxels
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Amira Abdel-Rahman
MetaVoxels
Commits
3e8a2261
Commit
3e8a2261
authored
4 years ago
by
Amira Abdel-Rahman
Browse files
Options
Downloads
Patches
Plain Diff
small documentation change
parent
42bedf76
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#10761
failed
4 years ago
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
02_Presentation/documentation/codeStructure.md
+4
-2
4 additions, 2 deletions
02_Presentation/documentation/codeStructure.md
README.md
+4
-2
4 additions, 2 deletions
README.md
with
8 additions
and
4 deletions
02_Presentation/documentation/codeStructure.md
+
4
−
2
View file @
3e8a2261
...
...
@@ -62,7 +62,7 @@
-
contains all html and styling information
-
**Julia**
-
`MetaVoxels.jl`
will attach all the external and internal libraries
-
`include`
folder is the most important as it contains the latest julia libraries for the gpu simulation
-
`include`
folder is the most important as it contains the latest julia libraries for the
cpu and
gpu simulation
-
`vector.jl`
-
utils for vectors and quaternions
-
`material.jl`
...
...
@@ -83,6 +83,8 @@
-
plotting and getting data out for analysis
-
`cuda_calls.jl`
-
CUDA related calls
-
**jupyter**
-
contains example notebooks to run the simulation and visualize the results
-
**json**
-
folder containing structures that are precomputed (either geometry or fea)
-
example of json
`setup`
:
...
...
@@ -226,7 +228,7 @@
- **lib**
- contains all external libraries used (javascript)
- **visualization**
- Contains all 3D visualization and d
esign
code
- Contains all 3D visualization and d
rawing
code
- `
draw.js
`
- where i call all the high level commands for drawing voxels and simulation
- `
geometry.js
`
...
...
This diff is collapsed.
Click to expand it.
README.md
+
4
−
2
View file @
3e8a2261
...
...
@@ -8,6 +8,8 @@ Tools for the design and simulation of metavoxels (meta-material voxel lattice s
I am now using this gitlab project for documentation only, the code lives
[
here
](
https://gitlab.cba.mit.edu/amiraa/metavoxels-code
)
now.
<img
src=
"02_Presentation/hierarchy.png"
width=
"80%"
/><br></br>
<img
src=
"02_Presentation/overall.gif"
width=
"80%"
/><br></br>
<!-- <img src="02_Presentation/simpleBeam.mp4" width="40%" /><br></br>
<img src="02_Presentation/hier.mp4" width="40%" />
<br></br>
<img src="02_Presentation/5BaseVoxel.gif" width="40%" /><br></br>
...
...
@@ -97,11 +99,11 @@ I am now using this gitlab project for documentation only, the code lives [here]
-
[x] port the code to different project
-
[ ] Merge metavoxel with dice stuff??
-
[x] Debug code to use latest julia and CUDA pkg
-
[
] clean the files and put app.js and app1.js and julia notebooks in folders
-
[
x
] clean the files and put app.js and app1.js and julia notebooks in folders
### Documentation
-
[x] get the video you created and add it instead of gifs
-
[x] make sure the codec information is correct
-
[
] Document cpu version and how to change the number of threads
-
[
x
] Document cpu version and how to change the number of threads
### Demos
-
[ ] different kinds of voxels
-
[x] add chiral voxel
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment