vtk-m/tutorial
2022-02-07 13:35:15 -05:00
..
data nested folders removed for tutorial examples 2022-02-07 12:26:13 -05:00
CMakeLists.txt tutorial example files renamed 2022-02-07 13:35:15 -05:00
contour_two_fields.cxx tutorial example files renamed 2022-02-07 13:35:15 -05:00
contour.cxx tutorial example files renamed 2022-02-07 13:35:15 -05:00
error_handling.cxx tutorial example files renamed 2022-02-07 13:35:15 -05:00
extract_edges.cxx tutorial example files renamed 2022-02-07 13:35:15 -05:00
io.cxx tutorial example files renamed 2022-02-07 13:35:15 -05:00
logging.cxx tutorial example files renamed 2022-02-07 13:35:15 -05:00
mag_grad_generalized.cxx tutorial example files renamed 2022-02-07 13:35:15 -05:00
mag_grad.cxx tutorial example files renamed 2022-02-07 13:35:15 -05:00
point_to_cell.cxx tutorial example files renamed 2022-02-07 13:35:15 -05:00
README.md nested folders removed for tutorial examples 2022-02-07 12:26:13 -05:00
rendering.cxx tutorial example files renamed 2022-02-07 13:35:15 -05:00
two_filters.cxx tutorial example files renamed 2022-02-07 13:35:15 -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 wiki

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