Discretize

Latest version: v0.11.1

Safety actively analyzes 682487 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 9

0.2.1

- from pr 97
- update pypi credentials
- update appveyor and travis to auto-deploy to pypi on tags
- includes upload of wheel files from appveyor

0.2.0

- originally from pr: 36
- commits from: lheagy
- review from: rowanc1

3D Cyl Mesh
First implementation of a 3D cylindrical mesh. We discretize in r, theta and z.
![image](https://cloud.githubusercontent.com/assets/6361812/23571583/f1fb2fea-001e-11e7-88e3-51d154f42085.png)

Operators
- `edgeCurl`
- `faceDiv`
- `aveF2CC`
- `aveF2CCV`
- `aveE2CC`
- `aveE2CCV`

are all implemented and tested for second order convergence

Examples
There are some examples running this code in http://github.com/lheagy/casingResearch
![image](https://cloud.githubusercontent.com/assets/6361812/23572139/eabfdcc8-0021-11e7-937c-c0d90001eae5.png)
- added a simple example that plots a 3D cyl mesh

Plotting
- add plot capabilities for plotSlice (and I think two slices through the mesh for `plotGrid()`)

Testing
- basic elements like the grids, counting of things.
- operator tests for mimetic properties


Other updates

Cell Grad Stencils are properties
- cell grad stencils are properties rather than methods. This pr will need to be followed by an update in the SimPEG regularization (addressed in simpeg/simpeg699)

minor updates
- plotting now uses the `C0`, `C1`, ... colors in matplotlib
- added `*.ipynb` to .gitignore

0.1.19

- from pr 92
- commits from micmitch
- review from lheagy

upgrades in plotSlice
- Added range_x, range_y, and sample_grid input arguments to plotSlice function.

0.1.18

- from pr 91
- make the stream_threshold compatible with plotslice

0.1.17

Just a few small changes for vtk mesh IO in python 3
- from pr 89
- commits from jcapriot
- review from lheagy

0.1.16

Cell grad operators for TreeMesh inversion
-----------------------------------------------

- from pr 72
- commits from: fourndo, micmitch, sgkang, lheagy
- review from: rowanc1, lheagy, jiajiasun

- First pass implementation for stencil operators
Initial implementation without hanging faces
![image](https://user-images.githubusercontent.com/2406426/36231681-ce4a59fe-1193-11e8-8357-89041b1db6ed.png)

- Second implementation with hanging faces
![image](https://user-images.githubusercontent.com/2406426/36231679-cb1bef22-1193-11e8-8140-266680ff737f.png)

**Smoother gradients on Octree change.**

- Create gradient operators with dimensions for PDE problems.
- Add unit tests for operators. Thanks micmitch and sgkang

Solve DC problem in mine tunnels.
Tree mesh examples will follow shortly on SimPEG ... stay tuned.
![image](https://user-images.githubusercontent.com/2406426/36231904-a170fa18-1194-11e8-8930-3b78474f0a64.png)

Page 6 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.