Forum Message

 

 

We have moved the forum to https://forum.ngsolve.org . This is an archived version of the topics until 05/05/23. All the topics were moved to the new forum and conversations can be continued there. This forum is just kept as legacy to not invalidate old links. If you want to continue a conversation just look for the topic in the new forum.

Notice

The forum is in read only mode.

If I want use function space of tensor?

More
3 years 6 months ago #3213 by mneunteufel
Hi Yihui,

writing
Code:
V = VectorL2(mesh, order=...)
gives you a vector and
Code:
V = L2(mesh, order=..., dim=4)
a 2x2 matrix (after reshaping with .dim=(2,2) for the corresponding Trial-, Test-, and GridFunctions).

Best
Michael
The following user(s) said Thank You: yhhan
Time to create page: 0.144 seconds