-
Notifications
You must be signed in to change notification settings - Fork 3
Targets
Elijah Andrews edited this page May 1, 2018
·
1 revision
-
run_tests
- This target runs all unit tests. It is recommended that you run this before trying any other target to ensure your system works as intended.
-
particle_ball
- This target compiles the particle ball simulation. The source for this simulation is here. -
box
- This target compiles the box simulation. The source for this simulation is here. -
tgv_box
- This target compiles the tgv_box simulation. The source for this simulation is here. -
tgv_periodic
- This target compiles the tgv_periodic simulation. The source for this simulation is here. -
multi_tgv_periodic
- This target compiles the multi_tgv_periodic simulation. The source for this simulation is here. -
hourglass
- This target compiles the hourglass simulation. The source for this simulation is here.
-
normal_force
- This target compiles the normal_force verification test case. The source for this case is here. -
cohesion
- This target compiles the cohesion verification test case. The source for this case is here. -
friction
- This target compiles the friction verification test case. The source for this case is here. -
drag
- This target compiles the drag verification test case. The source for this case is here.