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

Preserve boundaries when refining MeshLine, MeshTri and MeshQuad; add default tags #792

Merged
merged 20 commits into from
Nov 19, 2021

Conversation

kinnala
Copy link
Owner

@kinnala kinnala commented Nov 15, 2021

  • Added: left, right etc. named boundaries for the default cubes.
  • Fixed: Uniform refinement of MeshLine1, MeshTri1 and MeshQuad1 preserves boundaries
  • Added: Warning if boundaries/subdomains are invalidated by a call to refined

Fixes #799 and fixes #675 .

skfem/mesh/mesh.py Outdated Show resolved Hide resolved
@kinnala kinnala mentioned this pull request Nov 17, 2021
@kinnala kinnala marked this pull request as ready for review November 19, 2021 10:08
@kinnala kinnala changed the title Add simple boundary tags for the default cubes Preserve boundaries when refining MeshLine, MeshTri and MeshQuad; add default tags Nov 19, 2021
@kinnala kinnala merged commit 583d3f7 into master Nov 19, 2021
@kinnala kinnala deleted the default-tags branch November 19, 2021 10:21
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.

ex13: add mesh.refined(1) and everything is broken ElementLineDG
2 participants