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

[CO] Rework MeshSolution Tutorial #623

Merged
merged 33 commits into from
Jan 31, 2024
Merged

[CO] Rework MeshSolution Tutorial #623

merged 33 commits into from
Jan 31, 2024

Conversation

BonneelP
Copy link
Collaborator

Hello all,

This PR extend the MeshSolution Tutorial to further details the properties/methods.
I have also added some docstring and comments in some files.

I would have one question : regarding pyleecan/Methods/Mesh/MeshMat/add_cell.py, we need to find the indice of the next cell to add. In the current method we use "max" on the indices matrix which can take time so I have replaced it with "get_cell_nb" which works only if no cell are removed. Is it a correct assumption or should I revert to the previous method ?

Best regards,
Pierre

BonneelP and others added 30 commits May 15, 2023 13:48
…endre points, and scalar product to ElementMat
@AdrienLeduqueEomys AdrienLeduqueEomys merged commit e474ffd into master Jan 31, 2024
@AdrienLeduqueEomys AdrienLeduqueEomys deleted the MeshSol branch January 31, 2024 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants