Ignore:
Timestamp:
Nov 17, 2004, 11:40:28 PM (20 years ago)
Author:
steve
Message:

testing sparse

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/ga/storm_surge/analytical solutions/oblique_test_chris.py

    r564 r587  
    3939leny = 30.
    4040lenx = 40.
     41n = 50
     42m = 60
    4143
    4244points, elements, boundary = oblique(m, n, lenx, leny)
     
    4446
    4547# Order of solver
    46 domain.default_order=1
     48domain.default_order=2
    4749
    4850# Store output
     
    7476D = Dirichlet_boundary([1.0, 8.57, 0.0])
    7577
    76 domain.set_boundary({'left': D, 'right': T, 'top': T, 'bottom': R})
     78domain.set_boundary({'left': D, 'right': T, 'top': R, 'bottom': R})
    7779
    7880######################
Note: See TracChangeset for help on using the changeset viewer.