Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GeometryCollective/ddg-exercises
/ functions
Functions
245 in github.com/GeometryCollective/ddg-exercises
⨍
Functions
245
◇
Types & classes
29
Method
loadSolutionFile
projects/geometric-flow/src/test-flow.cpp:24
Function
main
projects/direction-field-design/src/test-connect.cpp:170
Function
main
projects/direction-field-design/src/main.cpp:167
Function
main
projects/poisson-problem/src/test-spp.cpp:207
Function
main
projects/poisson-problem/src/main.cpp:159
Function
main
projects/discrete-exterior-calculus/src/test-dec.cpp:205
Function
main
projects/discrete-exterior-calculus/src/main.cpp:783
Function
main
projects/vector-field-decomposition/src/test-decomp.cpp:187
Function
main
projects/vector-field-decomposition/src/main.cpp:395
Function
main
projects/parameterization/src/test-param.cpp:142
Function
main
projects/parameterization/src/main.cpp:181
Function
main
projects/simplicial-complex-operators/src/main.cpp:157
Function
main
projects/simplicial-complex-operators/src/test-sco.cpp:339
Function
main
projects/discrete-curvatures-and-normals/src/test-curv.cpp:309
Function
main
projects/discrete-curvatures-and-normals/src/main.cpp:229
Function
main
projects/geodesic-distance/src/test-heat.cpp:149
Function
main
projects/geodesic-distance/src/main.cpp:179
Function
main
projects/geometric-flow/src/test-flow.cpp:206
Function
main
projects/geometric-flow/src/main.cpp:87
Method
massMatrix
* Builds the sparse diagonal mass matrix containing the barycentric dual area of each vertex. * * Input: * Returns: Sparse mass matrix for the mesh
core/src/geometry.cpp:276
Method
printEdges
Print edges. */
core/include/mesh_subset.h:136
Method
printFaces
Print Faces. */
core/include/mesh_subset.h:145
Method
printVertices
Print vertices. */
core/include/mesh_subset.h:127
Function
residual
* Computes the residual of Ax - λx, where x has unit norm and λ = x.Ax. * * Input: <A>, the complex sparse matrix whose eigendecomposition is being
utils/src/solvers.cpp:28
Method
sharedHalfedge
* Returns a halfedge lying on the shared edge between face f and g. * * Input: Two adjacent faces <f> and <g>. * Returns: A halfedge lying on the s
projects/vector-field-decomposition/src/tree-cotree.cpp:69
Function
showSelected
projects/discrete-exterior-calculus/src/main.cpp:105
Function
showSelected
projects/vector-field-decomposition/src/main.cpp:62
Function
showSelected
projects/parameterization/src/main.cpp:56
Function
showSelected
projects/discrete-curvatures-and-normals/src/main.cpp:71
Function
showSelected
projects/geometric-flow/src/main.cpp:54
Function
solveInversePowerMethod
* Solves Ax = λx, where λ is the smallest nonzero eigenvalue of A, and x is the corresponding eigenvector. * * Input: <A>, the complex positive defi
utils/src/solvers.cpp:40
Method
testOnMeshSubset
* Construct a MeshSubset with the given vertices, edges, and faces, to test the given function on. Check if we get * the expected result. Designe
projects/simplicial-complex-operators/src/test-sco.cpp:44
Method
testReturnedMeshSubset
* Pretty much the same as testOnMeshSubset(), but specifically customized for testing star(), closure(), link(), * and boundary(), which return M
projects/simplicial-complex-operators/src/test-sco.cpp:66
Method
~DiscreteCurvaturesAndNormalsTest
projects/discrete-curvatures-and-normals/src/test-curv.cpp:149
Method
~DiscreteExteriorCalculusTest
projects/discrete-exterior-calculus/src/test-dec.cpp:156
Method
~HarmonicBasesTest
projects/vector-field-decomposition/src/test-decomp.cpp:129
Method
~HeatMethodTest
projects/geodesic-distance/src/test-heat.cpp:114
Method
~HodgeDecompositionTest
projects/vector-field-decomposition/src/test-decomp.cpp:114
Method
~MeanCurvatureFlowTest
projects/geometric-flow/src/test-flow.cpp:98
Method
~ScalarPoissonProblemTest
projects/poisson-problem/src/test-spp.cpp:107
Method
~SimplicialComplexOperators
Destructor
projects/simplicial-complex-operators/include/simplicial-complex-operators.h:37
Method
~SimplicialComplexOperatorsTest
projects/simplicial-complex-operators/src/test-sco.cpp:38
Method
~SpectralConformalParameterizationTest
projects/parameterization/src/test-param.cpp:90
Method
~TrivialConnectionsSphereTest
projects/direction-field-design/src/test-connect.cpp:149
Method
~TrivialConnectionsTest
projects/direction-field-design/src/test-connect.cpp:136
← previous
201–245 of 245, ranked by callers