MechanicalMaterialModels.jl
provides common material models following the
MaterialModelsBase.jl interface. See the documentation for the available models.
The MechanicalMaterialModels.jl
package depends on the following unregistered packages:
Those packages, as well as MechanicalMaterialModels.jl
itself, is available in knutamregistry.
After adding this registry, the MechanicalMaterialModels.jl
and its dependencies can be installed as other registered packages, i.e.
using Pkg
Pkg.add("MechanicalMaterialModels")
If the registry is not added, it is necessary to install all non-registered required packages, i.e.
using Pkg
Pkg.add(url="https://github.com/KnutAM/Newton.jl")
Pkg.add(url="https://github.com/KnutAM/MaterialModelsBase.jl")
Pkg.add(url="https://github.com/KnutAM/MechanicalMaterialModels.jl")