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

Method get_num_dofs

tools/Wires/Parameters/ParameterManager.cpp:321–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319 m_dof_type(UNKNOWN) { }
320
321size_t ParameterManager::get_num_dofs() const {
322 return m_thickness_params.get_num_dofs() + m_offset_params.get_num_dofs();
323}
324
325size_t ParameterManager::get_num_thickness_dofs() const {
326 return m_thickness_params.get_num_dofs();

Callers 12

create_from_dof_fileMethod · 0.45
get_num_offset_dofsMethod · 0.45
get_dofsMethod · 0.45
set_dofsMethod · 0.45
num_dofsMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 6

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36