[Libmesh-users] problem with boundary_id libmesh 0.7.0

2010-12-29 Thread Stefano Berrone
I recently installed the release 0.7.0.3 (as well as the svn version). I tried to run a code developed for previous releases and I had some problems with boundary_id. The code if( elem->neighbor(s) == NULL ) { short int side_id = mesh.boundary_info->boundary_id(elem,s); . } corr

Re: [Libmesh-users] Temporary inhibit repartition

2010-10-14 Thread Stefano Berrone
John Peterson wrote: > On Mon, Sep 27, 2010 at 9:25 AM, Stefano Berrone > wrote: > >> We are developing a non stationary parallel adaptive code for Navier-Stokes >> equations. In order to apply our error estimators and adaptive strategy >> in an efficient way, we nee

[Libmesh-users] Temporary inhibit repartition

2010-09-27 Thread Stefano Berrone
We are developing a non stationary parallel adaptive code for Navier-Stokes equations. In order to apply our error estimators and adaptive strategy in an efficient way, we need to do not repartition the mesh in the adaptive steps within a time-step, and to repartition the mesh just at the end of ea