KnutAM / FerriteProblems.jl

Standard problem for FESolvers.jl and Ferrite.jl

Home Page:https://knutam.github.io/FerriteProblems.jl/dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FerriteProblems

Dev Build Status Coverage

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

Installation

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

About

Standard problem for FESolvers.jl and Ferrite.jl

https://knutam.github.io/FerriteProblems.jl/dev/

License:MIT License


Languages

Language:Julia 100.0%