CLAWPACK_PLOT
Wave Propagation Approach to Hyperbolic PDE's


CLAWPACK_PLOT is a library of MATLAB routines for displaying the results of computations made by CLAWPACK, which applies a wave propagation approach to hyperbolic partial differential equations in 1, 2 or 3 spatial dimensions.

When you run a CLAWPACK program, a number of files are created containing data computed by the program at successive times. For instance, in one case, my program created the following files:


        fort.info
        fort.nplot
        fort.q0000
        fort.q0001
        ...
        fort.q0010
        fort.t0000
        fort.t0001
        ...
        fort.t0010
      
This data can plotted using CLAWPACK_PLOT. The easiest way to do this is to put all your CLAWPACK data files in the same directory as the CLAWPACK_PLOT routines, and issue the appropriate command. In the 1D case, the appropriate command is

        plotclaw1
      

Related Data and Programs:

CLAW_PIX is a simplified version of CLAWPACK_PLOT, suitable for the 1D case. It displays all the data automatically, and saves each frame as a PNG file, suitable for an animation.

CLAWPACK is a library of FORTRAN77 routines for the solution of wave propagation to hyperbolic partial differential equations in 1, 2 or 3 spatial dimensions.

License:

      Copyright 1995-2002  R. J. LeVeque

      This software is made available for research and instructional use only.
      You may copy and use this software without charge for these non-commercial
      purposes, provided that the copyright notice and associated text is
      reproduced on all copies.  For all other uses (including distribution of
      modified versions), please contact the author at the address given below.
  
      This software is made available "as is" without any assurance that it
      will work for your purposes.  The software may in fact have defects, so
      use the software at your own risk.

      CLAWPACK Version 4.1, September, 2002
      http://www.amath.washington.edu/~claw
    

Reference:

  1. Randy LeVeque,
    Finite Volume Methods for Hyperbolic Problems,
    Cambridge University Press, 2002.
  2. Randy LeVeque,
    CLAWPACK Version 4.2 User's Guide,
    ../../pdf/clawpack.pdf

Examples and Tests:

Source Code:

Basic Clawpack plotting routines and options.

Data analysis routines.

General graph properties for 2d and 3d plots.

2d specific graphics routines

3d specific graphics routines

You can go up one level to the FORTRAN77 source codes.


Last revised on 07 April 2006.