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

Linear elasticity #22

Closed
wants to merge 53 commits into from
Closed

Commits on Jun 6, 2023

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

Commits on Jun 7, 2023

  1. Configuration menu
    Copy the full SHA
    4457e10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2d4084 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    355492c View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Fixed various issues in vector.py and simplex.py. Added documentation…

    … in linear_elasticity.py
    Smantii committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    c713c7b View commit details
    Browse the repository at this point in the history
  2. Fixed linting.

    Smantii committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    99d157c View commit details
    Browse the repository at this point in the history
  3. Fixed various typos.

    Smantii committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    22af2eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6861810 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e7745ed View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Configuration menu
    Copy the full SHA
    9ae4f0a View commit details
    Browse the repository at this point in the history
  2. [WIP] Small fix.

    Smantii committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    cf38965 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

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

Commits on Jun 15, 2023

  1. [WIP] Added ad-hoc implementation of zero forces on free boundary in …

    …linear_elasticity_residual.py
    Smantii committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    33f4c15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71ebda4 View commit details
    Browse the repository at this point in the history
  3. Merging.

    alucantonio committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    c2b3538 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Fixed tests' problem.

    Smantii committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    513e715 View commit details
    Browse the repository at this point in the history
  2. [WIP] Implemented set_boundary_tractions. Improved linear_elasticity …

    …and test_linear_elasticity. Now every test work.
    Smantii committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    4b4aa13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b509196 View commit details
    Browse the repository at this point in the history
  4. Fixed linting.

    Smantii committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    ef92760 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a5249ce View commit details
    Browse the repository at this point in the history
  6. Merging changes.

    alucantonio committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    33f9f24 View commit details
    Browse the repository at this point in the history
  7. Changes to dependencies.

    alucantonio committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    a1890c5 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

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

Commits on Jun 20, 2023

  1. Configuration menu
    Copy the full SHA
    c513c66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d486101 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b04115 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Configuration menu
    Copy the full SHA
    3372830 View commit details
    Browse the repository at this point in the history
  2. [WIP] Rewrited test_linear_elasticity to solve the uniaxial tension p…

    …roblem. Improved set_boundary_tractions. Jupyter and docs must be completed.
    Smantii committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    b3257e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2bbe9dc View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. [WIP] Fixes to dual volumes structures. Tests must be fixed and mesh …

    …processing must be extended to 3D.
    alucantonio committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    51d7702 View commit details
    Browse the repository at this point in the history
  2. Some renaming.

    alucantonio committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    e89d6d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e81b038 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. Configuration menu
    Copy the full SHA
    d3e8544 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77afe71 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2023

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

Commits on Jun 26, 2023

  1. Configuration menu
    Copy the full SHA
    5b0ab39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42e6420 View commit details
    Browse the repository at this point in the history
  3. Updated README.md

    alucantonio committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    a29ee6a View commit details
    Browse the repository at this point in the history
  4. Minor improvements.

    alucantonio committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    867aa74 View commit details
    Browse the repository at this point in the history
  5. Fixed test_simplex.

    alucantonio committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    8624166 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f8c1ca8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    679b7f4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    53f57d8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    02c5e51 View commit details
    Browse the repository at this point in the history
  10. [WIP] Fixed linting.

    Smantii committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    982d762 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Improved test_cochain.py

    Smantii committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    71a33dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8496d9f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97c1a4b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b726ab View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Configuration menu
    Copy the full SHA
    9304d41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7000bac View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. [WIP] Implemented and tested flat_DPP and relative modules to compute…

    … it. Testing test_linear_elasticity_dual
    Smantii committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    6e138a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61f7ba2 View commit details
    Browse the repository at this point in the history