the extractors should be constant, that's not the problem (see previous response)
Andrew On 29.03.2011, at 18:40, Martin Genet wrote: > > On 03/29/2011 09:10 AM, Heitor Pina wrote: >> const FEValuesExtractors::Vector vc(0); >> const FEValuesExtractors::Scalar sc(dim); > > I am not fluent in deal.II, but maybe you should try: > > FEValuesExtractors::Vector vc(dim); > FEValuesExtractors::Scalar sc; > > I.e. not "const", and velocity vector field with "dim" size instead of > concentration scalar field... > > Sorry if I'm wrong. > > Good luck, > Martin. > _______________________________________________ > dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
