> Hi,
> So far I just worked with the simple Fe_Enriched constructor, However I 
> want to use more enrichment functions and I am having problems to 
> understand  the third argument  of  this constructor (below). 
> I Know I need to pass a vector  of functions but not sure about the exact 
> format. For example it is not clear for me exactly how to pass the argument 
> Cell_interator , and do not understand why it is needed a vector of a 
> vector of a C++ function template
> .. to have an example on how to define this argument would be nice.
>
> For now I plan to implement the same enrichments equally in the 
> triangulation, however I understand that I can have different enrichments 
> for different parts of the triangulation.
>
> Thank you for your help
>
> template <int dim, int spacedim>
> FE_Enriched<dim,spacedim>::FE_Enriched 
> <http://www.dealii.org/developer/doxygen/deal.II/classFE__Enriched.html#ada373a36db9791fa6e6440987e8ce258>
>  
> (const FiniteElement<dim,spacedim> 
> <http://www.dealii.org/developer/doxygen/deal.II/classFiniteElement.html> 
> *fe_base,
> const std::vector<const FiniteElement<dim,spacedim> 
> <http://www.dealii.org/developer/doxygen/deal.II/classFiniteElement.html> 
> * > &fe_enriched,
> const std::vector<std::vector<std::function<const Function<spacedim> 
> <http://www.dealii.org/developer/doxygen/deal.II/classFunction.html> *(
> const typename Triangulation<dim, spacedim>::cell_iterator 
> <http://www.dealii.org/developer/doxygen/deal.II/classTriaIterator.html> 
> &) > > > &functions)
>

-- 
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 dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to