-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Fix Level set mark transfer seg fault when initial_steps is set #14909
Labels
C: Modules
P: normal
A defect affecting operation with a low possibility of significantly affects.
T: defect
An anomaly, which is anything that deviates from expectations.
Comments
jiangwen84
added
the
T: defect
An anomaly, which is anything that deviates from expectations.
label
Mar 16, 2020
The back trace is below
|
during initialSetup, app has not been created yet. |
@aeslaughter do you have any suggestion to fix this? |
I am thinking that there might need to be another execute flag that causes the sub-application mesh to perform the same operation when it is created. I am not sure what that will look like in practice. |
permcody
added
C: Modules
P: normal
A defect affecting operation with a low possibility of significantly affects.
labels
Mar 19, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C: Modules
P: normal
A defect affecting operation with a low possibility of significantly affects.
T: defect
An anomaly, which is anything that deviates from expectations.
Bug Description
LevelSetMeshRefinementTransfer is used to transfer mesh adaptivity information to reinitialization sub app. However, it causes segmentation fault when initial_steps in Adaptivity is used.
Steps to Reproduce
Add initial_steps = 1 in Adaptivity Block in modules/level_set/test/tests/transfers/markers/multi_level/master.i.
Impact
This needs to be fixed if initial_steps is used.
The text was updated successfully, but these errors were encountered: