Changes between Initial Version and Version 1 of BoundaryConditionQuestions
- Timestamp:
- Oct 20, 2008, 2:03:56 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BoundaryConditionQuestions
v1 v1 1 = Boundary Conditions = 2 3 == How do I create a Dirichlet boundary condition? == 4 5 A Dirichlet boundary condition sets a constant value for the 6 conserved quantities at the boundaries. A list containing 7 the constant values for stage, xmomentum and ymomentum is constructed 8 and used in the function call, e.g. {{{Dirichlet_boundary([0.2,0.,0.])}}} . 9