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

Error for near-boundary parameter outside unit disk. #79

Open
ehkropf opened this issue Jul 7, 2016 · 1 comment
Open

Error for near-boundary parameter outside unit disk. #79

ehkropf opened this issue Jul 7, 2016 · 1 comment
Labels
Milestone

Comments

@ehkropf
Copy link
Member

ehkropf commented Jul 7, 2016

For the parameter near an inner boundary, values outside the unit disk are incorrectly evaluated.

td = skpUnitTest.domainSimple3;
dv = td.dv;
qv = td.qv;

a = td.parameterNearCirc; % dv(1) + qv(1) + 1e-6
w = skprime(a, dv, qv);
wp = skprod(dv, qv, L);

tp = [td.testPointInside;
    td.testPointOutside];
err = wp(tp, a) - w(tp);

disp(err)
@ehkropf ehkropf added the bug label Jul 7, 2016
@ehkropf ehkropf added this to the 0.2 milestone Jul 7, 2016
@ehkropf
Copy link
Member Author

ehkropf commented Jul 11, 2016

This is also true for the annulus, offset annulus, and origin on boundary test cases. Surprisingly it is not true for the small circle test case. To see this run

skptests prime nearCirc1

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

No branches or pull requests

1 participant