EDIpack Fortran Module

EDIPACK is the top module of the EDIpack library. It provides access to the all the relevant procedures of the library, realizing the Fortran API. The user needs to invoke use of this module to get access to EDIpack as:

program test
    USE EDIPACK
    ...

The module also contains a subset of the global and input variables that can be accessed in the userspace.

Used modules