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

Method setInterpolatedVelocityVector

src/IB/CIBMethod.cpp:1076–1087  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1074} // subtractMeanConstraintForce
1075
1076void
1077CIBMethod::setInterpolatedVelocityVector(Vec /*V*/, const double data_time)
1078{
1079#if !defined(NDEBUG)
1080 TBOX_ASSERT(IBTK::rel_equal_eps(data_time, d_half_time));
1081#else
1082 NULL_USE(data_time);
1083#endif
1084 d_lag_velvec_is_initialized = true;
1085
1086 return;
1087} // setInterpolatedVelocityVector
1088
1089void
1090CIBMethod::getInterpolatedVelocity(Vec V, const double data_time, const double scale)

Callers 5

applyMethod · 0.45
modifyRhsForBcsMethod · 0.45
solveSystemMethod · 0.45
PCApply_SaddlePointMethod · 0.45
MatVecMult_KMInvMethod · 0.45

Calls 1

rel_equal_epsFunction · 0.85

Tested by

no test coverage detected