You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the [documentation](https://wias-pdelib.github.io/ExtendableFEM.jl/stable/index.html) many more examples can be found.
64
-
Each of the examples is implemented as a module that needs to be included first. Afterwards the main file of the module
64
+
Each of these examples is implemented as a module that needs to be included first. Afterwards the main file of the module
65
65
can be run.
66
-
Usually the main function has a Plotter argument that can be used to toggle a plot the solution with the (already installed) backend of your
67
-
choice (e.g. `Plotter=PythonPlot`, `GLMakie`, `Plots` or others supported by [GridVisualize.jl](https://github.com/WIAS-PDELib/GridVisualize.jl)).
68
-
Some examples need several further dependencies. To ensure an environment we everything is installed, one can use the test
66
+
Usually the main function has a Plotter argument that can be used to toggle a plot of the solution with an
67
+
(already installed) backend of your choice (e.g. `Plotter=PythonPlot`, `GLMakie`, `Plots` or others supported by [GridVisualize.jl](https://github.com/WIAS-PDELib/GridVisualize.jl)).
68
+
Some examples need several further dependencies. To ensure an environment were every dependency is installed, one can use the test
69
69
environment via the package [TestEnv](https://github.com/JuliaTesting/TestEnv.jl). The following script runs Example201:
0 commit comments