MCPcopy Create free account
hub / github.com/chunleili/mgpbd / solveSoft_python

Method solveSoft_python

engine/soft/soft3d.py:686–691  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

684
685 # @timeit
686 def solveSoft_python(self):
687 self.pos_mid.copy_from(self.pos)
688 self.compute_C_and_gradC()
689 self.b = self.compute_b()
690 dlam, self.r_iter.r_Axb = self.linsol.run(self.b)
691 self.dlam2dpos(dlam)
692
693 def solveSoft(self):
694 self.solveSoft_python()

Callers 1

solveSoftMethod · 0.95

Calls 4

compute_C_and_gradCMethod · 0.95
compute_bMethod · 0.95
dlam2dposMethod · 0.95
runMethod · 0.45

Tested by

no test coverage detected