MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / getNbrElements

Method getNbrElements

tools/Assembler/Mesh/TriangleMesh.cpp:55–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55size_t TriangleMesh::getNbrElements() const {
56 return m_mesh->get_num_faces();
57}
58
59size_t TriangleMesh::getNodePerElement() const {
60 assert(m_mesh->get_vertex_per_face() == 3);

Callers 15

getDivergenceMethod · 0.45
getCurlNormMethod · 0.45
getMassMatrixMethod · 0.45
getStiffnessMatrixMethod · 0.45
getLaplacianMatrixMethod · 0.45
getStrainStressMatrixMethod · 0.45
getMassMatrixMethod · 0.45
getStiffnessMatrixMethod · 0.45
getLaplacianMatrixMethod · 0.45

Calls 1

get_num_facesMethod · 0.45

Tested by 5

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36