Add the code for ALE large-deformation thermoplasticity#237
Open
maieneuro wants to merge 2 commits intodealii:masterfrom
Open
Add the code for ALE large-deformation thermoplasticity#237maieneuro wants to merge 2 commits intodealii:masterfrom
maieneuro wants to merge 2 commits intodealii:masterfrom
Conversation
bangerth
requested changes
Jan 21, 2026
Member
bangerth
left a comment
There was a problem hiding this comment.
Thank you for submitting this code!
We need a number of metadata files in the doc/ direction. Could you take a look at https://github.com/dealii/code-gallery?tab=readme-ov-file#contributing-to-the-gallery and add those as necessary?
Comment on lines
1
to
16
| ## To run: | ||
| ``` | ||
| # in a build directory: | ||
| $ cmake -DDEAL_II_DIR=<path-to-deal-ii> <path-to-plasticitylab> | ||
| $ make release | ||
| $ make -j 8 && $HOME/share/bin/mpirun -n 18 ./PlasticityLab | ||
|
|
||
| # The triangulation is configured in PlasticityLabProgDrivers.cpp in run() | ||
| # The material is configured in main.cpp | ||
| # The timestep is configured in PlasticityLabProg.h | ||
| ``` | ||
|
|
||
| ## Citation: | ||
| If you use this code as part of your work, please cite: | ||
| Hamed, M.M.O., McBride, A.T. & Reddy, B.D. An ALE approach for large-deformation thermoplasticity with application to friction welding. Comput Mech 72, 803–826 (2023). | ||
| https://doi.org/10.1007/s00466-023-02303-0 |
Member
There was a problem hiding this comment.
Would you be willing to add a few paragraphs that outline what the program does and how it does it? It doesn't have to be very much, but I think it would be nice to be able to read in the readme what this program is about without having to first look at the paper.
e34a713 to
b023104
Compare
This file contains hidden or 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
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.
Following this thread in the mailing list, I'm adding this to the code gallery.