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

Use of other types of Mesh that use MeshGenerators is broken #13959

Closed
bwspenc opened this issue Aug 23, 2019 · 0 comments
Closed

Use of other types of Mesh that use MeshGenerators is broken #13959

bwspenc opened this issue Aug 23, 2019 · 0 comments
Labels
C: Framework 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

@bwspenc
Copy link
Contributor

bwspenc commented Aug 23, 2019

Bug Description

A recent PR (#13849) makes it so that the only type of Mesh that is allowed together with MeshGenerators is a MeshGeneratorMesh. This breaks our peridynamics capability that is in development because we have a peridynamics mesh object that functions in a similar way to MeshGeneratorMesh. We need the code under the setup_mesh task in SetupMeshAction.C to be a little more flexible.

Steps to Reproduce

Currently, all of the tests in the PR that adds the peridynamics module (#12700) are broken because of this.

Impact

This prevents any mesh that uses MeshGenerators other than MeshGeneratorMesh from working.

@bwspenc bwspenc added the T: defect An anomaly, which is anything that deviates from expectations. label Aug 23, 2019
@permcody permcody added C: Framework P: normal A defect affecting operation with a low possibility of significantly affects. labels Aug 23, 2019
bwspenc added a commit to bwspenc/moose that referenced this issue Sep 6, 2019
…olab#13959

Provide a way for use of other Mesh types that work with
Mesh Generators without generating a warning.
bwspenc added a commit to bwspenc/moose that referenced this issue Sep 6, 2019
…olab#13959

Provide a way for use of other Mesh types that work with
Mesh Generators without generating a warning.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: Framework P: normal A defect affecting operation with a low possibility of significantly affects. T: defect An anomaly, which is anything that deviates from expectations.
Projects
None yet
Development

No branches or pull requests

2 participants