framework icon indicating copy to clipboard operation
framework copied to clipboard

DynamicMeshGraph::addLinks not clearly documented

Open guignont opened this issue 2 years ago • 1 comments

Hello, documentation of void DynamicMeshGraph::addLinks(Integer nb_link, Int64ConstArrayView links_infos); does not describe what to put in link_infos.

A+ Thomas

guignont avatar Mar 27 '23 13:03 guignont

Hello Thomas, DynamicMeshGraph has been removed from Arcane. Links_infos was made of three info per link : [current_link_uid, first_dual_node_uid, second_dual_node_uid]. In the current Arcane version one should use IGraphModifier::addLinks where you can use more than two dual nodes for a link.

stdcm avatar Mar 27 '23 13:03 stdcm