Skip to content

Commit 3b99cf2

Browse files
committed
regrid docs
1 parent ffee933 commit 3b99cf2

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,10 @@ of its array manipulation and can:
107107
including those with geometry cells and UGRID mesh topologies,
108108
* perform histogram, percentile and binning operations on field
109109
constructs,
110-
* regrid field constructs with (multi-)linear, nearest neighbour,
111-
first- and second-order conservative and higher order patch recovery
112-
methods, to and from structured and unstructured grids,
110+
* regrid structured grid, mesh and DSG field constructs with
111+
(multi-)linear, nearest neighbour, first- and second-order
112+
conservative and higher order patch recovery methods, including 3-d
113+
regridding,
113114
* apply convolution filters to field constructs,
114115
* create running means from field constructs,
115116
* apply differential operators to field constructs,

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,10 @@ def compile():
214214
* perform histogram, percentile and binning operations on field
215215
constructs,
216216
217-
* regrid field constructs with (multi-)linear, nearest neighbour,
218-
first- and second-order conservative and higher order patch recovery
219-
methods,
217+
* regrid structured grid, mesh and DSG field constructs with
218+
(multi-)linear, nearest neighbour, first- and second-order
219+
conservative and higher order patch recovery methods, including 3-d
220+
regridding,
220221
221222
* apply convolution filters to field constructs,
222223

0 commit comments

Comments
 (0)