Source code: Augmented Lagrangian Solvers for Poroelasticity with Fracture Contact Mechanics
Authors/Creators
Description
This upload provides a Docker image that can be used to reproduce the results of the paper 'Augmented Lagrangian Solvers for Poroelasticity with Fracture Contact Mechanics'.
The image includes two git repositories with code necessary to reproduce the results:
- The software tool PorePy, available at https://github.com/pmgbergen/porepy/.
- Version: 1.11
- Branch: develop
- GitHub commit: 993208680a4382b0a96aecba1fe93bee1348eb02
- The repository with the runscript, available at https://github.com/mariusnevland/augmented_lagrangian_solvers.
- Branch: main
- GitHub commit: 9a988150ab4a3d94a1d14cdac47a7334f40e113d
How to use:
Run the following from the same directory where the .tar file is saved:
docker load -i augmented_lagrangian_solvers.tar
Start a container based on the image using (replace <my-container-name> with the preferred container name):
docker run -d --name <my-container-name> augmented_lagrangian_solvers
Attach to the running container using
docker exec -it <my-container-name> bash
The command line should now look something like this:
root@ef7653710a9e:~/porepy#
Run the following command:
cd ~/augmented_lagrangian_solvers
Remaining instructions for how to run the scripts can be found in https://github.com/mariusnevland/augmented_lagrangian_solvers
Files
Files
(4.3 GB)
| Name | Size | Download all |
|---|---|---|
|
md5:1d123e19e16224b520912dabfde67ba2
|
4.3 GB | Download |
Additional details
Funding
Software
- Programming language
- Python