MovingBoundaryMinerals.jl
This is the documentation page of the package Diffusion coupled growth.
Installation
MovingBoundaryMinerals.jl is not yet registered and can be added as follows:
using Pkg; Pkg.add("https://github.com/AnStroh/MovingBoundaryMinerals.jl.git")
or
julia> ]
(@v1.10) pkg> add https://github.com/AnStroh/MovingBoundaryMinerals.jl.git
However, as the API is changing and not every new feature leads to a new release, one can also clone the main branch of the repository:
add https://github.com/AnStroh/MovingBoundaryMinerals.jl.git#main
After installation, you can test the package by running the following commands:
using MovingBoundaryMinerals
julia> ]
(@v1.10) pkg> test MovingBoundaryMinerals