vtk-m2/tutorial
2022-06-02 08:31:33 -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 fixes to the header files included in tutorial examples and CMakeLists.txt 2022-02-07 15:34:18 -05:00
contour.cxx fixes to the header files included in tutorial examples and CMakeLists.txt 2022-02-07 15:34:18 -05: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 migrate tutorials to New Filter interface 2022-06-02 08:31:33 -06:00
io.cxx fixes to the header files included in tutorial examples and CMakeLists.txt 2022-02-07 15:34:18 -05:00
logging.cxx fixes to the header files included in tutorial examples and CMakeLists.txt 2022-02-07 15:34:18 -05: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 migrate tutorials to New Filter interface 2022-06-02 08:31:33 -06:00
point_to_cell.cxx migrate tutorials to New Filter interface 2022-06-02 08:31:33 -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 migrate tutorials to New Filter interface 2022-06-02 08:31:33 -06:00
two_filters.cxx fixes to the header files included in tutorial examples and CMakeLists.txt 2022-02-07 15:34:18 -05: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