Getting Started
Installation requirements
Gridap is tested on Linux, but it should be also possible to use it on Mac OS and Windows since it is written exclusively in Julia and it only depends on registered Julia packages.
Installation
Gridap is a registered package. Thus, the installation should be straight forward using the Julia's package manager Pkg. To this end, open the Julia REPL (i.e., execute the julia
binary), type ]
to enter package mode, and install Gridap as follows
pkg> add Gridap
That's all.
For further information about how to install and manage Julia packages, see the Pkg documentation.
Further steps
We recommend to follow the Gridap Tutorials in order to get familiar with the library.