Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

为 PaddleScience 的 equation 模块添加单元测试 test_navier_stokes #413

Closed
wants to merge 40 commits into from

Commits on May 31, 2023

  1. Configuration menu
    Copy the full SHA
    193162c View commit details
    Browse the repository at this point in the history
  2. Update develop doc (PaddlePaddle#357)

    * update install_setup.md
    
    * update docstrings
    
    * test=document_fix
    
    * test=document_fix
    HydrogenSulfate authored May 31, 2023
    Configuration menu
    Copy the full SHA
    adafccc View commit details
    Browse the repository at this point in the history
  3. Add bracket example (PaddlePaddle#331)

    * fix geometry
    
    * update reprod code
    
    * update refined code
    
    * remove float, int int type hint for PEP 484
    
    * update doc and doctest for LinearElasticity
    
    * update success reprod code
    HydrogenSulfate authored May 31, 2023
    Configuration menu
    Copy the full SHA
    7134e51 View commit details
    Browse the repository at this point in the history
  4. Refine code (PaddlePaddle#358)

    * using type-hint with TYPE_CHECKING
    
    * refine constraint code and use 'is not None' instead of implicit boolean opeator
    HydrogenSulfate authored May 31, 2023
    Configuration menu
    Copy the full SHA
    0759983 View commit details
    Browse the repository at this point in the history
  5. fix panorama.png (PaddlePaddle#359)

    * fix panorama.png
    
    * test=document_fix
    HydrogenSulfate authored May 31, 2023
    Configuration menu
    Copy the full SHA
    8a5aaa0 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. add DeepHPMs examples and FunctionalLoss&FunctionalMetric apis (Paddl…

    …ePaddle#337)
    
    * add DeepHPMs examples and FunctionalLoss/FunctionalMetric class
    
    * fix commit
    
    * fix commit 2
    
    * fix commit 3
    
    * update docs(zh)
    lijialin03 authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    c0ae483 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. add mathjax expression for equations and fix some code (PaddlePaddle#361

    )
    
    * Update doc for release/1.0 (PaddlePaddle#356)
    
    * update links README.md and index.md from latest to release/1.0(test=document_fix)
    
    * update install_setup.md
    
    * update docstrings
    
    * Cherry pick panorama (PaddlePaddle#360)
    
    * fix panorama.png
    
    * add mathjax expression for equations and fix some code
    HydrogenSulfate authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    6fe232d View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Fix formula and refine err hint (PaddlePaddle#362)

    * fix LinearElasticity formula
    
    * refine information of ModuleNotFoundError
    
    * test=document_fix
    HydrogenSulfate authored Jun 6, 2023
    Configuration menu
    Copy the full SHA
    71dad3e View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Configuration menu
    Copy the full SHA
    566b5e7 View commit details
    Browse the repository at this point in the history
  2. Surrogate pinns (PaddlePaddle#338)

    * fix random and create demo
    
    * Reproduce Fig. 2.(a) successfully
    
    * reproduce fig1 (a) and (b) successfully
    
    * reproduce aneurysm case in paper 3.2
    
    * Aneurysm converged
    
    * clean pipe flow code
    
    * add main
    
    * clean code
    
    * using xvaier instead tf net initial params
    
    * muli opt:w
    
    * need shuffle
    
    * refine by review
    
    * add wss formula
    
    * review fix
    
    * delete useless comment
    
    * reformat pipe flow
    
    * merge new NS eqn which thinks of nu as variable
    
    * reformat transform
    
    * recover mlp code
    
    * delete blank line
    
    * fix by reviews
    
    * fix epochs
    
    * delete useless lines
    
    * bug fix
    
    * forget to uncomment train
    
    * fix multi-learnable bug
    
    * fix by reviews
    
    * fix by reviews
    
    * clean activation
    
    * add reference
    
    * fix by reviews
    wangguan1995 authored Jun 7, 2023
    Configuration menu
    Copy the full SHA
    839743b View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. add hPINNs example (PaddlePaddle#364)

    * add hPINNs example
    
    * fix commit1 change eval_loss_fun()
    
    * fix commit2 for penalty method
    
    * fix commit3
    
    * fix commit4
    lijialin03 authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    cc8e1c3 View commit details
    Browse the repository at this point in the history
  2. fix era5_dataset (PaddlePaddle#365)

    * fix era5_dataset
    
    * fix weight_dict in loss
    zhiminzhang0830 authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    9d60334 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Add ruff (PaddlePaddle#366)

    * add ruff to pre-commit
    
    * refine docstring
    
    * update RAEDME.md
    
    * restore import paddle in ad.py
    HydrogenSulfate authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    d8364fd View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Configuration menu
    Copy the full SHA
    6839369 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. add hpinns docs and make changes (PaddlePaddle#369)

    * add hpinns docs and fix one type hint
    
    * add urls
    
    * fix urls
    
    * fix docs
    
    * fix code
    lijialin03 authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    eb79e2d View commit details
    Browse the repository at this point in the history
  2. Tipc fix 0616 (PaddlePaddle#374)

    * fix wrong reponame
    
    * enlarge eularbeam epochs
    wangguan1995 authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    3cd2345 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae52840 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4fae6a1 View commit details
    Browse the repository at this point in the history
  5. automatically switch device to cpu when only cpu is avaiable (PaddleP…

    …addle#373)
    
    * automatically switch device to cpu when only cpu is avaiable
    
    * fix link in README.md(test=document_fix)
    HydrogenSulfate authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    8062426 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dae0e19 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

  1. Configuration menu
    Copy the full SHA
    9305c56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7263832 View commit details
    Browse the repository at this point in the history
  3. [add sdf] cuboid (PaddlePaddle#384)

    * cuboid
    
    * add cuboid neg flag
    
    * add if/else to pass ci
    
    * replace dir with hasattr
    Liyulingyue authored Jun 17, 2023
    Configuration menu
    Copy the full SHA
    871213d View commit details
    Browse the repository at this point in the history
  4. [Feature] Add disk sdf_func (PaddlePaddle#391)

    Signed-off-by: jjyaoao <jjyaoao@126.com>
    jjyaoao authored Jun 17, 2023
    Configuration menu
    Copy the full SHA
    3759ba3 View commit details
    Browse the repository at this point in the history
  5. [Feature] Add rectangle and triangle sdf_func (PaddlePaddle#387)

    * add rectangle and triangle sdf_func
    
    * fix naming
    AndPuQing authored Jun 17, 2023
    Configuration menu
    Copy the full SHA
    9346670 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Configuration menu
    Copy the full SHA
    534f5fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1017eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14c7ee3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb75f29 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Adding unittest for equation/pde/base.py (PaddlePaddle#397)

    * Adding unittest for equation/pde/base.py
    
    * Black code
    
    * Changed the last unit test case
    
    * pre-commit
    
    * Adding more test for 100% coverage
    
    * Black
    jiamingkong authored Jun 20, 2023
    Configuration menu
    Copy the full SHA
    063788f View commit details
    Browse the repository at this point in the history
  2. add unittest for viv (PaddlePaddle#401)

    * add unittest for viv
    
    * Update test_viv.py
    ccsuzzh authored Jun 20, 2023
    Configuration menu
    Copy the full SHA
    fa933b7 View commit details
    Browse the repository at this point in the history
  3. Fix typos (PaddlePaddle#402)

    * Fix typos
    
    * Fix
    co63oc authored Jun 20, 2023
    Configuration menu
    Copy the full SHA
    99fce26 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79c6033 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5b36c2f View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. add unit test for biharmonic (PaddlePaddle#394)

    add unit test for biharmonic
    jjyaoao authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    b2b8c57 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Tipc 0626 (PaddlePaddle#408)

    * fix tipc cylinder_2d fp32
    
    * rename config txt in new format
    
    * misdelete one blank line
    wangguan1995 authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    507b385 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. add Polygon sdf (PaddlePaddle#406)

    * add Polygon sdf
    
    * add Polygon sdf
    
    * rewrite Polygon sdf
    
    * rewrite Polygon sdf
    
    * rewrite Polygon sdf
    
    * rewrite Polygon sdf
    
    * rewrite Polygon sdf
    
    * rewrite Polygon sdf
    
    * rewrite Polygon sdf and add some annotations
    
    * rewrite Polygon sdf
    
    * rewrite Polygon sdf
    
    * rewrite Polygon sdf
    
    * rewrite Polygon sdf
    mrcangye authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    abf9559 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. add advanced usage doc and refine poiseuille_flow code (PaddlePaddle#407

    )
    
    * add advanced usage doc and refine poiseuille_flow code
    
    * add conda install step
    
    * change advanced_usage to user_guide
    
    * test=document_fix
    HydrogenSulfate authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    68d3e73 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    559f307 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2023

  1. add test_navier_stokes.py

    mrcangye committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    2dc3d7c View commit details
    Browse the repository at this point in the history