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

added functionality for static irregular rectilinear grids #292

Merged
merged 20 commits into from
Feb 23, 2024

Conversation

amartyads
Copy link
Contributor

Description

Added a new domain decomposition, that allows a user-specified static irregular rectilinear grid to be used as the domain decomposition.

How Has This Been Tested?

Used a bunch of different CSV files, printed out domain sizes, ran simulations with 1000 steps with multiple ranks, seems to work

@amartyads amartyads changed the title Static irreg dd added functionality for static irregular rectilenar grids Feb 22, 2024
@amartyads amartyads requested a review from FG-TUM February 22, 2024 10:32
@amartyads amartyads changed the title added functionality for static irregular rectilenar grids added functionality for static irregular rectilinear grids Feb 22, 2024
examples/Mamico-couette/ls1configNoCP.xml Outdated Show resolved Hide resolved
src/parallel/StaticIrregDomainDecomposition.h Show resolved Hide resolved
src/parallel/StaticIrregDomainDecomposition.h Outdated Show resolved Hide resolved
src/parallel/StaticIrregDomainDecomposition.cpp Outdated Show resolved Hide resolved
src/parallel/StaticIrregDomainDecomposition.cpp Outdated Show resolved Hide resolved
src/parallel/StaticIrregDomainDecomposition.cpp Outdated Show resolved Hide resolved
src/parallel/StaticIrregDomainDecomposition.h Outdated Show resolved Hide resolved
src/parallel/StaticIrregDomainDecomposition.cpp Outdated Show resolved Hide resolved
src/parallel/StaticIrregDomainDecomposition.cpp Outdated Show resolved Hide resolved
src/parallel/StaticIrregDomainDecomposition.cpp Outdated Show resolved Hide resolved
@FG-TUM
Copy link
Member

FG-TUM commented Feb 22, 2024

Add documentation of your new decomposition to all-options.xml. I know there is also nothing for the GeneralDomainDecomposition but you could add that too while you are at it ;)

@amartyads
Copy link
Contributor Author

Add documentation of your new decomposition to all-options.xml. I know there is also nothing for the GeneralDomainDecomposition but you could add that too while you are at it ;)

Copied the documentation in GeneralDomainDecomposition::readXML() into all-options, looks like enough to me

@amartyads amartyads requested a review from FG-TUM February 23, 2024 12:07
examples/all-options.xml Outdated Show resolved Hide resolved
src/parallel/StaticIrregDomainDecomposition.h Show resolved Hide resolved
@amartyads amartyads requested a review from FG-TUM February 23, 2024 16:46
@FG-TUM FG-TUM merged commit b32e26d into master Feb 23, 2024
52 checks passed
@FG-TUM FG-TUM deleted the static-irreg-dd branch February 23, 2024 17:01
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.

2 participants