Skip to content
  • Robert Maynard's avatar
    GhostCellClassify now more efficient as it uses WorkletPointNeighborhood · 8c3a8da9
    Robert Maynard authored
    By using the dual of the cellset we can quickly compute the GhostCells
    of structured data using WorkletPointNeighborhood boundary condition
    object
    
    Using a 1024x1024x512 test grid we see the following perf:
    
    Master Serial : 5.658144 sec
    This MR Serial: 0.519684 sec
    
    Master OpenMP : 0.532256 sec
    This MR OpenMP: 0.080604 sec
    8c3a8da9