← Back to 3MAH
Contents:
fedoo.mesh
fedoo.constitutivelaw
fedoo.weakform
fedoo.time
fedoo.problem
Add a linear multi-point constraint to the list of boundary conditions.
This method is equivalent to use the method add with a MPC object:
>>> boundary_conditions.add(fd.MPC(*args, **kargs))
The arguments are the same as the fedoo.MPC constructor.
fedoo.MPC