- Видео 72
- Просмотров 47 533
NGSolve
Австрия
Добавлен 8 апр 2019
Tutorials and implementation examples for the finite element software NGSolve and the mesh generator Netgen.
NGSolve Web Applications - Usermeeting 2024
Matthias Hochsteger and Christopher Lackners talk on NGS Web Applications at the 2024 NGSolve Usermeeting in Vienna
Просмотров: 48
Видео
Open Source Synergy: Utilizing NGSolve within CENOS for Industrial Simulation Solutions
Просмотров 125Месяц назад
Vadims Gezas talk on Utilizing NGSolve within CENOS at the 2024 NGSolve Usermeeting in Vienna
Coupled Electrochemical and Mechanical Modelling of All-Solid-State Battery Cells
Просмотров 29Месяц назад
Filip Maletics talk on Battery Cell Simulation at the 2024 NGSolve Usermeeting in Vienna
Compressible flows with path-conservative DG
Просмотров 72Месяц назад
Enrico Zampas talk on Compressible flows with path-conservative DG at the 2024 NGSolve Usermeeting in Vienna
Hybrid Helmholtz - Usermeeting 2024
Просмотров 41Месяц назад
Michael Leumüllers talk on Hybrid Helmholtz at the 2024 NGSolve Usermeeting in Vienna
Electromagnetic Analysis of Induction Heating - Usermeeting 2024
Просмотров 542 месяца назад
Kengo Sugaharas talk on EM Induction Heating at the 2024 NGSolve Usermeeting in Vienna
Simulating Graphene with NGSolve - Usermeeting 2024
Просмотров 522 месяца назад
Siyar Dumans talk on Simulating Graphene at the 2024 NGSolve Usermeeting in Vienna
Teaching with NGSolve - Usermeeeting 2024
Просмотров 532 месяца назад
Simon Stingelins talk on teaching with NGSolve at the 2024 Usermeeting in Vienna
NGS-PETSc - Usermeeting 2024
Просмотров 402 месяца назад
Umberto Zerbinatis talk on NGS-PETSc at the 2024 NGSolve Usermeeting in Vienna
Dual Cell Methods - Usermeeting 2024
Просмотров 632 месяца назад
Markus Wess talk on Dual Cell Methods at the 2024 NGSolve Usermeeting in Vienna
Space Time Tents in NGSolve - Usermeeting 2024
Просмотров 282 месяца назад
Jay Gopalakrishnans talk on Space Time Tentpitching at the 2024 NGSolve Usermeeting
NGSTrefftz - Usermeeting 2024
Просмотров 412 месяца назад
Paul Stockers talk at the 2024 NGSolve Usermeeting on Trefftz methods using NGSolve
Computational Fluid Dynamics - Usermeeting 2024
Просмотров 872 месяца назад
Philip Lederer and Christoph Lehrenfelds talk on Computational Fluid Dynamics at the 2024 NGSolve Usermeeting in Vienna
NG-BEM - Usermeeting 2024
Просмотров 832 месяца назад
Lucy Wegglers talk on ngbem at the 2024 NGSolve Usermeeting in Vienna
Solids and Structures - Usermeeting 2024
Просмотров 832 месяца назад
Solids and Structures - Usermeeting 2024
Calculating Eigenfrequencies using NGSolve
Просмотров 7983 года назад
Calculating Eigenfrequencies using NGSolve
Seems like the lanyard is rubbing against the microphone
1:07:19 kirchoff plate, biharmonic
I don't know why my RUclips suggested this on my feed but this looks interesting! any direction or resource you'd suggest to get more familiar with this content?
If you are familiar with numerics of pdes and you want to learn how to implement your equations in NGSolve we recommend the NGSolve tutorials and the forum: docu.ngsolve.org/latest/i-tutorials/index.html#getting-started forum.ngsolve.org/ If you want to learn about numerics of pdes Prof Schöberl from Vienna University of Technology has his course material for finite element theory online: github.com/JSchoeberl/iFEM
Thanks
For anyone wanting to follow us on Day 2, here is the steam: ruclips.net/video/GbKX0YU4zY4/видео.html
Good morning sir. I am working on incomprehensible Navier stokes equation for boundary prediction using Neural network. In the equation, i had to vary the Remold number. I am using the Ngsolve library in python to generate the necessary features but I am finding it difficult in using the Ngsolve library to the features. Please any assistant.
Hi, where can I find the jupyter notebook used within this presentation?
Hi, here is the online version: docu.ngsolve.org/latest/i-tutorials/unit-2.3-hcurlhdiv/hcurlhdiv.html There is also a download button at the top where you can download the notebook
@@NGSolve Thank you so much :)
Awesome!
Hi... I just wanna use the library without python API... Just the c++ version Please, would you guide me on about to go... it is not evident to compile the source code!
Hi, compiling the source is layed out in the documentation docu.ngsolve.org/latest/install/install_sources.html, you can turn the python bindings off with the cmake flag -DUSE_PYTHON=OFF. Most of the things work from cpp just like python, but are not documented that much so you have to read through the source. A tutorial on NGSolve cpp is here: github.com/NGSolve/mylittlengsolve
Dear NGSolve Team, can we have an install tutorial (step for step) for NGSolve MPI / Petsc in Anaconda? Thanks in advance!
But I couldn't install the ngsxfem
Have you followed the instructions here? github.com/ngsxfem/ngsxfem
how can i install the XFEM in Ubuntu, and where I could down load the XFEM
Hi, see here: github.com/ngsxfem/ngsxfem
Discord server for netgen and ngsolve discord.gg/ckVqcK
Hello. I've been trying to run the ngsolve plugin with spyder and followed your instructions on how to install the ngsgui. But, it's just not working.
Hi, can you explain what is not working? The project is still very experimental and some things do not yet work. Probably it is best to open an issue on github here: github.com/NGSolve/ngsgui
@@NGSolve as shown in this video tutorial, I'm trying to run NGS GUI via Spyder. But, on running the code, Netgen console is not opening by itself contrary to the video tutorial. There are no compilation errors. Can you please share the versions of python and spyder this NGS plugin is suitable for?
@@chahataggarwal8121 Have you installed ngsolve and the ngsgui package github.com/NGSolve/ngsgui or from pip? NGSolve and ngsgui need to be in the pythonpath, then it should hook into spyder itself as a plugin. You may need to add the pane, go to View->Panes->NGSolve. I've just tried it with Python 3.8.2 and spyder 4.1.2 but it should run with older python versions as well
@@NGSolve I can't find the NGSolve option in View->Panes. Is it because I don't have NGSolve added to Pythonpath? I'd be glad if you could help me with this. I have installed both ngsolve and ngsgui packages
@@chahataggarwal8121 is it possible for you to run a python script (for example the `poisson.py` tutorial) using ngsolve poisson.py ?
What if I wanna learn NGSolve in its c++ version? How can i proceed? Thank you
Hi, I would suggest you start with this tutorial: ngsolve.org/docu/latest/mylittlengs/1_Basic/README.html using mylittlengsolve from here: github.com/NGSolve/mylittlengsolve If you have questions or run into problems you can use the forum: ngsolve.org/forum/ngspy-forum
How could I use the ngsolve plugin with spyder? Do I need to install a customized version of spyder?
You need to install the package ngsgui either from pip or from here github.com/NGSolve/ngsgui. But it it not compatible to the new spyder release yet, I think spyder 4 will be released today or so, so I will try to get it compatible again asap. Note that this new graphical user interface is still experimental
It is fixed now (v 0.11) and available on github and on pip. Still experimental and we are happy about feedback :) Best
@@NGSolve Thank you, I will give it a try
@@NGSolve Hi, I faced an error in using ngsgui, could you check it out? github.com/NGSolve/ngsgui/issues/1
first :)