EXAMPLE04
CLAWPACK Example
EXAMPLE04 is a 2D problem, a scalar equation of the form
u_t + (u^2)_x + (u^4)_y = 0
Piecewise constant data is used.
The user input includes the following:
Here is a set of commands to run the program, and the
main output that results:
Data files are created for each time step, so that
plotting can be done:
-
fort.info,
some overall information.
-
fort.plot,
some overall information.
-
fort.q0000,
Q at time step 0.
-
fort.q0001,
Q at time step 1.
-
fort.q0002,
Q at time step 2.
-
fort.q0003,
Q at time step 3.
-
fort.q0004,
Q at time step 4.
-
fort.q0005,
Q at time step 5.
-
fort.q0006,
Q at time step 6.
-
fort.q0007,
Q at time step 7.
-
fort.q0008,
Q at time step 8.
-
fort.q0009,
Q at time step 9.
-
fort.q0010,
Q at time step 10.
-
fort.t0000,
T at time step 0.
-
fort.t0001,
T at time step 1.
-
fort.t0002,
T at time step 2.
-
fort.t0003,
T at time step 3.
-
fort.t0004,
T at time step 4.
-
fort.t0005,
T at time step 5.
-
fort.t0006,
T at time step 6.
-
fort.t0007,
T at time step 7.
-
fort.t0008,
T at time step 8.
-
fort.t0009,
T at time step 9.
-
fort.t0010,
T at time step 10.
You can go up one level to
the CLAWPACK directory.
Last revised on 12 April 2006.