[FreeFEM 1] Introduction to FreeFEM: language syntax and environment

Поделиться
HTML-код
  • Опубликовано: 27 дек 2024

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

  • @nymoz3587
    @nymoz3587 Год назад +1

    This is so awesome, thanks for your great work!

  • @nadeemsatti8791
    @nadeemsatti8791 3 месяца назад

    and another question that all mixed finite element are capable to apply using freefem

    • @TuxRiders
      @TuxRiders  3 месяца назад

      yes, you can use mixed formulation in FreeFEM.

  • @nadeemsatti8791
    @nadeemsatti8791 3 месяца назад

    is there any way to use some sort of SOFTWARE AS INTERFACE except notepad++

    • @TuxRiders
      @TuxRiders  3 месяца назад

      you can use any text editor for writing FF scripts. if you mean syntax highlighting, yes you can use VS Code or Pulsar (the successor of Atom) and install the availabe FreeFEM language syntax highlighting.

  • @rozumekmaly9581
    @rozumekmaly9581 2 года назад +1

    You read my minds, I was looking for this video:) If you could show a heat equation with a source spatial and changing in time heat source, it would blow my mind :D

    • @TuxRiders
      @TuxRiders  2 года назад +1

      Great suggestion! I will start to discuss a couple of mini-projects after covering the most essential concepts of FreeFEM.

    • @rozumekmaly9581
      @rozumekmaly9581 2 года назад +1

      @@TuxRiders I am looking forward to seeing next movies. And if you could present a heat source with characteristic changing within time and space, I promise I will watch all your movies without skipping any advertisements:D I tried to simulate heat wave issue in FreeFEM and I failed. So, a heat source which moves and generates pulses of energy. I really look forward to seeing it. Thanks!

    • @TuxRiders
      @TuxRiders  2 года назад +1

      @@rozumekmaly9581 haha, I don't make money with these videos, so feel free to skip any ad they show you :)). the simulation you mention is indeed very interesting to implement and also discuss here. will work on it.

    • @rozumekmaly9581
      @rozumekmaly9581 2 года назад +1

      @@TuxRiders Thank you so much, I really appreciated that.

  • @yoyoyoc3po
    @yoyoyoc3po Год назад

    Hi, is there a way to cancel running code in freeFEM?

    • @TuxRiders
      @TuxRiders  Год назад +1

      you can always interrupt the code execution by pressing Ctrl+C in Linux. in Windows, you can simply try to close the execution window. if you mean doing this programmatically, you can use the exit() function.

  • @agnelodearaujo7413
    @agnelodearaujo7413 Год назад

    How does FreeFEM compare to SalomeMeca

    • @TuxRiders
      @TuxRiders  Год назад +1

      SalomeMeca is a finite element analysis program, which features a GUI allowing you to setup your problem (including mesh generation, preprocessing, BC definition, etc.). but FreeFEM is a finite element framework to solve partial differential equation, so you need to know the equation you want to solve and derive the weak form first. I think the best way to compare them is to see how to solve a single problem in both, showing you the fundamental difference they have. you can find these videos in this playlist: ruclips.net/p/PL6fjYEpJFi7VgHQb-mr5giy2FQyf5y04L. more specifically, these are the videos I'm talking about: ruclips.net/video/cyH2k30szZE/видео.html and ruclips.net/video/nnWhlJz3Tpk/видео.html.