Skip to content

Enable resetting the expansion after the MeshGraph is somehow changed

Stanislaw Gepner requested to merge feature/MeshGraph_ReSetExpansion into master

I am modifying the existing mesh and solution by adding / deleting elements. The MeshGraph does not offer a method to manipulate existing expansions and so new elements will not be included in the expansion. This MR adds a method to reset expansions. It is assumed that only one type of elements is used in each expansion.

Edited by Stanislaw Gepner

Merge request reports