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

Move FEEvaluationImplHangingNodes::run_internal() into a specialized class #12997

Merged

Conversation

peterrum
Copy link
Member

depends on #12996

@@ -50,355 +52,384 @@ namespace internal
& c_mask,
Number *values)
{
Runner<RunTypes::vectorized, fe_degree> runner;
Copy link
Member Author

@peterrum peterrum Nov 26, 2021

Choose a reason for hiding this comment

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

The idea is to have:

Runner<(fe_degree > 3 || fe_degree == -1 ) ? RunTypes::vectorized : RunTypes::scalar, 
        fe_degree> runner;

@peterrum peterrum force-pushed the FEEvaluationImplHangingNodes_runner branch from 5f9e334 to 6958093 Compare November 26, 2021 20:23
@peterrum peterrum force-pushed the FEEvaluationImplHangingNodes_runner branch from 6958093 to 3b349ab Compare November 26, 2021 20:44
@peterrum peterrum force-pushed the FEEvaluationImplHangingNodes_runner branch from 3b65cb6 to a50ed3f Compare November 27, 2021 08:17
@peterrum peterrum merged commit 43550bc into dealii:master Nov 27, 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

2 participants