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

Method getNumberOfNodes

src/IB/CIBMethod.cpp:1119–1125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1117} // computeMobilityRegularization
1118
1119unsigned int
1120CIBMethod::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
1127void
1128CIBMethod::setRigidBodyVelocity(const unsigned int part, const RigidDOFVector& U, Vec V)

Calls

no outgoing calls

Tested by

no test coverage detected