Skip to content

Commit

Permalink
Merge pull request #6134 from gassmoeller/remove_unused_function
Browse files Browse the repository at this point in the history
Remove unimplemented function
  • Loading branch information
gassmoeller authored Nov 6, 2024
2 parents aec2bfe + ac26473 commit e7745ad
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions include/aspect/simulator.h
Original file line number Diff line number Diff line change
Expand Up @@ -947,12 +947,6 @@ namespace aspect
std::pair<double,double>
solve_stokes ();

/**
* Solve the Stokes system using a block preconditioner and GMG.
*/
std::pair<double,double>
solve_stokes_block_gmg ();

/**
* This function is called at the end of every time step. It runs all
* the postprocessors that have been listed in the input parameter file
Expand Down

0 comments on commit e7745ad

Please sign in to comment.