MCPcopy 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_surfaceFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
map_boundary_to_sphereFunction · 0.95
tutte_3DFunction · 0.95
integrateFunction · 0.95
repousse_allFunction · 0.95
repousseFunction · 0.95
test_mass_matrixMethod · 0.45

Calls

no outgoing calls

Tested by 4

test_mass_matrixMethod · 0.36
test_stiffness_matrixMethod · 0.36