Skip to content

Symmetrizer to grid

Nicolas Tancogne-Dejean requested to merge symmetrizer_to_grid into main

Description

The symmetrizer is now a part of the grid object. The grid object now knows how to symmetrize scalar and vector fields. This avoids reinitializing the symmetrizer object many time, which is expensive.

News snippet

Code refactoring.

Checklist

  • I have checked that my code follows the Octopus coding standards
  • I have added tests for all the new features added in this request.

Merge request reports