MASA-0.44.0
|
Files | |
file | 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. | |
file | laplacian.h [code] |
file | laplacian_utils.c |
Utility functions used with laplacian.c. | |