| 1117 | } // computeMobilityRegularization |
| 1118 | |
| 1119 | unsigned int |
| 1120 | CIBMethod::getNumberOfNodes(const unsigned int struct_no) const |
| 1121 | { |
| 1122 | std::pair<int, int> lag_idx_range = d_struct_lag_idx_range[struct_no]; |
| 1123 | return (lag_idx_range.second - lag_idx_range.first); |
| 1124 | |
| 1125 | } // getNumberOfStructuresNodes |
| 1126 | |
| 1127 | void |
| 1128 | CIBMethod::setRigidBodyVelocity(const unsigned int part, const RigidDOFVector& U, Vec V) |
no outgoing calls
no test coverage detected