Changes between Initial Version and Version 1 of BoundaryConditionQuestions


Ignore:
Timestamp:
Oct 20, 2008, 2:03:56 PM (17 years ago)
Author:
rwilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BoundaryConditionQuestions

    v1 v1  
     1= Boundary Conditions =
     2
     3== How do I create a Dirichlet boundary condition? ==
     4
     5A Dirichlet boundary condition sets a constant value for the
     6conserved quantities at the boundaries. A list containing
     7the constant values for stage, xmomentum and ymomentum is constructed
     8and used in the function call, e.g. {{{Dirichlet_boundary([0.2,0.,0.])}}} .
     9