dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #14630
Re: [HG DOLFIN] Partitioning of built-in meshes working. C++ Poisson demo works out of the box.
dolfin@xxxxxxxxxx (DOLFIN) writes:
> One or more new changesets pushed to the primary dolfin repository.
> A short summary of the last three changesets is included below.
>
> changeset: 6673:2f2e897f207eef6bc56117e58e337e0ee377cd67
> tag: tip
> user: Anders Logg <logg@xxxxxxxxx>
> date: Sat Aug 08 23:31:10 2009 +0200
> files: demo/pde/poisson/cpp/main.cpp demo/pde/poisson/python/demo.py dolfin/mesh/MeshPartitioning.cpp sandbox/passembly/main.cpp
> description:
> Partitioning of built-in meshes working. C++ Poisson demo works out of the box.
> Test with
>
> mpirun -n 9 ./demo
>
> Something seems wrong with settings BCs in Python Poisson demo.
>
It might be related to the numbering of facets. BoundaryComputation
need a global facet numbering in order to extract the exterior
boundary. As it is now, it will fail if the ufc_dof_map doesn't need a
facet numbering.
Niclas
Follow ups
References