Skip to content

Instantly share code, notes, and snippets.

View Melkiades's full-sized avatar
👾

Davide Garolini Melkiades

👾
View GitHub Profile
@Melkiades
Melkiades / # netcdf - 2017-05-08_16-53-07.txt
Created May 8, 2017 15:02
netcdf (homebrew/science/netcdf) on macOS 10.12.4 - Homebrew build logs
Homebrew build logs for homebrew/science/netcdf on macOS 10.12.4
Build date: 2017-05-08 16:53:07
@Melkiades
Melkiades / arpack_wrapper.f90
Created August 17, 2017 16:26
Simplified Fortran Module to find first Eigenvalues/Eigenvectors using ARPACK
!! ==============================================================================
! ==============================================================================
!
! NOTE ON THIS WRAPPER USE -----------------------------------------------------
! This code has been adapted from an already existing example.
! In this implementation you must only set the matrix A (must be allocated) to
! your eigenproblem and call the function:
!
! call find_eigens(eigval, eigvec, nx, nev, which)
!