FEYNMAN_KAC
PDE Solution by Feynman-Kac Algorithm


FEYNMAN_KAC is a C program, using double precision arithmetic, which solves a simple partial differential equation inside an elliptic domain using the Feynman-Kac algorithm.

The program is intended as a simple demonstration of the method. The main purpose is to have a version that runs sequentially, so that it can be compared to versions which have been enhanced using parallel programming techniques.

Related Data and Programs:

SDE is a MATLAB library which solves certain stochastic differential equations.

Reference:

  1. Peter Arbenz, Wesley Petersen,
    Introduction to Parallel Computing - A practical guide with examples in C,
    Oxford University Press,
    ISBN: 0-19-851576-6,
    LC: QA76.58.P47.

Source Code:

Examples and Tests:

List of Routines:

You can go up one level to the C source codes.


Last revised on 14 March 2008.