ffc team mailing list archive
-
ffc team
-
Mailing list archive
-
Message #03358
Re: [noreply@xxxxxxxxxxxxx: [Branch ~ffc-core/ffc/dev] Rev 1484: Lots of fixes in many places. DOLFIN Poisson demo now compiles. But an assertion]
On Mon, Jan 18, 2010 at 09:42:34PM +0100, Marie Rognes wrote:
> Anders Logg wrote:
> >Marie, could you have a look at init_mesh? There seems to be a small
> >bug. For P1 elements, it generates
> >
> > _global_dimension = m.num_entities[1];
> >
> >It should be
> >
> > _global_dimension = m.num_entities[0];
> >
>
> Fixed.
Great! Now the Poisson demo runs but the solution looks wrong.
--
Anders
Attachment:
signature.asc
Description: Digital signature
Follow ups
References