Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ load_fem_mesh
Method
load_fem_mesh
tests/tools/Assembler/ShapeFunctions/FEBasisTest.h:15–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
typedef Elements::Ptr FEMeshPtr;
14
15
FEMeshPtr load_fem_mesh(const std::string& filename) {
16
return Elements::adapt(load_mesh(filename));
17
}
18
};
19
20
TEST_F(FEBasisTest, Creation) {
Callers
nothing calls this directly
Calls
1
load_mesh
Function · 0.85
Tested by
no test coverage detected