Skip to content

Coupled equations on intersection of domains #1161

Answered by kinnala
fewagner asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, so basically you would slice those unnecessary zero rows/cols. You can find the corresponding dofs using I1 = Vh.get_dofs(elements='mesh1').all() and then you can slice the matrix A0 = A0[I1][:, I1].

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@fewagner
Comment options

@kinnala
Comment options

@fewagner
Comment options

@kinnala
Comment options

Answer selected by fewagner
@fewagner
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants