vtk-m/tutorial
Kenneth Moreland 689ba00e4c Minor formatting changes to tutorial examples
While updating the slides for an upcoming tutorial, some minor changes
were made to the tutorial examples to more clearly explain concepts or
simply fit things better on slides.
2022-10-11 18:23:44 -06:00
..
data nested folders removed for tutorial examples 2022-02-07 12:26:13 -05:00
CMakeLists.txt migrate tutorials to New Filter interface 2022-06-02 08:31:33 -06:00
contour_two_fields.cxx Minor formatting changes to tutorial examples 2022-10-11 18:23:44 -06:00
contour.cxx Minor formatting changes to tutorial examples 2022-10-11 18:23:44 -06:00
error_handling.cxx fixes to the header files included in tutorial examples and CMakeLists.txt 2022-02-07 15:34:18 -05:00
extract_edges.cxx Minor formatting changes to tutorial examples 2022-10-11 18:23:44 -06:00
io.cxx Minor formatting changes to tutorial examples 2022-10-11 18:23:44 -06:00
logging.cxx Minor formatting changes to tutorial examples 2022-10-11 18:23:44 -06:00
mag_grad_generalized.cxx fixes to the header files included in tutorial examples and CMakeLists.txt 2022-02-07 15:34:18 -05:00
mag_grad.cxx Minor formatting changes to tutorial examples 2022-10-11 18:23:44 -06:00
point_to_cell.cxx Minor formatting changes to tutorial examples 2022-10-11 18:23:44 -06:00
README.md fixes to the header files included in tutorial examples and CMakeLists.txt 2022-02-07 15:34:18 -05:00
rendering.cxx Minor formatting changes to tutorial examples 2022-10-11 18:23:44 -06:00
two_filters.cxx Minor formatting changes to tutorial examples 2022-10-11 18:23:44 -06:00

vtk-m-tutorial

The repository containts code samples for the tutorial of the VTK-m code library. Other tutorial material is avaialble on the VTK-m tutorial

Organization

The tutorial is divided into 3 sections based on what users want to accomplish with VTK-m:

  1. Using VTK-m
  2. Algorithm development with VTK-m
  3. Advanced development with VTK-m