Skip to content

Workaround for imposing different boundary conditions on the left vs right boundaries. #69

Answered by jipolanco
ckming102 asked this question in Q&A
Discussion options

You must be logged in to vote

It should be now possible on v0.16 :) See also #70.

You can now create a recombined basis like this:

B = BSplineBasis(...)
R = RecombinedBSplineBasis(B, Derivative(0), Derivative(1))

where Derivative(0) means imposing Dirichlet conditions on the left, and Derivative(1) corresponds to Neumann on the right.

Let me know if you find any issues!

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@ckming102
Comment options

@ckming102
Comment options

@jipolanco
Comment options

@ckming102
Comment options

Answer selected by ckming102
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