Skip to content

Reinit a 2D FEBase on a side of a 3D TET10 #3031

Answered by roystgnr
rebpoli asked this question in Q&A
Discussion options

You must be logged in to vote

Take a look at FEInterface::dofs_on_side()? That's what we use to do these sorts of problems in generic_projector.h. In that context we typically do still have to loop over every dof (we have forcing functions coming from vertex and edge dof values by the time we're projecting side dofs) but we at least only have to solve a linear system with side dofs alone.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rebpoli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants