Prev: how to pick elements from an array to form an new array
Next: C API: mxCreateDoubleMatrix() from existing pointer.
From: Chan Chun K Chan on 6 Apr 2010 13:09 How to specific boundary condition for heat equation that at one side the B.C. takes the form of dU/dt=0? thanks!
From: Torsten Hennig on 6 Apr 2010 22:38
> How to specific boundary condition for heat equation > that at one side the B.C. takes the form of dU/dt=0? > thanks! This is a Dirichlet boundary condition: U(t) = U(t=tstart) for all t. Every solver should include an option to define a Dirichlet condition as a boundary condition. Best wishes Torsten. |