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

Adding cut_facets feature #27

Merged
merged 34 commits into from
Feb 15, 2024
Merged

Adding cut_facets feature #27

merged 34 commits into from
Feb 15, 2024

Commits on May 26, 2023

  1. first changes

    janmodderman committed May 26, 2023
    Configuration menu
    Copy the full SHA
    0e299e4 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. most recent commit

    janmodderman committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    ace7f84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2cb5241 View commit details
    Browse the repository at this point in the history
  3. add comments for the devs

    pmartorell committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    8238de2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e000388 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. update

    janmodderman committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    61a71c0 View commit details
    Browse the repository at this point in the history
  2. added teststl

    janmodderman committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    2552a0e View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' of https://github.com/janmodderman/STLCutters.jl

    …into STL_fix
    
    recover comments from main branch
    
    comment conflicts
    pmartorell committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    a5d076b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ef7ee6 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. fix missing change

    pmartorell committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    2ddfbea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9be2ca View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Configuration menu
    Copy the full SHA
    bc663a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ff1a4d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ac034f View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

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

Commits on Dec 20, 2023

  1. Interface changes to be aligned with GridapEmbedded.jl

    Now:
    
    cutgeo = cut( [STLCutters(),] model, STLGeometry )
    cutfacets = cut_facets( [STLCutters(),] model, STLGeometry ) # Recompute
    cutfacets = cut_facet(cutgeo) # Save computations
    
    aggregate(strategy, cutgeo, [geo, in_or_out] ) # no need for bgfacet_to_inoutcut
    pmartorell committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    7e56164 View commit details
    Browse the repository at this point in the history
  2. Test moment fitted -> FAIL

    pmartorell committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    605d341 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Configuration menu
    Copy the full SHA
    c4bdcc2 View commit details
    Browse the repository at this point in the history
  2. fix cut skeleton

    pmartorell committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    e5e92a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa3484f View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. addec to runtest.jl

    janmodderman committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    1e66c89 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. add closest point function

    pmartorell committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    ffc25da View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    cdfcd12 View commit details
    Browse the repository at this point in the history
  2. simplify threading

    pmartorell committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    eaa16a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8168718 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9072694 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. bugfix at ref space, MomentFitting tests completes gridap#22

    momentfiting does not work in simplex bgmeshes
    
    gridap/GridapEmbedded.jl#74
    pmartorell committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    e9bc8da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cf39f3 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. remove unused tests

    pmartorell committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    0f6de55 View commit details
    Browse the repository at this point in the history
  2. edit actions

    pmartorell committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    9ecffe5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72f907e View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. fix ci fail

    pmartorell committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    5b9bf6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92a3c17 View commit details
    Browse the repository at this point in the history
  3. fix test

    pmartorell committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    4fe8522 View commit details
    Browse the repository at this point in the history