MCPcopy Create free account

hub / github.com/GeometryCollective/ddg-exercises / functions

Functions245 in github.com/GeometryCollective/ddg-exercises

MethodloadSolutionFile
projects/geometric-flow/src/test-flow.cpp:24
Functionmain
projects/direction-field-design/src/test-connect.cpp:170
Functionmain
projects/direction-field-design/src/main.cpp:167
Functionmain
projects/poisson-problem/src/test-spp.cpp:207
Functionmain
projects/poisson-problem/src/main.cpp:159
Functionmain
projects/discrete-exterior-calculus/src/test-dec.cpp:205
Functionmain
projects/discrete-exterior-calculus/src/main.cpp:783
Functionmain
projects/vector-field-decomposition/src/test-decomp.cpp:187
Functionmain
projects/vector-field-decomposition/src/main.cpp:395
Functionmain
projects/parameterization/src/test-param.cpp:142
Functionmain
projects/parameterization/src/main.cpp:181
Functionmain
projects/simplicial-complex-operators/src/main.cpp:157
Functionmain
projects/simplicial-complex-operators/src/test-sco.cpp:339
Functionmain
projects/discrete-curvatures-and-normals/src/test-curv.cpp:309
Functionmain
projects/discrete-curvatures-and-normals/src/main.cpp:229
Functionmain
projects/geodesic-distance/src/test-heat.cpp:149
Functionmain
projects/geodesic-distance/src/main.cpp:179
Functionmain
projects/geometric-flow/src/test-flow.cpp:206
Functionmain
projects/geometric-flow/src/main.cpp:87
MethodmassMatrix
* 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
MethodprintEdges
Print edges. */
core/include/mesh_subset.h:136
MethodprintFaces
Print Faces. */
core/include/mesh_subset.h:145
MethodprintVertices
Print vertices. */
core/include/mesh_subset.h:127
Functionresidual
* 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
MethodsharedHalfedge
* 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
FunctionshowSelected
projects/discrete-exterior-calculus/src/main.cpp:105
FunctionshowSelected
projects/vector-field-decomposition/src/main.cpp:62
FunctionshowSelected
projects/parameterization/src/main.cpp:56
FunctionshowSelected
projects/discrete-curvatures-and-normals/src/main.cpp:71
FunctionshowSelected
projects/geometric-flow/src/main.cpp:54
FunctionsolveInversePowerMethod
* 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
MethodtestOnMeshSubset
* 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
MethodtestReturnedMeshSubset
* 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
← previous201–245 of 245, ranked by callers