MASA-0.44.0
|
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. More...
#include "laplacian.h"
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.
Functions | |
int | main (int argc, char *argv[]) |