MASA-0.44.0
|
src | |
masa.f90 | MASA Fortran Interface |
masa.h | |
tutorial | |
laplacian.c | A simple standalone tutorial program which solves a Laplacian using finite-differencing and uses the MASA library to aid in verification. For clarity, this program is self contained with all required source files present in this directory (laplacian.h, laplacian.c, and laplacian_utils.c) Note that for clarity, we use simple matrix data structures and form a full dense system. In addition, no particular performance considerations are applied |
laplacian.h | |
laplacian_utils.c | Utility functions used with laplacian.c |