... | ... | @@ -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.
|
|
|
|
|
|
For details see the [AMDiS-Expressions reference page](amdis_expressions).
|
|
|
For details see the [AMDiS-Expressions reference page](expressions).
|
|
|
|
|
|
|
|
|
## Initfile Manual
|
... | ... | @@ -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
|
|
|
(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
|
|
|
Many things can be realized using AMDiS today, but some things
|
... | ... | |