PythonTracer#

class sunkit_magex.pfss.tracing.PythonTracer(atol=0.0001, rtol=0.0001)[source]#

Bases: Tracer

Tracer using native python code. Uses scipy.integrate.solve_ivp, with an LSODA method.

dtffloat

Absolute tolerance of the tracing.

rtolfloat

Relative tolerance of the tracing.

Methods Summary

trace(seeds, output)

Methods Documentation

trace(seeds, output)[source]#
Parameters:
Returns:

streamlines – Traced field lines.

Return type:

FieldLines