https://github.com/tlcfem/subloading-implementation
10.1007/s00707-025-04339-0
https://github.com/tlcfem/subloading-implementation
Last synced: 5 months ago
JSON representation
10.1007/s00707-025-04339-0
- Host: GitHub
- URL: https://github.com/tlcfem/subloading-implementation
- Owner: TLCFEM
- License: gpl-3.0
- Created: 2024-10-01T21:27:47.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-11-01T06:44:20.000Z (8 months ago)
- Last Synced: 2025-11-01T08:29:33.431Z (8 months ago)
- Language: TeX
- Homepage: https://doi.org/10.1007/s00707-025-04339-0
- Size: 401 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# On the Subloading Surface Model for Metals: Some Insights and an Efficient Numerical Implementation
This repository contains the source code and example models of paper [10.1007/s00707-025-04339-0](https://doi.org/10.1007/s00707-025-04339-0).
To cite or reproduce figures in the paper, you can find the corresponding figure and copy the source code in your work.
Please check CI/CD workflow to see how to generate figures used in the paper.
The numerical examples used in the paper are developed in `suanPan`.
To perform the numerical analysis, one can download and install [`suanPan`](https://github.com/TLCFEM/suanPan).
Then run the model via, for example, the following command in the corresponding folders.
```sh
cd ./PIC/CYCLIC
suanpan -f cyclic.sp
```