Skip to content

Fix issue with local coord dimension in history point filter.

Chris Cantwell requested to merge ccantwel/nektar:fix/history-point-dim into master

The MR fixes a problem where the use of 3-component coordinates in the history points filter for 2D elements causes an level 1 assertion in Debug mode. Number of coordinates for local coordinates now set based on shape dimension.

Merge request reports