Skip to content

Commit

Permalink
introducing clear_problems() model interface function
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt committed Jan 14, 2015
1 parent bf547a4 commit e251936
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/two_scale_solver.hpp
Expand Up @@ -123,6 +123,7 @@ class RGFlow<Two_scale> {

bool accuracy_goal_reached() const; ///< check if accuracy goal is reached
void check_setup() const; ///< check the setup
void clear_problems(); ///< clear model problems
unsigned int get_max_iterations() const; ///< returns max. number of iterations
void initial_guess(); ///< initial guess
void run_up(); ///< run all models up
Expand Down

0 comments on commit e251936

Please sign in to comment.