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

sum method in functor chain creates too large values #153

Open
PrometheusPi opened this issue Nov 26, 2021 · 4 comments
Open

sum method in functor chain creates too large values #153

PrometheusPi opened this issue Nov 26, 2021 · 4 comments

Comments

@PrometheusPi
Copy link
Member

Using the ISAAC dev and vector field visualization of the E_y component results in extremely high numbers which can not be dealt with in the functor chain:
grafik

@PrometheusPi
Copy link
Member Author

Please be aware that min/max values are reversed - might be an overflow issue.

@sbastrakov
Copy link
Member

Likely, the numbers seem to be max finite float value

@PrometheusPi
Copy link
Member Author

PrometheusPi commented Nov 26, 2021

Might be a division by zero if we chose a single component of the vector fields in the functor chain.
\vec{E} -> mul(0, 0.001, 0) | sum = E_y * 0.001
Since perhaps the same functor chain is used to extract the orientation of the line integral convolution (LIC).

@PrometheusPi
Copy link
Member Author

I could create the same problem of really large numbers using the glowing gas pipeline - the error seems to originate from the sum method.

@PrometheusPi PrometheusPi changed the title vector field functor chain creates too large values sum method in functor chain creates too large values Dec 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants