How to use Fortran
libraries globals
, linalg
, geometry
and p1galerkin
example1
: libraries are build or installed in another directory and they are found usingfind_package
example2
: libraries are downloaded and build usingFetchContent
example3
: libraries are added usinggit submodules
and build usingadd_subdirectory