Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
58
void 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_harmonic
Function · 0.45
test_linear_function
Method · 0.45
test_radial_function
Method · 0.45
test_2D
Method · 0.45
test_identity
Method · 0.45
main
Function · 0.45
solve
Function · 0.45
integrate
Function · 0.45
repousse_all
Function · 0.45
repousse
Function · 0.45
solve_diagonal_system
Method · 0.45
solve_dense_system
Method · 0.45
Calls
no outgoing calls
Tested by
6
test_linear_function
Method · 0.36
test_radial_function
Method · 0.36
test_2D
Method · 0.36
test_identity
Method · 0.36
solve_diagonal_system
Method · 0.36
solve_dense_system
Method · 0.36