Review Article

Summary on Several Key Techniques in 3D Geological Modeling

Algorithm 1

# pragma omp parallel for // Routine from OpenMP
For each pair of triangles { // Original serial codes, now parallel
 Calculate the intersection of ;
 Save the intersection edge of if exists;
}