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

use nominal case to aid in derivative of angular refraction #2

Closed
fgnievinski opened this issue Mar 3, 2023 · 2 comments
Closed

use nominal case to aid in derivative of angular refraction #2

fgnievinski opened this issue Mar 3, 2023 · 2 comments
Assignees

Comments

@fgnievinski
Copy link
Contributor

image

@fgnievinski fgnievinski self-assigned this Mar 3, 2023
@fgnievinski
Copy link
Contributor Author

implemented:

    if opt.der_aided
        [de0, der0] = get_bending_nominal (e, N);  % nominal bending and its rate
        rde = de - de0;  % residual bending
        rder = gradient_all(rde, e, [], opt.numerical_noend);  % residual bending rate
        der = der0 + rder;  % reconstructed total bending rate
        der(der==0) = NaN;
          %fpk e [de de0 rde]  % DEBUG
          %fpk e [der der0 rder]  % DEBUG
    end

@fgnievinski
Copy link
Contributor Author

results posted at:
#12

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

No branches or pull requests

1 participant