C# Class opentk.System3.TubularMap

dx/dt = y + x*(R - v_l)/v_l, dy/dt = -x + y*(R - v_l)/v_l, dz/dt = 1
Inheritance: ChaoticMap
Show file Open project: smalld/particle_system

Public Methods

Method Description
TubularMap ( ) : System

Private Methods

Method Description
Implementation ( System.Vector4 &input, System.Vector4 &output ) : void

Method Details

TubularMap() public method

public TubularMap ( ) : System
return System