C# Class FluidsForms.Form1

Inheritance: System.Windows.Forms.Form
ファイルを表示 Open project: kunzmi/managedCuda

Public Methods

Method Description
Form1 ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Verwendete Ressourcen bereinigen.

Private Methods

Method Description
Form1_FormClosing ( object sender, FormClosingEventArgs e ) : void
Form1_KeyDown ( object sender, KeyEventArgs e ) : void
Form1_Load ( object sender, EventArgs e ) : void
InitializeCUFFT ( ) : void
InitializeComponent ( ) : void

Erforderliche Methode für die Designerunterstützung. Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.

InitializeD3D ( ) : void
InitializePointTexture ( ) : void
InitializeVB ( ) : void
addForces ( CudaPitchedDeviceVariable v, int dx, int dy, int spx, int spy, float fx, float fy, int r, ManagedCuda.BasicTypes.SizeT tPitch ) : void
advectParticles ( CudaDeviceVariable p, CudaPitchedDeviceVariable v, int dx, int dy, float dt, ManagedCuda.BasicTypes.SizeT tPitch ) : void
advectVelocity ( CudaPitchedDeviceVariable v, CudaDeviceVariable vx, CudaDeviceVariable vy, int dx, int pdx, int dy, float dt, ManagedCuda.BasicTypes.SizeT tPitch ) : void
diffuseProject ( CudaDeviceVariable vx, CudaDeviceVariable vy, int dx, int dy, float dt, float visc, ManagedCuda.BasicTypes.SizeT tPitch ) : void
display ( ) : void
findGraphicsGPU ( string &devName ) : int
initParticles ( float2 p, int dx, int dy ) : void
panel1_MouseMove ( object sender, MouseEventArgs e ) : void
updateTexture ( CudaPitchedDeviceVariable data, ManagedCuda.BasicTypes.SizeT wib, ManagedCuda.BasicTypes.SizeT h, ManagedCuda.BasicTypes.SizeT pitch ) : void
updateVB ( ) : void
updateVelocity ( CudaPitchedDeviceVariable v, CudaDeviceVariable vx, CudaDeviceVariable vy, int dx, int pdx, int dy, ManagedCuda.BasicTypes.SizeT tPitch ) : void

Method Details

Dispose() protected method

Verwendete Ressourcen bereinigen.
protected Dispose ( bool disposing ) : void
disposing bool True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.
return void

Form1() public method

public Form1 ( ) : System
return System