PythonTracer

class pfsspy.tracing.PythonTracer(atol=0.0001, rtol=0.0001)

Bases: Tracer

Tracer using native python code.

Uses scipy.integrate.solve_ivp, with an LSODA method.

Methods Summary

trace(seeds, output)

param seeds:

Coordinaes of the magnetic field seed points.

Methods Documentation

trace(seeds, output)
Parameters:
Returns:

streamlines – Traced field lines.

Return type:

FieldLines