Hi deal ii community ,
I am trying to solve a similar problem as tutorial 29: complex valued -Helmoholtz equation but in this case each component of my 2D vector (real, imaginary ) is a FE-Enriched Finite element.
e.g. my constructor is of the form FEsystem <dim> (fe_enriched,1,fe_enriched,1) and fe_enriched are FE_Enriched finite elements.
Question 1:
My first test case seemed to work. My second one not so well. Either way I would like to know if this implementation is possible if not what modifications are needed.
Question 2:
Related to the previous one. How to identiy the non-enriched/enriched parts in the vector valued FE_Enriched elements.
Previously Denis suggested system_to_base_index().first.first=0, but I think in this case it does not apply any longer.
Thank you for your help
Regards,
Edith