Skip to content

Cannot specify full boundary conditions in biharmonic equations without periodic boundary conditions #310

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

You must be logged in to vote

You're asking multiple questions instead of describing a particular issue with the code, so I converted it into a discussion item. I'll try to address the questions I could find:

  • A biharmonic operator is basically two nested Laplace operators. Each Laplace operator requires a boundary condition at each boundary point in py-pde. The CahnHilliardPDE class allows setting these conditions using the bc_c and bc_mu flag. When using the PDE class, you can set specific boundary conditions for specific operators using the bc_ops argument; see the documentation.
  • I don't know what you tried to achieve when setting the boundary condition bcs = [{'value': -1, 'derivative': 0}, {'value': 1, 'derivativ…

Replies: 1 comment 14 replies

Comment options

You must be logged in to vote
14 replies
@tranqui
Comment options

@tranqui
Comment options

@tranqui
Comment options

@david-zwicker
Comment options

@tranqui
Comment options

Answer selected by tranqui
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
Converted from issue

This discussion was converted from issue #309 on October 30, 2022 16:09.