Hi all,

Is it possible to perform calculus on non-conforming mesh with DEAL II ?

I started with a conforming mesh and then I used 
    GridRefinement::refine_and_coarsen_fixed_number 
in order to refine my mesh. It generates a non-conforming mesh. Then I
saved this mesh using this commands :
    GridOutFlags::Msh msh_flags(true, true); 
    grid_out.set_flags(msh_flags);
    grid_out.write_msh (triangulation, grid_name);

When I restart my calculus from the mesh I saved, results are wrong,
like if hanging nodes were note taken into account correctly.

Thanks in advance for the help.


_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii

Reply via email to