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

Linear Shell tutorial uses internals #1034

Open
KristofferC opened this issue Jul 31, 2024 · 3 comments
Open

Linear Shell tutorial uses internals #1034

KristofferC opened this issue Jul 31, 2024 · 3 comments

Comments

@KristofferC
Copy link
Collaborator

shape_reference_gradient(cv::CellValues, q_point, i) = cv.fun_values.dNdξ[i, q_point]

Should this be a Ferrite function?

@KnutAM
Copy link
Member

KnutAM commented Jul 31, 2024

xref #842

@KnutAM
Copy link
Member

KnutAM commented Jul 31, 2024

And #997 actually suggests that we should include this function (and reference_shape_value) in Ferrite, I think that would be a good option!

@termi-official
Copy link
Member

shape_reference_gradient(cv::CellValues, q_point, i) = cv.fun_values.dNdξ[i, q_point]

Should this be a Ferrite function?

My take on this would be that we expose all of these functions to public, so users can write custom FEValues.

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

3 participants