isds-neu / PhyCRNet

Physics-informed convolutional-recurrent neural networks for solving spatiotemporal PDEs
MIT License
108 stars 34 forks source link

Some modifications #21

Open Icebergzzz opened 2 months ago

Icebergzzz commented 2 months ago
  1. Modified coeff in random_fields.sample;
  2. Modified some bugs in postProcess plotting in FN_2d_solver and used random_fields to generate initial data points;
  3. Fixed a bug in PhyCRNet_burgers where the shape of the data in postProcess did not match.