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

does bitpit support defining a domain with different lengths in different directions #366

Closed
Watchmojo opened this issue Nov 25, 2022 · 4 comments
Labels

Comments

@Watchmojo
Copy link

does bitpit support defining a domain with different lengths in different directions, such as [0,1] X [0,3] X [0,5].

thank you

@andrea-iob
Copy link
Member

If we are talking about the octree modules (PABLO or VolOctree), only square/cubic domains are supported (e.g. [0,3] X [0,3] X [0,3]).

@andrea-iob
Copy link
Member

The unstructured mesh module (VolUnstructured) allows to use any domain shape, but the underlying data structures will be the ones of a generic unstructured mesh and they will not use an octree for refinement/partitioning/...

@DMurataj01
Copy link
Contributor

@Watchmojo

does bitpit support defining a domain with different lengths in different directions, such as [0,1] X [0,3] X [0,5].

thank you

Some light modifications to PABLO i.e. changing the L to mL (double to darray3) and updating the logic that follows should get you there pretty quickly. You can then pipe this to VolUnstructured and should be able to use that

@Watchmojo
Copy link
Author

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants