When defining
dxm=df.dx(metadata={'quadrature_degree': p_deg, 'quadrature_scheme': 'default'})
which scheme is used? Gauss-Legendre quadrature?
When defining
dxm=df.dx(metadata={'quadrature_degree': p_deg, 'quadrature_scheme': 'default'})
which scheme is used? Gauss-Legendre quadrature?
Ok, this seems to be unknown. Then, may I rephrase my question?
How can I choose the Gauss-Legendre quadrature as my ‘quadrature_scheme’? I can not find any information in the docs on this topic.
Hi, did you manage to find out what is the default quadrature scheme ?