If I want use function space of tensor?

More
5 years 2 weeks 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.135 seconds