Model.add_problem

Model.add_problem(problem)[source]

Add a compas_fea2.problem.Problem object to the model.

Parameters:

problem (compas_fea2.problem.Problem) – The problem to add

Returns:

compas_fea2.problem.Problem – The added problem

Raises:

TypeError – if problem is not type compas_fea2.problem.Problem