Model.add_problem
- Model.add_problem(problem=None, **kwargs)[source]
Add a problem to the model.
- Parameters:
- problem:class=`compas_fea2.problem.Problem`
The problem to add.
- Returns:
- :class=`compas_fea2.problem.Problem`
The added problem.
Add a problem to the model.
The problem to add.
The added problem.