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

writevtk for empty triangulations #762

Closed
fverdugo opened this issue Mar 10, 2022 · 3 comments
Closed

writevtk for empty triangulations #762

fverdugo opened this issue Mar 10, 2022 · 3 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@fverdugo
Copy link
Member

fverdugo commented Mar 10, 2022

This does not work:

using Gridap
cells = (10,10)
domain = (0,1,0,1)
model = CartesianDiscreteModel(domain,cells)
Ω0 = Interior(model,Int[])
writevtk(Ω0,"empty_mesh")

We need this, e.g. in parallel computations when some subdomain is empty.

@fverdugo fverdugo added bug Something isn't working help wanted Extra attention is needed labels Mar 10, 2022
@fverdugo
Copy link
Member Author

@amartinhuertas @ericneiva @oriolcg , someone volunteering to fix this?

@fverdugo
Copy link
Member Author

WIP in #766

@fverdugo
Copy link
Member Author

closed via #766

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant