File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -107,9 +107,10 @@ of its array manipulation and can:
107
107
including those with geometry cells and UGRID mesh topologies,
108
108
* perform histogram, percentile and binning operations on field
109
109
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,
113
114
* apply convolution filters to field constructs,
114
115
* create running means from field constructs,
115
116
* apply differential operators to field constructs,
Original file line number Diff line number Diff line change @@ -214,9 +214,10 @@ def compile():
214
214
* perform histogram, percentile and binning operations on field
215
215
constructs,
216
216
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,
220
221
221
222
* apply convolution filters to field constructs,
222
223
You can’t perform that action at this time.
0 commit comments