This repository implements Phase-field modeling in Dynamic-Brittle Fracture, using Gridap.jl package.
From Bash shell or terminal, run
$ git clone https://github.com/DevasmitDutta/Dynamic-Fracture.git
$ cd Dynamic-fracture
After that, enter the Julia REPL and then do the following
julia> ]
pkg> activate .
pkg> instantiate()
julia> using Pluto
julia> Pluto.run()
After that, a pop-up window hosted on the local-machine as shown below, will open-up in the browser.
Finally, depending on the use case, navigate to the desired folder and the notebooks will open 🚀