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

Small error in LFPPDofHandling #45

Open
enricomiletto opened this issue Jan 9, 2024 · 0 comments
Open

Small error in LFPPDofHandling #45

enricomiletto opened this issue Jan 9, 2024 · 0 comments

Comments

@enricomiletto
Copy link

Hello,
I think for a S_2^0 space there should also be 1 dof for every quad, not only every edge.

// and for the quadratic LFES, S_2^0, edges also have 1 dof
ndof_edge = 1;
lf::assemble::UniformFEDofHandler quad_dofh(
mesh, {{lf::base::RefEl::kPoint(), ndof_node},
{lf::base::RefEl::kSegment(), ndof_edge},
{lf::base::RefEl::kTria(), ndof_tria},
{lf::base::RefEl::kQuad(), ndof_quad}});

Cheers,
Enrico

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

No branches or pull requests

1 participant