Skip to content

jieyao-MilestoneHub/Nonlocal_Singular_BVP_DL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 

Repository files navigation

Nonlocal_Singular_BVP_DL

PINNModel
- __init__.py
- CalTool.py : There are functions which need to be modified according to the desired equations.
- ItofSin.py
- PtChange.py
bvp4c_version : Simulation the profile of the solution by bvp4c in Matlab.
main.py : There are super-parameters which need to be modified according to the desired configurations.
main_stregth_bdd.py : There are super-parameters which need to be modified according to the desired configurations.
sample.txt : Sampling f(x)=12(x-1/2)^2 in [0,1] by sample.R(rejection sampling algorithm).

The different between main.py and main_stregth_bdd.py is the function named "net_NS_u". The latter emphasize performance with boundary points within the interior.

Where we customize the configuration

According different case, we can customize three functions in CalTool.py:

In_CalTool.py

Furthermore, we also can customize more information of model in main.py.:

In_main.py1 In_main.py2

main_stregth_bdd.py can also be used similarly.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published