idaholab / moose

Multiphysics Object Oriented Simulation Environment
https://www.mooseframework.org
GNU Lesser General Public License v2.1
1.72k stars 1.04k forks source link

Axis aligned mesh splitting #11032

Open friedmud opened 6 years ago

friedmud commented 6 years ago

Rationale

In the case where you have an axis aligned mesh (for instance: using GeneratedMesh)... we should be able to split elements in an axis direction easily (i.e. isotropically refine).

Description

Implement a MeshModifier that does this

Impact

Generally useful

permcody commented 6 years ago

Do you mean anisotropically refine? The way I'm picturing this, you are talking about only adding extra elements in one direction.

friedmud commented 6 years ago

Yep - basically. But for the case of axis-aligned mesh it shouldn't be hard to do. The refined elements won't actually be children of the original parent elements. Just delete the original element and lay down two elements in the desired direction.

On Thu, Mar 15, 2018 at 6:01 AM Cody Permann notifications@github.com wrote:

Do you mean anisotropically refine? The way I'm picturing this, you are talking about only adding extra elements in one direction.

— You are receiving this because you authored the thread.

Reply to this email directly, view it on GitHub https://github.com/idaholab/moose/issues/11032#issuecomment-373352966, or mute the thread https://github.com/notifications/unsubscribe-auth/AA1JMfnyQKnDDyT67oJ0lqdpd7Zz820Hks5telgUgaJpZM4SsAhl .