Introduction to Amaru

Amaru is a Finite Element library written in Julia language. The purpose of this library is to aid the research of new algorithms for the finite element method. Currently this library solves static and dynamic analyses in two and three-dimensions.

Installation and basic usage

Install the package using the package manager, type ] and then:

] add Amaru

To use Amaru, type in Julia REPL:

using Amaru

To test, type ] and then:

] test Amaru

Development version

To install the development version, type ] and then

add Amaru#main