-
Notifications
You must be signed in to change notification settings - Fork 9
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
bugfixes, ntriangles for higher order triangle and introduction of new kwarg copy_fields
in interpolategradient()
#83
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
koehlerson
reviewed
May 16, 2023
…r mit im neuen dh und kontenvektor zu übernehmen. Dadurch z.b. solutionplot des gradientenfeldes im deformierten zustand möglich.
Co-authored-by: Maximilian Köhler <maximilian.koehler@ruhr-uni-bochum.de>
JanM12
changed the title
ntriangles for higher order triangles
bus, ntriangles for higher order triangles and introduction of new kwarg May 17, 2023
copy_fields
in interpolategradient()
JanM12
changed the title
bus, ntriangles for higher order triangles and introduction of new kwarg
bugfixes, ntriangles for higher order triangles and introduction of new kwarg May 17, 2023
copy_fields
in interpolategradient()
copy_fields
in interpolategradient()
JanM12
changed the title
bugfixes, ntriangles for higher order triangles and introduction of new kwarg
bugfixes, ntriangles for higher order triangle and introduction of new kwarg May 17, 2023
copy_fields
in interpolategradient()
copy_fields
in interpolategradient()
termi-official
requested changes
May 17, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry I cannot find the See below.ntriangles
for higher order part. Is it missing?
koehlerson
reviewed
May 17, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
src/makieploting.jl
ntriangles(cell::Ferrite.AbstractCell{2,3,3}) = 1
->ntriangles(cell::Ferrite.AbstractCell{2,N,3}) where {N} = 1
)copy_fields
to interpolategradient() which copies all selected fields of the DofHandler and all values of the node vector passed to the function to the returned DofHandler and and node vector. This way one can plot a gradient field in deformed state for example.