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

HDG formulation for linear elasticity #11

Merged
merged 9 commits into from
Feb 16, 2022

Commits on Feb 7, 2022

  1. First steps towards HDG formulation for linear elasticity with symmetric

    stresses and k+1-order and k+2-order, k>=1, convergence for stresses and
    displacements resp.
    amartinhuertas committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    90bb076 View commit details
    Browse the repository at this point in the history
  2. * First sketch of the HDG formulation for linear elasticity without

      L2-projection of the bulk displacements on the skeleton (TO-DO)
    
    * Found issues related to some of the terms in the weak formulation.
      (TO-INVESTIGATE)
    amartinhuertas committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    7d7be19 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Merge branch 'change_domain_skeleton_versus_bulk' of github.com:grida…

    …p/GridapHybrid.jl into linear_elasticity_symmetric_stresses
    amartinhuertas committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    1bf2ebd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ccc3a7 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' of github.com:gridap/GridapHybrid.jl into linear_…

    …elasticity_symmetric_stresses
    amartinhuertas committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    91994ec View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. After quite a log of fight (dont put a symmetric tensor in your life),

    symmetric stresses HDG formulation for linear elasticity runs bottom top
    without fatal errors.
    
    Next step manofacture exact solution in FE space and check
    consistency/correctness of the current implementation
    amartinhuertas committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    508acc3 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2022

  1. * Fixed nasty BUG in divergence of symmetric stress tensors

    * HDG formulation with symmetric stresses for linear elasticity,
      still without P_M projection, validated for solution in FE space
      and analtyic solution from paper.
    
    * Next step: implement P_M projection.
    amartinhuertas committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    bcff4ac View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. Implemented Pₘ(uh, uhΓ, μ, d∂K) projection in Qiu paper.

    Surprise, surprise. It crashes. To DEBUG.
    amartinhuertas committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    f77a559 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. * Debugged Pₘ(uh, uhΓ, μ, d∂K) projection in Qiu paper.

    * Added necessary fixes to support triangle meshes.
    amartinhuertas committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    0c695ac View commit details
    Browse the repository at this point in the history