GPU accelerated FEM for simulation and segmentation
From NAMIC Wiki
Home < GPU accelerated FEM for simulation and segmentation
Key Investigators
- Megumi Nakao and Nobuhiko Hata
Objective
We are developing a fast FEM-based mesh deformation function for interactive simulation and segmentation. The goal in this project week is summarized as
- integrate linear FEM-based deformation algo into the slicer
- perform deformation on specific data
- implement GPU-based acceleration for real-time deformation
Approach, Plan
- integrate a liner FEM solver(original C++ source) into the 3D slicer framework.
- create tetrahedral meshes from medical images and set up physical conditions. Other mesh formats will be probablly accepted.
- check some deformation resutls and seek the requirement
- try GPU-based acceleration by modifying the linear equation solver using CUBLAS library.
Progress
Under writing...