PetscLinearSolver.cpp File Reference

Linear system solver. More...

#include "PetscLinearSolver.h"

Defines

#define __FUNCT__   ""


Detailed Description

Linear system solver.

This class use PETSC to solve the linear system A x = b, which results from the pressure Poisson equation. A is the matrix, x is the soultion of pressure, and b is the source terms. Note that A is represented by a sparse matrix for efficiency. The performace of the solver is mainly determined by this part, because the Poisson equation is the most expensive part to solve.


Define Documentation

#define __FUNCT__   ""


Generated on Tue May 18 21:30:43 2010 by  doxygen 1.5.6