We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
results posted at: #12
fgnievinski
No branches or pull requests
The text was updated successfully, but these errors were encountered: