Skip to content

Allow more parallel boundary regions#3302

Open
dschwoerer wants to merge 2 commits intonextfrom
boundary-regions
Open

Allow more parallel boundary regions#3302
dschwoerer wants to merge 2 commits intonextfrom
boundary-regions

Conversation

@dschwoerer
Copy link
Contributor

Also allow to set boundaries for bndry_par_xin/xout and bndry_par_yup/ydown

Also allow to set boundaries for bndry_par_xin/xout and
bndry_par_yup/ydown
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

string prefix("bndry_");

string side;
std::array<string, 5> sides;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

warning: no header providing "std::array" is directly included [misc-include-cleaner]

src/mesh/boundary_factory.cxx:8:

- #include <list>
+ #include <array>
+ #include <list>

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.

1 participant