dilevin / CSC417-a2-mass-spring-3d

Assignment 2 for CSC2549
11 stars 11 forks source link

Gravity in assemble forces? #17

Open msnhao opened 3 years ago

msnhao commented 3 years ago

One of the functions ask us to calculate the gradient of the gravitational potential energy. I noticed in the assemble forces function, we're not given the gravitational vector. Does this mean we don't need to account for gravity?

dilevin commented 3 years ago

oops, this is a holdover from a previous version of the assignment, you don't need to account for gravity

JafeerUddin commented 3 years ago

Do we still need to implement those functions in the assignment?

abhimadan commented 3 years ago

You don't need to include gravity in assemble_forces but we will still look at your implementations. Gravitational potential energy will show up in the potential energy plot.