dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #20283
Re: [Branch ~dolfin-core/dolfin/main] Rev 5332: Initial work on mesh renumbering, yet untested but should work.
-
To:
DOLFIN Mailing List <dolfin@xxxxxxxxxxxxxxxxxxx>
-
From:
"Garth N. Wells" <gnw20@xxxxxxxxx>
-
Date:
Sun, 28 Nov 2010 22:30:08 +0000
-
In-reply-to:
<20101128221137.9838.48330.launchpad@loganberry.canonical.com>
-
User-agent:
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6
The code
UnitCube mesh(SIZE, SIZE, SIZE);
mesh.color("vertex");
MeshRenumbering::renumber_by_color(mesh);
results in
terminate called after throwing an instance of 'std::runtime_error'
what(): *** Error: Unable to renumber mesh by colors. Only
cell-vertex connectivity may exist prior to renumbering.
Garth
On 28/11/10 22:11, noreply@xxxxxxxxxxxxx wrote:
------------------------------------------------------------
revno: 5332
committer: Anders Logg<logg@xxxxxxxxx>
branch nick: dolfin
timestamp: Sun 2010-11-28 23:09:33 +0100
message:
Initial work on mesh renumbering, yet untested but should work.
added:
dolfin/mesh/MeshRenumbering.cpp
dolfin/mesh/MeshRenumbering.h
modified:
dolfin/fem/OpenMpAssembler.cpp
dolfin/mesh/Mesh.h
dolfin/mesh/MeshColoring.h
dolfin/mesh/MeshConnectivity.h
dolfin/mesh/MeshData.h
dolfin/mesh/MeshGeometry.h
dolfin/mesh/MeshOrdering.h
dolfin/mesh/dolfin_mesh.h
--
lp:dolfin
https://code.launchpad.net/~dolfin-core/dolfin/main
Your team DOLFIN Core Team is subscribed to branch lp:dolfin.
To unsubscribe from this branch go to https://code.launchpad.net/~dolfin-core/dolfin/main/+edit-subscription
Follow ups