dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #03737
Re: bug in m-file output ???
It's unlikely that this is due to the new mesh itself. It could be due
changes made in src/kernel/io/MatlabFile.cpp to accommodate the new
mesh. Take a look there.
Garth
Dag Lindbo wrote:
> Hello
>
> I'm getting incorrect output from the m-file output. Matlab expects
>
> points = [
> ....
> .... ]';
>
> cells = [
> ....
> .... ]';
>
> The closing ]'; are missing in both points and cells. The formating is
> correct for u though, so it seems the problem is in the op << Mesh
> function.
>
> Could this be a bug due to the new mesh class?
>
> Regards,
> Dag Lindbo
>
> _______________________________________________
> DOLFIN-dev mailing list
> DOLFIN-dev@xxxxxxxxxx
> http://www.fenics.org/mailman/listinfo/dolfin-dev
>
References