MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / get_num_offset_dofs

Method get_num_offset_dofs

tools/Wires/Parameters/ParameterManager.cpp:329–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

327}
328
329size_t ParameterManager::get_num_offset_dofs() const {
330 return m_offset_params.get_num_dofs();
331}
332
333VectorF ParameterManager::get_dofs() const {
334 const size_t num_thickness_dofs = m_thickness_params.get_num_dofs();

Callers 2

num_offset_dofsMethod · 0.80
TEST_FFunction · 0.80

Calls 1

get_num_dofsMethod · 0.45

Tested by 1

TEST_FFunction · 0.64