Ignore:
Timestamp:
Aug 21, 2006, 10:03:42 AM (18 years ago)
Author:
jakeman
Message:

Files now contain inmplementation of method in which advection terms and
pressure terms are split. problems are present.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • development/pyvolution-1d/domain.py

    r3425 r3510  
    2222
    2323        self.beta = 1.0
     24        #self.limiter = "minmod_kurganov"
     25        #self.limiter_type = "steven"
     26        self.fluxfunc = "unsplit"
     27       
    2428        #Store Points
    2529        self.coordinates = array(coordinates)
Note: See TracChangeset for help on using the changeset viewer.