Given a force object, returns a list of the current force spectrum that it has accumulated.
(f)
| 6098 | |
| 6099 | |
| 6100 | def get_forces(f): |
| 6101 | """ |
| 6102 | Given a force object, returns a list of the current force spectrum that it has |
| 6103 | accumulated. |
| 6104 | """ |
| 6105 | return f.force() |
| 6106 | |
| 6107 | |
| 6108 | def scale_near2far_fields(s, near2far): |