Hi Jennifer, it was indeed a bug and I fixed step-32: n_global_dofs() is now called n_dofs() and I also fixed the deprecated member variable n_quadrature_points that got removed (replaced with size()).
Let me know if it still fails to compile for you. -- Timo Heister http://num.math.uni-goettingen.de/~heister On Tue, Nov 16, 2010 at 8:14 PM, Jennifer Worthen <[email protected]> wrote: > All, > > I recently built the subversion copy of deal.ii with p4est and Trilinos > 10.6.0 (previously was using deal.ii 6.3.1, Trilinos 10.0.3, and a > pre-p4est version of Step 32). Now when I build Step 32 (unchanged from the > svn copy), I have a couple of errors that come up: > > deal.II/examples/step-32$ make > ... > step-32.cc:3170: error: ‘class dealii::DoFHandler<2, 2>’ has no member > named ‘n_global_dofs’ > ... > step-32.cc:617: error: ‘const class dealii::Quadrature<2>’ has no member > named ‘n_quadrature_points’ > ... > step-32.cc:729: error: ‘const class dealii::Quadrature<2>’ has no member > named ‘n_quadrature_points’ > ... > > I have ran 'svn up' to be sure I wasn't missing an update. Step 10, which > calls n_quadrature_points, has no problem compiling, while Step 41 gives me > the same n_quadrature_points error. Is there a package that I missed when I > configured deal.ii? Thanks, > > Jennifer > _______________________________________________ > dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii > _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
