| 241 | } // registerStructIDsWithMobilityMat |
| 242 | |
| 243 | void |
| 244 | DirectMobilitySolver::setStokesSpecifications(const StokesSpecifications& stokes_spec) |
| 245 | { |
| 246 | d_rho = stokes_spec.getRho(); |
| 247 | d_mu = stokes_spec.getMu(); |
| 248 | |
| 249 | return; |
| 250 | } // setStokesSpecifications |
| 251 | |
| 252 | void |
| 253 | DirectMobilitySolver::setSolutionTime(const double solution_time) |
no test coverage detected