Warning: This package is experimental and breaking changes are expected
FESolvers.jl
requires the Ferrite.jl
user to specify a problem
to be solved.
FerriteProblems.jl
provides such a problem::FerriteProblem
.
The FerriteProblems.jl
package brings together
Those packages not in the general julia registry are available in knutamregistry
After adding this registry, the FerriteProblems.jl
can be installed as
using Pkg
Pkg.add("FerriteProblems")
If the registry is not added, it is possible to install using
using Pkg
Pkg.add(url="https://github.com/KnutAM/FerriteProblems.jl")
But then it is first required to add all of the above packages (that are not registered) manually