deepxde icon indicating copy to clipboard operation
deepxde copied to clipboard

May I rewrite the Neumann boundary condition into a second-order derivative form?

Open liangchun0206 opened this issue 2 years ago • 1 comments

Hi @lululxvi . I really appreciate the DeepXDE. Here I have a question. Now I am deal with a biharmonic equation. Thus, I should give two kinds of boundary conditions, including Dirichlet and Neumann. However, I have read a paper the state if we change the Neumann boundary condition int a second-order derivative form, the rate of convergence will become faster. The conditions will be like u_xx=f and u_yy=g. So, is it possible to write a second-order derivative? If so, how can I implement it? Thanks a lot.

liangchun0206 avatar May 21 '22 15:05 liangchun0206

Use OperatorBC. See FAQ.

lululxvi avatar May 24 '22 01:05 lululxvi