We are obtaining incorrect 2D plots, with user defined InterpolationSchemes and ElementNodeData.
This was reduced to the attached example.Just open the simple.script file in gmsh and the two plots illustrate the problem. The difference between the two data sets is that one has rounding errors (the bad) and the other (the good) does not.
I looked at the code for the adaptiveLine class, but was not able to quickly understand what may be missing.
Is there an obvious fix (or a mistake onĀ our side)? Regards ZP
simple.msh
Description: Mesh model
Merge "simple.msh"; View[0].Type = 4; View[0].MaxRecursionLevel = 4; View[0].AdaptVisualizationGrid = 1; View[0].TargetError = -0.0001; View[0].LineWidth = 10; View[0].Axes = 5; View[1].Type = 4; View[1].MaxRecursionLevel = 4; View[1].AdaptVisualizationGrid = 1; View[1].TargetError = -0.0001; View[1].LineWidth = 10; View[1].Axes = 5;
_______________________________________________ gmsh mailing list [email protected] http://onelab.info/mailman/listinfo/gmsh
