Skip to content

Specifying Boundary Conditions on Vector Field #220

Answered by david-zwicker
Vance-Turner asked this question in Q&A
Discussion options

You must be logged in to vote

It might be best to specify the vectorial boundary conditions with all components explicitly, like so

bc_x = [{"value": [0, 0]}, {"value": [0, 0]}]
bc_y = [{"value": [0, 0]}, {"value": [1, 0]}]
vF.gradient(bc=[bc_x, bc_y]).plot()

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Vance-Turner
Comment options

Answer selected by Vance-Turner
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