On 3/10/19 4:09 AM, Konrad wrote: > > just a quick question. Is there a special reason why for example the function > VectorTools::project_boundary_values_div_conformingĀ is restricted to > Raviart-Thomas elements? The principle should be the same for example for > Brezzi-Douglas-Marini elements, right? Or am I missing something here?
Correct. I suspect it's because nobody has tried it for the BDM element and thought through whether the details are correct there as well. What happens if you just try it? You might even be able to just take some of the tests under the tests/ directory and copy/adjust them to use the BDM element to see what happens. If it doesn't work, I suspect that the adjustments will be minor. We'd of course take any kind of patch you come up with! Best W. -- ------------------------------------------------------------------------ Wolfgang Bangerth email: [email protected] www: http://www.math.colostate.edu/~bangerth/ -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
