lululxvi / deepxde

A library for scientific machine learning and physics-informed learning
https://deepxde.readthedocs.io
GNU Lesser General Public License v2.1
2.64k stars 741 forks source link

Some problems about solving PDEs using DeepXDE #381

Closed ChiliCookies closed 2 years ago

ChiliCookies commented 3 years ago

Hi Lu,

I've been studying how to use this lib to solve PDEs recently. I wonder if this lib can solve PDEs in the complex field? And how can I use this lib to solve PDEs without boundary conditions such as solving wave equation in a infinite plate?

Thank you very much!

lululxvi commented 3 years ago

What do you mean by "complex field"? complex number? You can write the real and imag parts explicitly, see https://arxiv.org/abs/2102.04626

It is OK to solve without BC. Simply don't define BC.