Model.add_problems
- Model.add_problems(problems)[source]
Add multiple problems to the model.
- Parameters:
- problemslist[:class=`compas_fea2.problem.Problem`]
The problems to add.
- Returns:
- list[:class=`compas_fea2.problem.Problem`]
The added problems.
Add multiple problems to the model.
The problems to add.
The added problems.