Hello,

I am resurrecting a very old thread, here.

I am interersted in extending the functions 
vector_tools::project_boundary_values() and 
vector_tools::compute_nonzero_normal_flux() or writing something similar to 
extend functionality to fe_dgq and fe_dgp finite elements.  I am writing 
here to ask for advice about this.

My understanding is that this currently is not possible because those fe's 
don't have unit support points.  Is this correct?  I have hacked together a 
solution to get around this, but I want to clean up my code and do it 
idiomatically now.

Any advice on getting this started will be much appreciated.

Thanks,
Fred





On Saturday, March 21, 2015 at 12:48:32 PM UTC-4, Wolfgang Bangerth wrote:
>
> On 03/17/2015 12:56 PM, Kent Van Vels wrote: 
> > Hi, 
> > 
> > You wrote 
> > 
> > "...your operators B and B* are, in essence, just mass matrices on the 
> > boundary and there are functions in MatrixTools that build such 
> matrices." 
> > 
> > I haven't been able to find these functions.  Can you tell me where they 
> are? 
>
> Here: 
>
> https://www.dealii.org/developer/doxygen/deal.II/namespaceMatrixCreator.html#a6288b0b2abba624a094281fcd5e2df27
>  
>
> You will also need this function: 
>
> https://www.dealii.org/developer/doxygen/deal.II/namespaceDoFTools.html#aea9fa329f0c4a00ee55782a9e0810db4
>  
>
> Best 
>   W. 
>
> -- 
> ------------------------------------------------------------------------ 
> Wolfgang Bangerth               email:            [email protected] 
> <javascript:> 
>                                  www: http://www.math.tamu.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.

Reply via email to