Update home authored by Praetorius, Simon's avatar Praetorius, Simon
...@@ -59,7 +59,7 @@ prob->addMatrixOperator(*op, 0, 0); ...@@ -59,7 +59,7 @@ prob->addMatrixOperator(*op, 0, 0);
the keyword `valueOf` indicates that we want to evaluate the values of the `DOFVector` at the corresponding quadrature points during assembling. One could als evaluate the gradient, or partial derivative of a `DOFVector`, using the functions `gradientOf(DV)`, or `derivativeOf(DV, comp)`, respectively. the keyword `valueOf` indicates that we want to evaluate the values of the `DOFVector` at the corresponding quadrature points during assembling. One could als evaluate the gradient, or partial derivative of a `DOFVector`, using the functions `gradientOf(DV)`, or `derivativeOf(DV, comp)`, respectively.
For details see the [AMDiS-Expressions reference page](amdis_expressions). For details see the [AMDiS-Expressions reference page](expressions).
## Initfile Manual ## Initfile Manual
...@@ -68,7 +68,7 @@ e.g. set material parameters, define the timestep length, set meshes for each ...@@ -68,7 +68,7 @@ e.g. set material parameters, define the timestep length, set meshes for each
problem and configure the number of global refinements. These parameter files problem and configure the number of global refinements. These parameter files
(or init-files) are simple text files in a special syntax, that is described here. (or init-files) are simple text files in a special syntax, that is described here.
For details see the [AMDiS-Initfile reference page](amdis_initfile). For details see the [AMDiS-Initfile reference page](initfiles).
## AMDiS extensions ## AMDiS extensions
Many things can be realized using AMDiS today, but some things Many things can be realized using AMDiS today, but some things
... ...
......