MCPcopy Create free account
hub / github.com/IBAMR/IBAMR / setStokesSpecifications

Method setStokesSpecifications

src/IB/DirectMobilitySolver.cpp:243–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

CIBMobilitySolverMethod · 0.45

Calls 2

getRhoMethod · 0.80
getMuMethod · 0.80

Tested by

no test coverage detected