Re: [deal.II] How to add addtional point to enrichment functions (FE_Enriched)

2017-11-01 Thread Denis Davydov
> 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

Re: [deal.II] How to add addtional point to enrichment functions (FE_Enriched)

2017-11-01 Thread 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), and I do not see how I can pass the point when declaring the func

[deal.II] Re: How to add addtional point to enrichment functions (FE_Enriched)

2017-11-01 Thread Denis Davydov
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

Re: [deal.II] CellDataStorage with mesh refinement

2017-11-01 Thread Timo Heister
> 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

Re: [deal.II] deal.II on Mac OS Sierra

2017-11-01 Thread 'Uwe Köcher' via deal . II User Group
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