Gitlab Community Edition Instance

Skip to content

Api dev

Kevin Lüdemann requested to merge api_dev into master

Paper code

The code from the paper is now included in the API. All time stepping methods and helper methods are included. The main stepping methods are in the module time_stepping and all the helper methods in the module derivative. They can be used by the method flag of the iterator. The Flags are called just like the methods themselves

  • timestep31
  • timestep32
  • timestep33
  • timestep34

Videos for documentation

In oder to show faster what this API does, some videos have been included in the documentation showing the bohne and rectangle, without and with length rescaling.

Edited by Kevin Lüdemann

Merge request reports