WENOCLAW

claw/extensions/wenoclaw

Note: This is Version 2 and currently contains 2d library routines and examples.

Directory listing

Download directory in compressed tar file format (Note: Please unpack the tar file in your CLAW home directory.)

c
c  =============================================================================
c  WENOCLAW -- High Order Accurate Software Package for Solving Hyperbolic Systems
c  =============================================================================
c
c  Written by David Ketcheson based on the CLAWPACK software of R.J. LeVeque.
c
c  Description:
c  ------------
c     WENOCLAW is a library of Fortran 77 routines designed to solve
c     hyperbolic systems of PDEs with arbitrarily high order accuracy. 
c     The numerical method used to solve these equations is 
c     described in a paper at
c     http://www.amath.washington.edu/~ketch/home/CV_files/ketch_hyp2006.pdf
c
c  Directory structure:
c  --------------------
c     In this directory the following sub-directories are available:
c     $WENOCLAW/1d/lib       --  contains the WENOCLAW library files
c     $WENOCLAW/1d/examples  --  example problems
c     $WENOCLAW/1d/utils     --  Perl scripts for modifying CLAWPACK setups
c                                to run in WENOCLAW
c     $WENOCLAW/2d/lib       --  contains the 2D WENOCLAW library files
c     $WENOCLAW/2d/examples  --  2D example problems
c
c =========================================================================

c
c  Copyright by the authors
c
c  This software is made available for research and instructional use only.
c  You may copy and use this software without charge for these non-commercial
c  purposes, provided that the copyright notice and associated text is
c  reproduced on all copies.  For all other uses (including distribution of
c  modified versions), please contact the author at the address given below.
c
c  *** This software is made available "as is" without any assurance that it
c  *** will work for your purposes.  The software may in fact have defects, so
c  *** use the software at your own risk.
c
c  --------------------------------------
c    CLAWPACK Version 4.2,  
c    Webpage: http://www.amath.washington.edu/~claw
c  --------------------------------------
c    Author:  Randall J. LeVeque
c             Applied Mathematics
c             Box 352420
c             University of Washington,
c             Seattle, WA 98195-2420
c             rjl@amath.washington.edu
c =========================================================================


CLAWPACK Home page