Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gridap/Gridap.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.18.5
Choose a base ref
...
head repository: gridap/Gridap.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.18.6
Choose a head ref
  • 6 commits
  • 5 files changed
  • 2 contributors

Commits on Aug 29, 2024

  1. Performance optimization. The test on the injectivity of the

    tface_to_mface_map of BodyFittedTriangulation is moved to the
    BodyFittedTriangulation constructor, so that it is performed
    only once and not each time we call get_glue. Added a trait
    to BodyFittedTriangulation that stores the result of the test
    on injectivity.
    
    Besides, for correctness, the mface_to_tface_map is set to nothing
    as currently PosNegPartition is not prepared to handle non-injective
    mappings. This will have to be replaced by a proper data structure
    that is able to handle non-injective mappings if in the future
    we find an scenario in which this inverse mapping is required to
    be used.
    amartinhuertas committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    7741e18 View commit details
    Browse the repository at this point in the history
  2. Update NEWS.md

    amartinhuertas authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    b3dc3b9 View commit details
    Browse the repository at this point in the history
  3. Update Project.toml

    amartinhuertas authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    0e8941a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa4b6f3 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'facet_integration_non_conforming_meshes' of github.com:…

    …gridap/Gridap.jl into facet_integration_non_conforming_meshes
    amartinhuertas committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    053153e View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1026 from gridap/facet_integration_non_conforming…

    …_meshes
    
    Improve performance of PR 967
    amartinhuertas authored Aug 29, 2024
    2 Configuration menu
    Copy the full SHA
    9675711 View commit details
    Browse the repository at this point in the history
Loading