76 this->InitialiseForSolve(initialGuess);
79 this->PrepareForSetupLinearSystem(
nullptr);
82 this->SetupLinearSystem(
nullptr,
true);
84 this->FinaliseLinearSystem(
nullptr);
87 Vec solution = this->mpLinearSystem->Solve(initialGuess);
89 this->FollowingSolveLinearSystem(solution);