dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #20218
Re: [Branch ~dolfin-core/dolfin/main] Rev 5300: Only compute coloring if it hasn't been computed before (or coloring type has changed).
-
To:
DOLFIN Mailing List <dolfin@xxxxxxxxxxxxxxxxxxx>
-
From:
"Garth N. Wells" <gnw20@xxxxxxxxx>
-
Date:
Thu, 18 Nov 2010 20:27:36 +0000
-
In-reply-to:
<20101118175546.3818.39078.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
On 18/11/10 17:55, noreply@xxxxxxxxxxxxx wrote:
------------------------------------------------------------
revno: 5300
committer: Anders Logg<logg@xxxxxxxxx>
branch nick: dolfin
timestamp: Thu 2010-11-18 18:52:35 +0100
message:
Only compute coloring if it hasn't been computed before (or coloring type has changed).
There seems to be a problem with this. The below program seg faults.
Garth
#include <dolfin.h>
using namespace dolfin;
int main()
{
UnitSquare mesh(12, 12);
mesh.init();
mesh.color("vertex");
mesh.color("vertex");
return 0;
}
modified:
dolfin/mesh/Mesh.cpp
dolfin/mesh/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