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

Method getBoundaryFaceArea

tools/Assembler/Mesh/TetrahedronMesh.cpp:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111Float TetrahedronMesh::getBoundaryFaceArea(size_t bfi) const {
112 assert(bfi < getNbrBoundaryFaces());
113 return m_mesh->get_attribute("face_area")[bfi];
114}
115
116VectorF TetrahedronMesh::getBoundaryFaceNormal(size_t bfi) const {
117 assert(bfi < getNbrBoundaryFaces());

Callers

nothing calls this directly

Calls 1

get_attributeMethod · 0.45

Tested by

no test coverage detected