Model.add_problems
- Model.add_problems(problems)[source]
Add multiple
compas_fea2.problem.Problem
objects to the model.- Parameters:
problems ([]:class:compas_fea2.problem.Problem]) – The problems to add
- Returns:
[
compas_fea2.problem.Problem
] – The added problems- Raises:
TypeError – if a problem is not type
compas_fea2.problem.Problem