Next: How it works
Up: WaveMoL
Previous: Abstract
Contents
Purpose
WaveToy is the simple test thorn that comes with Cactus as
standard. This is written so that it solves the wave equation
 |
(part541) |
directly using the leapfrog scheme. This form of the equations isn't
suitable for use with the method of lines.
The purpose of this thorn is to rewrite the equations in first order
form
 |
 |
 |
(part542) |
 |
 |
 |
(part543) |
 |
 |
 |
(part544) |
 |
 |
 |
(part545) |
The first three equations (which expand to five separate PDEs) will be
evolved. The final equation is used to set the initial data and can be
thought of as a constraint.
This will be implemented using simple second order differencing in
space. Time evolution is performed by the method of lines thorn MoL.
Next: How it works
Up: WaveMoL
Previous: Abstract
Contents
|