Skip to content

Quadrature points for boundary #1079

Answered by JordiManyer
MichaelLoibl asked this question in Q&A
Discussion options

You must be logged in to vote

The measures have the CellQuadrature inside.

So both of these are unnecessary:

Qₕ_domain = CellQuadrature(dΩ,degree)
Qₕ_bound = CellQuadrature(dΓd,degree)

you can just retrieve the quadrature that the measures contain.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by MichaelLoibl
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