#include "projectionMethod.h"
This class is the acutal projection method Solver. It call uStar to calculate the predicted u*, call divUStar to calculate the divergence of u*, calls pressure to calculate pressure, and calls ghostPoint to do interpolation for the velocity. It call call the cage to set inner boundary conditions associated with spheres.
1.5.6