dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #24460
Re: Parallel MeshFunction IO
MeshFunctions? I think MeshValueCollection works but not yet
MeshFunctions.
My suggestion is to either store MeshFunctions as MeshValueCollections:
<mesh_function>
<mesh_value_collection>
</mesh_value_collection>
</mesh_function>
(when dim is not 0 or D) or to say that parallel I/O for MeshFunction
is not supported and make the conversion between MeshFunction and
MeshValueCollection easy (constructors).
--
Anders
On Tue, Sep 20, 2011 at 07:58:31AM +0200, Kent-Andre Mardal wrote:
> It seems to work now!
>
> Kent
>
> On 20 September 2011 01:06, Johan Hake <johan.hake@xxxxxxxxx> wrote:
> How far are we from a functional reading of MeshFunctions in
> parallel?
>
> Johan
>
> _______________________________________________
> Mailing list: https://launchpad.net/~dolfin
> Post to : dolfin@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~dolfin
> More help : https://help.launchpad.net/ListHelp
>
> _______________________________________________
> 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