DeepXDE v0.10.0
Areas of improvement
PDEsupports excluded points- Add
PointSetBCfor training using exact solution. - Add
Hypersphere.boundary_normal() - Add
Triangle.inside()
API changes
PDEdoesn't support numpy.arrayXas the third parameter. To define pde with extra coefficients, usePDE(..., auxiliary_var_function=...), see an example at Lorenz_inverse_forced_Colab.ipynb.