vtk-m2/tutorial
2022-02-14 10:51:00 -05:00
..
data nested folders removed for tutorial examples 2022-02-07 12:26:13 -05:00
CMakeLists.txt tutorial updates to fix warnings and CMakeLists for optional tutorial build 2022-02-12 11:25:50 -05: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 switched back to the old version of extract_edges 2022-02-14 10:51:00 -05: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 fixes to the header files included in tutorial examples and CMakeLists.txt 2022-02-07 15:34:18 -05:00
point_to_cell.cxx tutorial updates to fix warnings and CMakeLists for optional tutorial build 2022-02-12 11:25:50 -05: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 tutorial updates to fix warnings and CMakeLists for optional tutorial build 2022-02-12 11:25:50 -05: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