eneswitwit / Sumfactorization

1 stars 0 forks source link

Number of 1D-Quadrature shall be indepent from degree #9

Closed masterleinad closed 7 years ago

masterleinad commented 7 years ago

At the moment, you requiring the number of the 1D-quadrature points to be the same as the number of 1D-ansatz functions. This is not necessarily desired. Sometimes an under-integration has stabilizing effects or over-integration is used to decrease the integration error for non-polynomial right-hand sides. In short: Make it an additional template argument.