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

Method solve

tools/IGL/HarmonicSolver.cpp:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58void HarmonicSolver::solve() {
59 igl::harmonic(m_nodes, m_elements, m_bd_indices, m_bd_values, m_order, m_solution);
60}
61
62#endif

Callers 12

solve_harmonicFunction · 0.45
test_linear_functionMethod · 0.45
test_radial_functionMethod · 0.45
test_2DMethod · 0.45
test_identityMethod · 0.45
mainFunction · 0.45
solveFunction · 0.45
integrateFunction · 0.45
repousse_allFunction · 0.45
repousseFunction · 0.45
solve_diagonal_systemMethod · 0.45
solve_dense_systemMethod · 0.45

Calls

no outgoing calls

Tested by 6

test_linear_functionMethod · 0.36
test_radial_functionMethod · 0.36
test_2DMethod · 0.36
test_identityMethod · 0.36
solve_diagonal_systemMethod · 0.36
solve_dense_systemMethod · 0.36