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

DataOut for pyramids: reorder at the end #12847

Merged
merged 1 commit into from Oct 21, 2021

Conversation

peterrum
Copy link
Member

@peterrum peterrum commented Oct 19, 2021

references #12842

TODO: I still need to add a test, since the old DataOut implementation is not tested for pyramids.

Copy link
Member

@bangerth bangerth left a comment

Choose a reason for hiding this comment

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

Looks good to me. Please merge if you add a test!

{
AssertDimension(patch.n_subdivisions, 1);

static std::array<unsigned int, 5> table = {{0, 1, 3, 2, 4}};
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
static std::array<unsigned int, 5> table = {{0, 1, 3, 2, 4}};
static const std::array<unsigned int, 5> table = {{0, 1, 3, 2, 4}};

@peterrum peterrum changed the title [WIP] DataOut for pyramids: reorder at the end DataOut for pyramids: reorder at the end Oct 21, 2021
@kronbichler
Copy link
Member

/rebuild

@bangerth bangerth merged commit 8f0f58a into dealii:master Oct 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants