dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #12774
Re: Extracting vector field from a tensor field
On Sun, Mar 22, 2009 at 03:23:25PM +0100, Martin Sandve Alnæs wrote:
> Exactly, and also SubFunction to SubFunction:
>
> w[0] = v[1];
>
> Then I could extract a row from a tensor field:
>
> v[0] = A[3];
> v[1] = A[4];
> v[2] = A[5];
>
> Martin
ok. I'll put it on the TODO list for the Function class. I can't
promise when I'll get to it.
--
Anders
Attachment:
signature.asc
Description: Digital signature
References