There is a newer version of the record available.

Published June 13, 2017 | Version 0.1.7
Software Open

simpeg/discretize: numpy upgrades, IO for UBC meshes

  • 1. 3point Science
  • 2. @geoscixyz, @3ptscience
  • 3. University of British Columbia
  • 4. Colorado School of Mines - Geophysics - CGEM
  • 5. University of British Columbia, Geophysical Inversion Facility
  • 6. QuantifiedCode

Description

IO: UBC meshes

contributions from: @thast, @micmitch, review from @lheagy from pr #54

  • discretize.TensorMesh.readUBC is now a wrapper for loading either 2D or 3D mesh
  • discretize.TensorMesh.readUBC can take care of recognizing if the file is a 2D or 3D UBC mesh, or it can be an input given by the user (arg: meshdim)
  • the original functions are now hidden class function under discretize.TensorMesh._readUBC_3DMesh and discretize.TensorMesh._readUBC_2DMesh
  • comments in UBC files are assumed to be marked with "!" in front
utils.Zero: Numpy upgrades

contributions from: @lheagy, review and comments from @rowanc1, @jcapriot
from pr #61

Files

simpeg/discretize-0.1.7.zip

Files (386.8 kB)

Name Size Download all
md5:56a396701321771244395644bfed71e1
386.8 kB Preview Download

Additional details

Related works