#include "pressure.h"
This class is the pressure Poisson equation Solver. It creats indices for all pressure points on the coarse and fine mesh, generates the matrix, and assigns the right hand side of the equation, then call PetscLinearSolver to solve the linear system.
1.5.6