[deal.II] PostDoc position in computational cardiac eletro-mechanics at University of Milan

2020-05-12 Thread Simone Scacchi
The group of Numerical Analysis at the Department of Mathematics, University of Milan, invites applications for a PostDoc position (12 months) in the area of computational mathematics, with deadline June 10, 2020 at 11:59 PM (Rome time): https://www.unimi.it/it/ricerca/ricerca-lastatale/fare-ricerc

Re: [deal.II] Error while trying to do the extensions provided in step-3

2020-05-12 Thread Huzaifa Unjhawala
Hello! Yes, the issue has been solved! Thanks a lot! I failed to realize that I had such an old version installed. Will update. Thanks again Huzaifa On Tuesday, May 12, 2020 at 9:18:33 PM UTC+5:30, Wolfgang Bangerth wrote: > > > Huzaifa, > > what version of deal.II are you using? The function

Re: [deal.II] How to get a Mapping of Surface Mesh DoF and Volume Boundary DoF?

2020-05-12 Thread Wolfgang Bangerth
On 5/9/20 3:55 AM, cd wrote: To start with I have a  Triangulation volume_mesh and from this, I use GridGenerator::extract_boundary_mesh to generate Triangulationdim> surface_mesh. Then I solve a std fem elasticity problem and compute volume_solution vector. Further, I also solve a meshfree

Re: [deal.II] Error while trying to do the extensions provided in step-3

2020-05-12 Thread Wolfgang Bangerth
Huzaifa, what version of deal.II are you using? The function used to have a different name (set_boundary_indicator() instead of set_boundary_id()). But if you are using an old version of deal.II, you probably also want to use the old versions of the tutorial web pages. For example, here is t

Re: [deal.II] Re: Evaluating FE-solution on distributed mesh, semi-Lagrangian method

2020-05-12 Thread Bruno Turcksin
Konrad, There is nothing out of the box. However, deal.II uses p4est which can use more that one layer of ghost cells. So you should take a look there to see how hard it is to change the code. If that's the way you want to go, I am sure that someone will be able to provide you with some guidance.

[deal.II] Re: Evaluating FE-solution on distributed mesh, semi-Lagrangian method

2020-05-12 Thread Konrad Simon
Thank you, Bruno. What is sometimes done for semi-Lagrangian methods is that one defines a halo region around the locally owned cells (like ghost cells) that contains information from previous time steps and then limits the time step so that one never leaves the halo region when asking for info