MCPcopy Create free account
hub / github.com/GeometryCollective/ddg-exercises / TEST_F

Function TEST_F

projects/parameterization/src/test-param.cpp:97–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95
96
97TEST_F(SpectralConformalParameterizationTest, buildConformalEnergy) {
98
99 SparseMatrix<std::complex<double>> EC = SCP.buildConformalEnergy();
100 EXPECT_TRUE((EC - EC_soln).norm() < 1e-6) << "Conformal energy matrix is incorrect";
101}
102
103TEST_F(SpectralConformalParameterizationTest, flatten) {
104

Callers

nothing calls this directly

Calls 2

buildConformalEnergyMethod · 0.80
flattenMethod · 0.80

Tested by

no test coverage detected