C# Class FluidsGLCSharp.Form1

Inheritance: System.Windows.Forms.Form
Mostrar archivo Open project: kunzmi/managedCuda

Public Methods

Method Description
Form1 ( ) : System

Private Methods

Method Description
Form1_FormClosing ( object sender, FormClosingEventArgs e ) : void
Form1_Load ( object sender, EventArgs e ) : void
addForces ( CudaPitchedDeviceVariable v, int dx, int dy, int spx, int spy, float fx, float fy, int r, ManagedCuda.BasicTypes.SizeT tPitch ) : void
advectParticles ( uint vbo, 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
initGLAndCuda ( ) : void
initParticles ( ManagedCuda.VectorTypes.float2 p, int dx, int dy ) : void
m_renderControl_KeyDown ( object sender, KeyEventArgs e ) : void
m_renderControl_MouseDown ( object sender, MouseEventArgs e ) : void
m_renderControl_MouseMove ( object sender, MouseEventArgs e ) : void
m_renderControl_SizeChanged ( object sender, EventArgs e ) : void
reshape ( ) : void
simulateFluids ( ) : void
updateTexture ( CudaPitchedDeviceVariable data, ManagedCuda.BasicTypes.SizeT wib, ManagedCuda.BasicTypes.SizeT h, ManagedCuda.BasicTypes.SizeT pitch ) : void
updateVelocity ( CudaPitchedDeviceVariable v, CudaDeviceVariable vx, CudaDeviceVariable vy, int dx, int pdx, int dy, ManagedCuda.BasicTypes.SizeT tPitch ) : void

Method Details

Form1() public method

public Form1 ( ) : System
return System