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

Add background mesh support #62

Merged
merged 14 commits into from
Feb 26, 2024
Merged

Add background mesh support #62

merged 14 commits into from
Feb 26, 2024

Commits on Nov 30, 2023

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

Commits on Dec 15, 2023

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

Commits on Feb 23, 2024

  1. add background mesh to tetgen (pyvista#1)

    * Added in tetgen background mesh resizing functionality
    
    * Pass in bgmeshfilename to enable to enable mesh resizing
    * Pass in bgmesh pyvista object to enable mesh resizing
    * Examples of usage and testing
    
    * Update code review commits
    
    - Remove deduplication of tets
    - Remove resorting of vertices order of tets
    - Added verbose printing of bgmin object
    - Moved mtr handling out of LoadArray
    - Added some temporary debugging lines in test_tetgen.py
    
    * some cleanups
    
    * ifixedit
    
    * address review
    
    ---------
    
    Co-authored-by: Dion Häfner <dion.haefner@simulation.science>
    angela-ko and dionhaefner committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    b78ba7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96d4448 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5f1b55 View commit details
    Browse the repository at this point in the history
  4. Fix pydoc

    angela-ko committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    149bd33 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

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

Commits on Feb 25, 2024

  1. Configuration menu
    Copy the full SHA
    635757d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    086f5b5 View commit details
    Browse the repository at this point in the history
  3. improve _process_bgmesh

    akaszynski committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    69b064c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c3b1bd View commit details
    Browse the repository at this point in the history
  5. use test requirements file

    akaszynski committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    1f11030 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    43b52ca View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e722aaa View commit details
    Browse the repository at this point in the history