Jacobi
Documentation for Jacobi Solver
Functions
jacobi_main.c File Reference

Driver program for the Jacobi solver for Laplace equation. More...

#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include "jacobi_functions.h"
Include dependency graph for jacobi_main.c:

Functions

int main (int argc, char *argv[])
 

Detailed Description

Driver program for the Jacobi solver for Laplace equation.

This file contains the driver program for the solver of the Laplace equation using Jacobi iterative method on a square grid, given the boundary conditions

Authors
Giuseppe Piero Brandino - eXact-lab s.r.l.