Isoparametric interpolation EXAMPLE (using linear shape functions) II Get matlab code

Поделиться
HTML-код
  • Опубликовано: 12 сен 2024
  • #Isoparametric #interpolation #Matlab
    Get the matlab code for interpolation: github.com/10m...

Комментарии • 5

  • @jackl4973
    @jackl4973 3 года назад +1

    This is a really nice work. Thanks a lot. Could you please add a lesson about how to intepolate the stress at the integration points not the nodes?

    • @10Minuters
      @10Minuters  3 года назад +2

      Hi Jack, if you know the nodal stress values, you can interpolate them at 4 integration points (IP) with zai and eta value of 1st IP (zai=-0.577, -0.577), 2nd IP (zai=0.577, -0.577), 3rd IP (zai=0.577, 0.577) and 4th IP (zai=-0.577, 0.577) for the linear element formulation in this video. Here 0.577=1/sqrt(3) are local coordinates of Gauss IP.

    • @jackl4973
      @jackl4973 3 года назад +1

      @@10MinutersOk. I got it. Thanks a lot for your answer.

  • @stanzinnorboo7083
    @stanzinnorboo7083 3 года назад +1

    thanks for this video. can you share me coding related to uhyper subroutine.?

    • @10Minuters
      @10Minuters  3 года назад

      Hi,
      Not sure if it helps, but here is a repository sharing UHYPER subroutine:
      github.com/victorlefevre/UHYPER_Shrimali_Lefevre_Lopez-Pamies