Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DynamicMeshGraph::addLinks not clearly documented #600

Open
guignont opened this issue Mar 27, 2023 · 1 comment
Open

DynamicMeshGraph::addLinks not clearly documented #600

guignont opened this issue Mar 27, 2023 · 1 comment
Labels
arcane Arcane Component documentation Improvements or additions to documentation enhancement New feature or request

Comments

@guignont
Copy link
Contributor

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

A+
Thomas

@guignont guignont added documentation Improvements or additions to documentation enhancement New feature or request arcane Arcane Component labels Mar 27, 2023
@stdcm
Copy link
Member

stdcm commented Mar 27, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arcane Arcane Component documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants