From 300fd526e3ce65f2351edf09c91aa4a5120747c1 Mon Sep 17 00:00:00 2001 From: Matthias Hochsteger Date: Fri, 14 Jun 2024 09:32:38 +0200 Subject: [PATCH] Fix typos in intro.md --- intro.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/intro.md b/intro.md index 54c449e..14165a8 100644 --- a/intro.md +++ b/intro.md @@ -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 @@ -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 @@ -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: @@ -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