Skip to content

DeepXDE v0.10.0

Choose a tag to compare

@lululxvi lululxvi released this 06 Feb 23:06
· 819 commits to master since this release

Areas of improvement

  • PDE supports excluded points
  • Add PointSetBC for training using exact solution.
  • Add Hypersphere.boundary_normal()
  • Add Triangle.inside()

API changes

  • PDE doesn't support numpy.array X as the third parameter. To define pde with extra coefficients, use PDE(..., auxiliary_var_function=...), see an example at Lorenz_inverse_forced_Colab.ipynb.