← Back to team overview

ffc team mailing list archive

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 10:33:55PM +0100, Marie Rognes wrote:
> Anders Logg wrote:
> >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.
> >
>
> There seems to be some coefficients missing in the generated tabulate_tensor
> for the right-hand side?

Ah, yes. Very strange. I have some other things planned for tomorrow
so I might not be able to fix it until late tomorrow or Wednesday.

--
Anders

Attachment: signature.asc
Description: Digital signature


References