Model.add_elements_ics
- Model.add_elements_ics(ic: _InitialCondition, elements: Node) list [source]
Add a
compas_fea2.model._InitialCondition
to the model.- Parameters:
ic (
compas_fea2.model._InitialCondition
) – Initial condition object to add to the model.elements (
compas_fea2.model.ElementsGroup
) – List or Group with the elements where the initial condition is assigned.
- Returns: