Dear FreeFem community,
I am studying a contact problem, and it turns out that I have to solve a problem, which uses a particular fespace (i.e. different test functions for different dof). More precisely, the problem is as follows. I have:
- a domain D1, with mesh th1, nodes x1i, fespace V1 ,
- another domain D2, with mesh th2, nodes x2j, fespace V2 and
- (X1,Y1) in V1^2, which maps D1 to D2 and is compatible in the sense that transfers nodes to nodes.
Next, I note by v1i the test functions of V1, and by v2j the test functions of V2, and I consider the fespace W1 in (D1,th1) defined by:
W1=span{v1i, with x1i not a node of border 1, v2j(X1,Y1) with (X1,Y1)^{-1}(x2j) node of border 1}.
Can this space W1 be implemented? If not, I wonder what would be the technique for solving, for example,
-\Delta w1 = 1 in W1, with w1=0 on borders (2,3,4) ?
Thank you!