Difference between revisions of "Cores"
From crtc.cs.odu.edu
(→Parallel Adaptive Mesh Generation) |
(→Parallel Adaptive Mesh Generation) |
||
| Line 3: | Line 3: | ||
== Parallel Adaptive Mesh Generation == | == Parallel Adaptive Mesh Generation == | ||
| + | |||
| + | === Tightly-coupled approaches === | ||
| + | This groups is experimented with two tightly-coupled approaches : | ||
| + | # CDT3D | ||
| + | # Parallel Optimistic Delaunay Mesh Generation for medical images, for details see [LINK] | ||
| + | |||
| + | === Partially-coupled approaches === | ||
| + | |||
| + | ==== Data Decomposition ==== | ||
| + | |||
[[Cores/PDR | Parallel Data Refinement using TetGen ]] | [[Cores/PDR | Parallel Data Refinement using TetGen ]] | ||
[[PDR.AFLR | Parallel Data Refinement using AFLR]] | [[PDR.AFLR | Parallel Data Refinement using AFLR]] | ||
| + | |||
| + | ==== Domain Decomposition ==== | ||
| + | LINK to 2d PCDM paper | ||
| + | extension to 3D is in progress. | ||
| + | |||
| + | === Loosely-coupled approach === | ||
| + | Loosely coupled using CDT3D [MiniRTS workshop slides] | ||
== Parallel Runtime Software Systems == | == Parallel Runtime Software Systems == | ||
== Real-time Medical Image Computing == | == Real-time Medical Image Computing == | ||
[[RealTimeMedicalImageComputing | Real Time Medical Image Computing]] | [[RealTimeMedicalImageComputing | Real Time Medical Image Computing]] | ||
Revision as of 09:28, 28 March 2018
Each page lists the activities within the different cores for metrics-driven extreme scale parallel anisotropic mesh generation
Contents
Parallel Adaptive Mesh Generation
Tightly-coupled approaches
This groups is experimented with two tightly-coupled approaches :
- CDT3D
- Parallel Optimistic Delaunay Mesh Generation for medical images, for details see [LINK]
Partially-coupled approaches
Data Decomposition
Parallel Data Refinement using TetGen
Parallel Data Refinement using AFLR
Domain Decomposition
LINK to 2d PCDM paper extension to 3D is in progress.
Loosely-coupled approach
Loosely coupled using CDT3D [MiniRTS workshop slides]