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

Typos in DKT Element; function dHxdeta(ip) and B-Matrix #16

Open
awegger opened this issue Oct 22, 2023 · 1 comment
Open

Typos in DKT Element; function dHxdeta(ip) and B-Matrix #16

awegger opened this issue Oct 22, 2023 · 1 comment

Comments

@awegger
Copy link

awegger commented Oct 22, 2023

Needs to be the following:
d9 = -2.0 + 6.0eta + r5(1.0-2.0eta)+xi(r4-r5)
(Apologies, I am a noob at Github, but I saw the error when comparing the results to the exact stiffness matrix formulation paper. With this small change both formulations give the same results for the stiffness matrix.)

@awegger awegger changed the title Typo in DKT Element; function dHxdeta(ip); d9 Typos in DKT Element; function dHxdeta(ip) and B-Matrix Oct 28, 2023
@awegger
Copy link
Author

awegger commented Oct 28, 2023

Another correction is necessary:
In B-Matrix: This line "-x31 * dHydeta(ip) - x12 * dHydeta(ip)" should read "-x31 * dHydxi(ip) - x12 *dHydeta(ip)"

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