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

Method getBoundaryFaceArea

tools/Assembler/Mesh/TriangleMesh.cpp:109–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109Float TriangleMesh::getBoundaryFaceArea(size_t bfi) const {
110 assert(bfi < getNbrBoundaryFaces());
111 return m_boundary_lengths(bfi);
112}
113
114VectorF TriangleMesh::getBoundaryFaceNormal(size_t bfi) const {
115 assert(bfi < getNbrBoundaryFaces());

Callers 4

getBdAreaMatrixMethod · 0.45
getBdLaplacianMatrixMethod · 0.45
getBdLaplacianMatrixMethod · 0.45
check_areasMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected