Re: [deal.II] p4est tree initilization

2019-05-29 Thread Wolfgang Bangerth
On 5/29/19 4:40 AM, Gabriel Peters wrote: > > I am working with a parallel::distributed::triangulation. > In my program I load a coarse grid from a file. > > Is there a function to manually initialize trees in my triangulation, > according to some regions of my domain (just as p4est does) or >

[deal.II] deal.II Newsletter #81

2019-05-29 Thread Rene Gassmoeller
Hello everyone! This is deal.II newsletter #81. 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: #8296: Sort implementations of GridTools::cell_measure by dimension.

Re: [deal.II] prepare_for_coarsening_and_refinement() for FE_Bernstein-elements

2019-05-29 Thread 'Maxi Miller' via deal.II User Group
I tried to implement this idea with the following code: TrilinosWrappers::MPI::Vector distributed_q_solution(locally_owned_dofs, mpi_communicator); TrilinosWrappers::MPI::Vector distributed_old_q_solution( locally_owned_dofs, mpi_communicator); TrilinosWrappers::MPI::Vector

Re: [deal.II] Thermal Expansion

2019-05-29 Thread Muhammad Mashhood
Hi Andrew! I am also working on the same problem and would be interested to have a look into Thesis but the link says it has been removed. On Tuesday, October 7, 2014 at 12:27:09 PM UTC+2, mac wrote: > > The link below is to an MSc thesis that details all the steps to solve the > thermoelastic

[deal.II] p4est tree initilization

2019-05-29 Thread Gabriel Peters
Hey everyone, I am working with a parallel::distributed::triangulation. In my program I load a coarse grid from a file. Is there a function to manually initialize trees in my triangulation, according to some regions of my domain (just as p4est does) or is this automatically done by calling