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/bubble.py

    r617 r631  
    44import matplotlib.animation as manimation 
    55 
     6from dynamico.meshes import Cartesian_mesh as Mesh 
    67import dynamico.dyn as dyn 
    78import dynamico.time_step as time_step 
     
    9495 
    9596unst.setvar('nb_threads', 1) 
    96 mesh = unst.Cartesian_mesh(nx,ny,llm,nqdyn,Lx,ny*dx,0.) 
     97mesh = Mesh(nx,ny,llm,nqdyn,Lx,ny*dx,0.) 
    9798xx_ik, xx_il, ll = mesh.xx[:,0,:]/1000, mesh.xxp1[:,0,:]/1000, mesh.ll[:,0,:] 
    9899 
Note: See TracChangeset for help on using the changeset viewer.