Skip to content
Snippets Groups Projects
Commit d3f9ac0f authored by Pascal Engeler's avatar Pascal Engeler
Browse files

Added more info to force documentation

parent 05d7c79e
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,8 @@ functional should derive from this class, but the child type should then be used
order to avoid the vtable penalty. The type `drum_t` is a `Drum` with the given
template arguments. Typically, this functional would make heavy use of the `Drum`
access members `get_parameters()` and `get_variables()`. The `time` argument of the
functional exists to fit special cases as well.
functional exists to fit special cases as well. The file `include/force_simple.hpp`
showcases how a real force functional could be written.
### Template Type `Rk4Stepper` (`rk4_stepper.hpp`), performs timesteps using rk4 scheme
1. Template arguments
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment