Re: [deal.II] triangulation.signals.post_refinement :connection of a member function

2021-07-06 Thread Wolfgang Bangerth
On 7/6/21 2:45 AM, Simon Wiesheier wrote: Is it also possible to get a reference (pointer) to the Solid object within the constructor of 'AnotherClass', so without passing a solid reference to the latters constructor? 'this' would in this case refer to the instance of 'AnotherClass'. The

Re: [deal.II] On the discretization of the time harmonic Maxwell equation

2021-07-06 Thread Wolfgang Bangerth
On 7/6/21 12:13 PM, Jean-Paul Pelteret wrote: The literature mostly refers to two approaches todiscretizing the time harmonic Maxwell equation. The first one is through the use of edge curl conforming Nedelec elements and the other being through the use of interior penalty DG. Any comments

Re: [deal.II] On the discretization of the time harmonic Maxwell equation

2021-07-06 Thread Jean-Paul Pelteret
Hi Abbas, I’m sorry that nobody has answered your question to date. It could be that there is no-one on the forum with the requisite knowledge to help you, or maybe those that have the knowledge just aren’t capable of responding at the moment. If you haven’t done so already, then perhaps you

Re: [deal.II] Saving PointHistory data to file for restart

2021-07-06 Thread Jean-Paul Pelteret
Hi Dario, To add to what’s already been suggested, you can also look at the TransferableQuadraturePointData and ContinuousQuadratureDataTransfer

Re: [deal.II] Using periodic boundary conditions with parallell processing

2021-07-06 Thread Jean-Paul Pelteret
Hi Raghunandan, Quick question: This sort of setup sounds like something that you would do for homogenisation problems… Have you fixed your periodicity frame? (This amounts to completely fixing one point to remove rigid body translations, and partially constraining n-dim other points to remove

[deal.II] deal.II Newsletter #173

2021-07-06 Thread 'Rene Gassmoeller' via deal.II User Group
Hello everyone! This is deal.II newsletter #173. It automatically reports recently merged features and discussions about the deal.II finite element library. ## Below you find a list of recently proposed or merged features: #12546: fix: Updated dotgdbinit to work with version 9.3 (proposed by

Re: [deal.II] triangulation.signals.post_refinement :connection of a member function

2021-07-06 Thread Simon Wiesheier
Thank you very much! With that hint it works as expected. Is it also possible to get a reference (pointer) to the Solid object within the constructor of 'AnotherClass', so without passing a solid reference to the latters constructor? 'this' would in this case refer to the instance of