@@ -32,15 +32,15 @@ Simon Praetorius *simon.praetorius@tu-dresden.de*
...
@@ -32,15 +32,15 @@ Simon Praetorius *simon.praetorius@tu-dresden.de*
# About this Course
# About this Course
> Goals: Introductory course
> Goals: Introductory course
- You know how to use the software AMDiS
- You know how to use the compile and link against the AMDiS library
- You can solve a scalar equation, or a system of elliptic equations
- You can solve a linear scalar equation, or a system of elliptic equations
- You can handle instationary problems, nonlinearities and complex boundary conditions
- You can handle instationary problems, nonlinearities and complex boundary conditions
- You can run your simulation in parallel
- You can run your simulation in parallel
--
--
> References:
> References:
- Some theoretical background and basic design ideas of AMDiS software: [ALBERTA-FEM](http://goo.gl/Sn9CIE) especially the ALBERT 1.0 [documentation](http://goo.gl/ZMI2kA).
- Some theoretical background and basic design ideas of AMDiS software: [ALBERTA-FEM](http://goo.gl/Sn9CIE).
- The [AMDiS-Wiki](https://goo.gl/Jy3u1u)
- The [AMDiS-Wiki](https://goo.gl/Jy3u1u)
- Some (old) PDF Documentation on [Fusionforge](https://goo.gl/5ngfYd)
- Some (old) PDF Documentation on [Fusionforge](https://goo.gl/5ngfYd)
...
@@ -135,6 +135,20 @@ Andreas Naumann, Simon Praetorius, Siqi Ling, Sebastian Reuther, ...
...
@@ -135,6 +135,20 @@ Andreas Naumann, Simon Praetorius, Siqi Ling, Sebastian Reuther, ...
- Interface to **linear solvers**: (P)MTL4, PETSc, Hypre
- Interface to **linear solvers**: (P)MTL4, PETSc, Hypre
- **FETI-DP** / Schur-complement solvers in parallel
- **FETI-DP** / Schur-complement solvers in parallel
with the number `0` corresponding to the block-matrix component. We have only one block and thus, this is always 0. More about block systems later.
with the number `0` corresponds to the 0th unknown in the 0th equation. We have only one block and thus, this is always 0. More about block systems later.
---
---
...
@@ -253,9 +247,6 @@ a predefined functor, that returns `0` always.
...
@@ -253,9 +247,6 @@ a predefined functor, that returns `0` always.