Ignore:
Timestamp:
12/12/17 16:04:23 (7 years ago)
Author:
dubos
Message:

devel/Python : extract pure Python stuff from cython module unstructured.pyx

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/devel/Python/test/py/RSW_2D.py

    r617 r631  
     1from dynamico.meshes import Cartesian_mesh as Mesh 
    12from dynamico import unstructured as unst 
    23from dynamico import dyn 
     
    1516 
    1617unst.setvar('g',g) 
    17 mesh = unst.Cartesian_mesh(nx,ny,llm,nqdyn,Lx,Ly,f) 
     18mesh = Mesh(nx,ny,llm,nqdyn,Lx,Ly,f) 
    1819caldyn = unst.Caldyn_RSW(mesh) 
    1920 
Note: See TracChangeset for help on using the changeset viewer.