-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Description
Im trying to use the interlace operator to get the US matrix representation of the system for functions
kl
The thing is that I'm not sure how to add this variables
a,b = -1,1;
d = a..b;
D⁴ = Derivative(d, 4)
D¹ = Derivative(d, 1)
γ₀ = Dirichlet(d)
γ₁ = Neumann(d)
operator = [ γ₀ 0 0 ;
0 γ₀ 0;
γ₁ 0 0 ;
0 γ₁ 0 ;
I -D¹ 0;
D⁴ 0 I;
0 D⁴ D¹
]
Another issue, is that there is a missmatch on how many coefficients I can enforce each of the equations, and not sure how to resolve that either using the notation of the library
Metadata
Metadata
Assignees
Labels
No labels