My Project
|
Writes the intermediate solutions during the Newton scheme for models using a finite volume discretization. More...
#include <fvbasenewtonconvergencewriter.hh>
Public Member Functions | |
FvBaseNewtonConvergenceWriter (NewtonMethod &nm) | |
void | beginTimeStep () |
Called by the Newton method before the actual algorithm is started for any given timestep. | |
void | beginIteration () |
Called by the Newton method before an iteration of the Newton algorithm is started. | |
void | writeFields (const SolutionVector &uLastIter, const GlobalEqVector &deltaU) |
Write the Newton update to disk. | |
void | endIteration () |
Called by the Newton method after an iteration of the Newton algorithm has been completed. | |
void | endTimeStep () |
Called by the Newton method after Newton algorithm has been completed for any given timestep. | |
Writes the intermediate solutions during the Newton scheme for models using a finite volume discretization.
|
inline |
Called by the Newton method after Newton algorithm has been completed for any given timestep.
This method is called regardless of whether the Newton method converged or not.
|
inline |
Write the Newton update to disk.
Called after the linear solution is found for an iteration.
uLastIter | The solution vector of the previous iteration. |
deltaU | The negative difference between the solution vectors of the previous and the current iteration. |