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

[SofaKernel] FIX in TetrahedronFEMForceField & TetrahedronSetTopologyAlgorithm #973

Merged
merged 6 commits into from
Apr 18, 2019

Commits on Mar 28, 2019

  1. [SofaKernel] FIX segfault in TetrahedronSetGeometryAlgorithms

    The segfault happens when the component is located in a node without
    a topology and a mechanical object. Then the 'draw' function is crashing.
    damienmarchal committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    4c110cc View commit details
    Browse the repository at this point in the history
  2. [SofaKernel] ADD a link to manually set the topology in TetrahedronFE…

    …MForceField
    
    The component was searching the topology in the context which was:
    - implicit
    - constraining the organization of components the scene graph.
    
    To solve this I added a SingleLink that allows to specify the topology.
    If the link is not set then the existing behavior is used.
    damienmarchal committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    abccb41 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2019

  1. [SofaConstraint] FIX invalid #ifdef in BilateralInteractionConstraint.

    The checked ifdef is not valid and not following the SOFA way of doing
    things. So I fixed it.
    damienmarchal committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    3003d1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2abf83 View commit details
    Browse the repository at this point in the history
  3. Fix the broken scene.

    damienmarchal committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    1b0e695 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2019

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