Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CGX: Handling of missing geometry in path plots #8

Open
mkraska opened this issue Feb 3, 2016 · 1 comment
Open

CGX: Handling of missing geometry in path plots #8

mkraska opened this issue Feb 3, 2016 · 1 comment
Labels

Comments

@mkraska
Copy link
Collaborator

mkraska commented Feb 3, 2016

if the sampling points of a path plot happen to be outside the geometry, then these points are removed, no matter if they were based on line division or node selection.
If such nodes occure at the beginning or end of a path, then there is no problem. If the nodes are in a hole or gap in the geometry, then in the plot there is just a straight line connecting the proximal nodes with valid values.
See for example https://github.com/mkraska/CalculiX-Examples/tree/master/Linear/StressConc1#post-processing
In Gnuplot, you would just need an empty separator line to interrupt the graph. Such lines might be issued whenever there is an invalid data point.

@mkraska mkraska added the bug label Feb 3, 2016
@mkraska
Copy link
Collaborator Author

mkraska commented Dec 29, 2017

still persistent in 2.13.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant