framework
framework copied to clipboard
DynamicMeshGraph::addLinks not clearly documented
Hello, documentation of void DynamicMeshGraph::addLinks(Integer nb_link, Int64ConstArrayView links_infos); does not describe what to put in link_infos.
A+ Thomas
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.