Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ assemble
Method
assemble
python/pymesh/Assembler.py:40–41 ·
view source on GitHub ↗
(self, matrix_name)
Source
from the content-addressed store, hash-verified
38
mesh.raw_mesh, material.raw_material)
39
40
def
assemble(self, matrix_name):
41
return
self.__raw_assembler.assemble(matrix_name)
42
43
@property
44
def
material(self):
Callers
15
generate_minimal_surface
Function · 0.95
main
Function · 0.95
compute_distortion_energies_3D
Function · 0.95
compute_distortion_energies_2D
Function · 0.95
main
Function · 0.95
main
Function · 0.95
map_boundary_to_sphere
Function · 0.95
tutte_3D
Function · 0.95
integrate
Function · 0.95
repousse_all
Function · 0.95
repousse
Function · 0.95
test_mass_matrix
Method · 0.45
Calls
no outgoing calls
Tested by
4
test_mass_matrix
Method · 0.36
test_lumped_mass_matrix
Method · 0.36
test_stiffness_matrix
Method · 0.36
test_elasticity_tensor
Method · 0.36