vtk-m/docs/changelog
Kenneth Moreland 3039a18baf Add ability to get an array from a Field for a particular type
This is done through a new version of ApplyPolicy. This version takes
a type of the array as its first template argument, which must be
specified.

This requires having a list of potential storage to try. It will use
that to construct an ArrayHandleMultiplexer containing all potential
types. This list of storages comes from the policy. A StorageList
item was added to the policy.

Types are automatically converted. So if you ask for a vtkm::Float64 and
field contains a vtkm::Float32, it will the array wrapped in an
ArrayHandleCast to give the expected type.
2019-09-09 08:19:15 -06:00
..
1.3 Require CMake 3.8 to build VTK-m. 2019-01-09 16:01:22 -05:00
1.4 Add release notes for v1.4.0 2019-06-26 12:13:47 -04:00
0-sample-topic.md Add release notes for v1.3.0 2018-11-26 11:11:10 -05:00
apply-policy-with-single-type.md Add ability to get an array from a Field for a particular type 2019-09-09 08:19:15 -06:00
array-get-values.md Add ArrayGetValue[s] to address issue #355. 2019-08-22 11:16:16 -04:00
array-handle-multiplexer.md Remove special ArrayHandleMultiplexer template case 2019-07-30 14:48:35 -06:00
array-handle-soa.md Add make_ArrayHandleSOA for std::vectors and C arrays 2019-08-20 12:09:57 -06:00
BoundaryState-refactor.md Add methods to BoundaryState to query specific offsets. 2019-07-19 15:09:57 -04:00
cell_locator_changes.md Adding changelog for the changes 2019-08-08 12:33:53 -07:00
cellsets-dont-have-names.md CellSet classes don't require a name 2019-09-02 10:39:58 -04:00
dataset-no-throw-on-index-queries.md Remove multiple vtkm::cont::CellSet from vtkm::cont::DataSet 2019-09-02 09:04:51 -04:00
dataset-only-single-cellset.md Remove multiple vtkm::cont::CellSet from vtkm::cont::DataSet 2019-09-02 09:04:51 -04:00
field-no-cellset-name-required.md Remove multiple vtkm::cont::CellSet from vtkm::cont::DataSet 2019-09-02 09:04:51 -04:00
filters-no-active-cellset.md Remove multiple vtkm::cont::CellSet from vtkm::cont::DataSet 2019-09-02 09:04:51 -04:00
filters-removal-of-filter-cell.md Correct improper cellset indexing 2019-08-21 15:16:26 -04:00
fix-polygon-gradient.md Fix cell derivatives for polygon cell shape 2019-08-29 17:37:42 -06:00
invoker-used-by-filters.md VTK-m filters now launch all worklets via a vtkm::cont::Invoker 2019-08-09 10:37:35 -04:00
invoker-vtkm-cont.md Move Invoker into vtkm/cont 2019-08-01 12:34:27 -04:00
lagrangian-coherent-structures.md Changes from Ken's review 2019-08-09 10:34:01 -07:00
multiblock_renamed_partitioneddataset.md MultiBlock renamed to PartitionedDataSet 2019-09-03 12:42:23 -04:00
orient-normals.md Add orientation and winding options to SurfaceNormals. 2019-08-01 11:02:13 -04:00
particle_status_changes.md Adding changelog for the changes 2019-08-08 12:33:53 -07:00
refactor-topo-mapping.md Refactor topology mappings to clarify meaning. 2019-08-06 11:27:26 -04:00
remove-array-portal-shrink.md add changelog entry 2019-08-28 12:45:44 -06:00
scan-extended.md Add ScanExtended device algorithm. 2019-09-03 15:02:41 -04:00
simplify-create-fields.md Add changelog for make_Field changes 2019-08-20 08:23:20 -04:00
simplify-create-result.md Add changelog for CreateResult changes 2019-08-20 08:23:20 -04:00
simplify-examples.md Add changedoc for simplifying examples 2019-08-07 09:14:04 -06:00
simplify-specifying-filter-allowed-value-types.md Provide a simpler way to restrict value types for filters 2019-08-06 17:04:07 -04:00
threshold-explicit-cells.md Copy Threshold output to a CellSetExplicit 2019-08-20 16:04:26 -06:00
vec-traits-base-components.md Add recursive component queries to VecTraits 2019-09-09 08:19:15 -06:00
vec-typedefs.md Add changedoc for common vec types 2019-07-31 12:55:40 -06:00
vtkm-vec-operator-constexpr.md vtkm::Vec const& operator[] is now constexpr 2019-08-22 08:34:25 -04:00
write-to-array-handle-cast.md Enable writing to ArrayHandleCast 2019-07-17 18:40:45 -06:00