Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ TEST_F
Function
TEST_F
tests/tools/Assembler/ShapeFunctions/FEBasisTest.h:20–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
};
19
20
TEST_F(FEBasisTest, Creation) {
21
FEMeshPtr cube_tet = load_fem_mesh(
"cube.msh"
);
22
FEMeshPtr square = load_fem_mesh(
"square_2D.obj"
);
23
24
FEBasis cube_tet_basis = FEBasis(cube_tet);
25
FEBasis square_basis = FEBasis(square);
26
}
Callers
nothing calls this directly
Calls
1
FEBasis
Class · 0.85
Tested by
no test coverage detected