jdtoscano94 / Learning-Scientific_Machine_Learning_Residual_Based_Attention_PINNs_DeepONets

Physics Informed Machine Learning Tutorials (Pytorch and Jax)
469 stars 169 forks source link

ODE has redundant BC #8

Open sprfrshn opened 3 months ago

sprfrshn commented 3 months ago

In SimpleODE, two boundary conditions are set for the 1st order ODE. Why? The integration constant C can be obtained from either y(0) or y(2*pi).