Package Structure

Here, we dive deeper into the structure and architecture of PathSim.

Object Hierarchy

The basic object hierarchy of PathSim is shown in the diagramm below.

hierarchy of PathSim objects

Available Solvers

The numerical integrators, available in PathSim are structured like this:

hierarchy of PathSim numerical integrators

They are implemented from scratch to expose their interfaces to the PathSim simulation loop. The integrators are validated against reference problems in the test suite.