dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #21444
Re: [noreply@xxxxxxxxxxxxx: [Branch ~dolfin-core/dolfin/rognes] Rev 5663: Add init to child after mesh refinement (why is this needed?!) and]
-
To:
dolfin@xxxxxxxxxxxxxxxxxxx
-
From:
"Garth N. Wells" <gnw20@xxxxxxxxx>
-
Date:
Sun, 13 Feb 2011 21:17:18 +0000
-
In-reply-to:
<20110213210228.GZ30024@eowyn>
-
User-agent:
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7
On 13/02/11 21:02, Anders Logg wrote:
> mesh.init() computes all connectivity and should almost never be
> called, at least not from inside DOLFIN.
>
> Instead, the proper init function for the connectivity that is
> actually used should be called, like mesh.init(1, 2) or similar.
>
> Note that calling init functions is not needed when using iterators
> since the connectivity is then automatically initialized.
>
> The mesh that comes out of refine()
Which you were going to change to 'adapt.
Garth
> is a clean mesh that only has
> cell-vertex connectivity so it's not strange that one needs to call
> some init function.
>
> --
> Anders
>
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~dolfin
> Post to : dolfin@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~dolfin
> More help : https://help.launchpad.net/ListHelp
Follow ups
References