← 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]

 

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.

--
Marie

--
Anders
------------------------------------------------------------------------

Subject:
[Branch ~ffc-core/ffc/dev] Rev 1484: Lots of fixes in many places. DOLFIN Poisson demo now compiles. But an assertion
From:
noreply@xxxxxxxxxxxxx
Date:
Mon, 18 Jan 2010 20:27:15 -0000
To:
Anders Logg <logg@xxxxxxxxx>

To:
Anders Logg <logg@xxxxxxxxx>


------------------------------------------------------------
revno: 1484
committer: Anders Logg <logg@xxxxxxxxx>
branch nick: ffc-dev
timestamp: Mon 2010-01-18 21:24:30 +0100
message:
  Lots of fixes in many places. DOLFIN Poisson demo now compiles. But an assertion
  fails: demo: ./dolfin/fem/DofMap.h:78: unsigned int dolfin::DofMap::global_dimension() const: Assertion `_ufc_dofmap->global_dimension() > 0' failed.
modified:
  ffc/analysis.py
  ffc/codegeneration.py
  ffc/compiler.py
  ffc/cpp.py
  ffc/evaluatedof.py
  ffc/tensor/tensorgenerator.py
  ffc/wrappers.py
  scripts/ffc


--
lp:~ffc-core/ffc/dev
https://code.launchpad.net/~ffc-core/ffc/dev

You are subscribed to branch lp:~ffc-core/ffc/dev.
To unsubscribe from this branch go to https://code.launchpad.net/~ffc-core/ffc/dev/+edit-subscription.
------------------------------------------------------------------------

_______________________________________________
Mailing list: https://launchpad.net/~ffc
Post to     : ffc@xxxxxxxxxxxxxxxxxxx
Unsubscribe : https://launchpad.net/~ffc
More help   : https://help.launchpad.net/ListHelp




Follow ups

References