Model.add_nodes_ics
- Model.add_nodes_ics(ic: _InitialCondition, nodes: 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.nodes (list[
compas_fea2.model.Node
] orcompas_fea2.model.NodesGroup
) – List or Group with the nodes where the initial condition is assigned.
- Returns: