> and I have changed Triangulation.n_levels() yesterday. Can you try to see > in gdb what the value of mg_used_dofs.size() is in MGDoFHandler::n_dofs as > well as what n_levels() returns in setup_system()?
To be more concrete, n_levels() should return 2, since we create a coarse mesh and refine it exactly once. Best W. -- ------------------------------------------------------------------------- Wolfgang Bangerth email: [email protected] www: http://www.math.tamu.edu/~bangerth/ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
