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

Resolve: Enable to use more than 3 wing guide curves #748

Merged
merged 36 commits into from
Oct 15, 2020

Commits on Oct 15, 2020

  1. Configuration menu
    Copy the full SHA
    97317ee View commit details
    Browse the repository at this point in the history
  2. Fixed compilation with g++

    Addresses #687
    rainman110 committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    6d3c4e1 View commit details
    Browse the repository at this point in the history
  3. Removed log message

    Addresses #687
    rainman110 committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    7a7cf22 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b7ff53 View commit details
    Browse the repository at this point in the history
  5. fixed bug in TiGL Viewer

    rainman110 committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    48dcdc0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c6ec8d5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dd1486c View commit details
    Browse the repository at this point in the history
  8. Added function to change parametrization of surfaces

    I also changed the tolerances slightly due to numerical issues.
    rainman110 committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    ed8a4e3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    99a9c6b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e21a6be View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    42330c9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6d3c74c View commit details
    Browse the repository at this point in the history
  13. Fixed a bug

    rainman110 committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    814347a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f0bd217 View commit details
    Browse the repository at this point in the history
  15. Extended CTiglTransformation to transform surfaces

    The current implementation is a bit hacky, as we currently
    have to create a face to transform and then extract again the surface.
    rainman110 committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    ab2974d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b4a0ee9 View commit details
    Browse the repository at this point in the history
  17. Concatenate surfaces to make getpoint working

    This commit concatenates the surfaces of a segment
    to provide a single surface to make the GetPoint
    functions work.
    
    Addresses #687
    rainman110 committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    28e3709 View commit details
    Browse the repository at this point in the history
  18. Fixed bug

    rainman110 committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    30ead36 View commit details
    Browse the repository at this point in the history
  19. Added cpacs test file

    rainman110 committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    cabb148 View commit details
    Browse the repository at this point in the history
  20. Some code improvements

    rainman110 committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    6d8491d View commit details
    Browse the repository at this point in the history
  21. Shuffled guide curves

    This checks, whether the mechanism is really independent
    of the order of guides.
    rainman110 committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    9aaebd1 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    0989e7e View commit details
    Browse the repository at this point in the history
  23. Some simplification

    rainman110 committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    7a090aa View commit details
    Browse the repository at this point in the history
  24. Added one more test case

    This tests case check the get point functions
    on the guide curve case with four guide curves.
    rainman110 committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    76fb237 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    d11160b View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    42e810c View commit details
    Browse the repository at this point in the history
  27. Removed dead code

    We had plenty of code disabled by
    the preprocessor flag NO_EXPLICIT_TE_MODELING.
    
    This code was not tested anymore and is probably buggy.
    rainman110 committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    d799916 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    4c0b203 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    650c689 View commit details
    Browse the repository at this point in the history
  30. Fixed copy & paste error

    rainman110 committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    70ddea2 View commit details
    Browse the repository at this point in the history
  31. Renamed function approxSurface to makeKnotsUniform

    I also added a better doc string and improved the docstring
    of CTiglConcatSurfaces
    rainman110 committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    e73737f View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    936699a View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    61a00c1 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    845036f View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    57bdbf3 View commit details
    Browse the repository at this point in the history
  36. Fixed warnings

    rainman110 committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    fcd82a3 View commit details
    Browse the repository at this point in the history