Norma.jl

A Julia testbed for solid mechanics, coupling and multiphysics
Author lxmota
Popularity
5 Stars
Updated Last
10 Months Ago
Started In
August 2017

Norma

A Julia prototype for testing algorithms and ideas for coupling and multiphysics mainly in solid mechanics and heat conduction.

To install within the package manager (press ] in the Julia REPL):

pkg> activate .
pkg> registry update
pkg> update
pkg> instantiate

Then press delete to exit the package manager.

On MacOS, it is necessary to ignore package hashes for the dependence on Exodus.jl:

ENV["JULIA_PKG_IGNORE_HASHES"] = 1

To run the code, assuming that Julia is in the executable path:

julia --project=@. /path/to/src/Norma.jl input.yaml