source: issm/oecreview/Archive/16554-17801/ISSM-17587-17588.diff@ 17802

Last change on this file since 17802 was 17802, checked in by Mathieu Morlighem, 11 years ago

Added archives

File size: 1.2 KB
  • TabularUnified ../trunk-jpl/src/m/classes/model.py

     
    22import numpy
    33import copy
    44import sys
    5 from mesh import mesh
     5from mesh2d import mesh2d
    66from mesh3dprisms import mesh3dprisms
    77from mask import mask
    88from geometry import geometry
     
    5555class model(object):
    5656        #properties
    5757        def __init__(self):#{{{
    58                 self.mesh             = mesh()
     58                self.mesh             = mesh2d()
    5959                self.mask             = mask()
    6060                self.geometry         = geometry()
    6161                self.constants        = constants()
  • TabularUnified ../trunk-jpl/src/m/parameterization/contourenvelope.py

     
    33import copy
    44from NodeConnectivity import NodeConnectivity
    55from ElementConnectivity import ElementConnectivity
    6 from mesh import mesh
     6from mesh2d import mesh2d
     7from mesh3dprisms import mesh3dprisms
    78import MatlabFuncs as m
    89
    910def contourenvelope(md,*args):
Note: See TracBrowser for help on using the repository browser.