Skip to content

Add total Jacobian to propagation

Fabian Klimpel requested to merge TotalJacobian into master

This MR adds the jacobian since the first propagation step. The difference to the current jacobian this one is not reset by the reinitialize = true call in the stepper. Additional to this implementaion this jacobian is also passed to the KalmanFitter. Therefore a reinitialisation call (e.g. by the MaterialInteractor) in this class can be prevented.

Merge request reports