> 2 нояб. 2017 г., в 2:50, Edith Sotelo написал(а):
>
> Hi Denis,
> Thank you for your answer but I still need to further understand some things
> :
> * I think I need to pass the point (xo) during assembly since it will
> different for different cells ( dof coordinate or center of the cell
Hi Denis,
Thank you for your answer but I still need to further understand some things :
* I think I need to pass the point (xo) during assembly since it will different
for different cells ( dof coordinate or center of the cell), and I do not see
how I can pass the point when declaring the func
Hi Edith,
f(x-x0) is just your enrichment function derived from dealii::Function. So
define a class which takes that extra parameter (or any number of them) and
use it with FE_Enriched.
Assuming that your bilinear form needs gradients, then you would need to
implement gradients of your custom f
> I tried to use the class, but I still have some Problems. In the example you
> are just transferring an integer variable. Is it also possible to transfer a
> whole CellDataStorage element (or at least some packed vector with ist
> elements) from a parent cell to each child? Do you also have an ex
Hej Pawan,
I tried compiling 8.5.1 .tar.gz file, but make failed on that as well with
> newer versions of MacOS. I look forward to your .dmg file.
>
you can try to use the candi installer for deal.II
https://github.com/dealii/candi
With that, it was possible to compile deal.II with dependencies