Skip to content

Fix/rm_getoffsetelmtid

Spencer Sherwin requested to merge fix/GetOffsetElmtId into master

Remove the GetOffset_Elmt_Id and associated m_offset_elmt_id which was only being used in 2D and lead to errors when Quads were listed before Tris. Removing this option fixes the known errors in Dealiasing (actually the ExpList::PhysInterp1DScaled and PhysGalerinProjection1DScaled) . There was also an issue with GetBndExp which assumed every element was consecutive and it was not causing issues in pressure boundary conditions in the IncNavierStokesSolver.

The removal meant two tests needed to be tuned possibly due to the fact that they had boundaries that contained tris and quads.

I have also had to turn off one test in FieldConvert (outflow_pointtofld) since the outflow.pts file is now in the wrong order.

Merge request reports