Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ getElement
Method
getElement
tools/Assembler/Mesh/TriangleMesh.cpp:72–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
}
71
72
VectorI TriangleMesh::getElement(size_t ei) const {
73
assert(ei < getNbrElements());
74
return m_mesh->get_face(ei);
75
}
76
77
VectorI TriangleMesh::getElementAdjacentElements(size_t ei) const {
78
assert(ei < getNbrElements());
Callers
15
getDivergence
Method · 0.45
getCurlNorm
Method · 0.45
precomputeShapeFunctionDerivatives
Method · 0.45
getMassMatrix
Method · 0.45
getStiffnessMatrix
Method · 0.45
getLaplacianMatrix
Method · 0.45
getDisplacementStrainMatrix
Method · 0.45
precomputeShapeFunctionDerivatives
Method · 0.45
getMassMatrix
Method · 0.45
getStiffnessMatrix
Method · 0.45
getLaplacianMatrix
Method · 0.45
getDisplacementStrainMatrix
Method · 0.45
Calls
1
get_face
Method · 0.80
Tested by
3
compute_triangle_height
Method · 0.36
compute_tetrahedron_height
Method · 0.36
TEST_F
Function · 0.36