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
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
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