Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Wess, Weggler, Stocker, Gopalakrishnan, Bonetti, Zerbinati, .... ?

This material are updated tutorials for the 2024 NGSolve-usermeeting.

Downlaod notebooks: [NGSolve24.zip](NGSolve24.zip)
Download notebooks: [NGSolve24.zip](NGSolve24.zip)


It contains
Expand Down Expand Up @@ -38,7 +38,7 @@ This material is written primarily for teaching finite element methods using NGS

In the NGS24 material we focus on application areas. People with a background in a certain
engineering discipline find how to formulate domain specific problems in the generic NGSolve
language, and see what kind of solvers are approriate for their problems.
language, and see what kind of solvers are appropriate for their problems.

Emphasis is given also to large scale problems, with scalable preconditioners and solvers.
For MPI-parallel computing we show how to solve problems using PETSc via the ngsPETSc
Expand Down Expand Up @@ -157,7 +157,7 @@ and then mpi-parallel NGSolve: (NEEDS THE NEXT UPDATE)

### Install PETSc (optional, needs mpi):

Support for Linux and MacOS. Windows support with WSL only.
Support for Linux and MacOS. Windows support with WSL (Windows Subsystem for Linux) only.

Install PETSc as a source wheel:

Expand Down Expand Up @@ -200,7 +200,7 @@ virtual environments, or add the flag `--break-system-packages` to the pip comma

- If you have conflicts with other packages, you may install NGSolve in a [virtual environment](https://docs.python.org/3/library/venv.html#creating-virtual-environments).

- If NGSolve compuatations are working, but you don't get the rendering: For jupyter notebook version < 7.0.0 you have to run additionally
- If NGSolve computations are working, but you don't get the rendering: For jupyter notebook version < 7.0.0 you have to run additionally

jupyter nbextension install --user --py webgui_jupyter_widgets
jupyter nbextension enable --user --py webgui_jupyter_widgets
Expand Down