Apps
|
Functions | |
function | DDensityFct_c (c) return 200 end |
function | DensityFct (c) return 1000+200 *c end |
Variables | |
parameterNumber | coarsenTol = defCoarsenTol |
coarsening tolerance for error-indicator. -1 -> no coarsening | |
parameterNumber | dim = 2 |
parameterBool | discardSolution |
solution won't be saved to a file.; | |
parameterNumber | dt = 2 |
parameterNumber | maxDamping = 0 |
parameterNumber | maxLvl = 5 |
parameterNumber | minStepSize = dt |
parameterNumber | numDampSteps = 3 |
Number of timesteps in which dt is damped. Damping is reduced with each time step. Default is 3. | |
parameterNumber | numTimeSteps = 100 |
parameterNumber | refTol = defRefTol |
refinement tolerance for error-indicator. -1 -> no refs | |
parameterNumber | stepReducFac = 0 |
parameterNumber | stepsBetweenRedist = 1 |
Number of timesteps before a new redistribution is attempted - only for parallel use. Default is 1. | |
parameterNumber | stepsBetweenWrite = 1 |
Number of timesteps until the next solution or grid-layout is written to a file. Default is 1. | |
parameterBool | verbose |
parameterBool | writeGridLayout |
adapted grid layouts will be written to a file.; | |
function DDensityFct_c | ( | c | ) |
location: /home/runner/work/docs/docs/ug4/apps/Examples / elder_adapt.lua :92
function DensityFct | ( | c | ) |
location: /home/runner/work/docs/docs/ug4/apps/Examples / elder_adapt.lua :91
parameterNumber coarsenTol = defCoarsenTol |
coarsening tolerance for error-indicator. -1 -> no coarsening
parameterNumber dim = 2 |
Referenced by Cylinder3dNormalY(), get_char_time(), post_processing(), and set_load().
parameterBool discardSolution |
solution won't be saved to a file.;
parameterNumber dt = 2 |
parameterNumber maxDamping = 0 |
parameterNumber maxLvl = 5 |
parameterNumber minStepSize = dt |
parameterNumber numDampSteps = 3 |
Number of timesteps in which dt is damped. Damping is reduced with each time step. Default is 3.
parameterNumber numTimeSteps = 100 |
parameterNumber refTol = defRefTol |
refinement tolerance for error-indicator. -1 -> no refs
parameterNumber stepReducFac = 0 |
parameterNumber stepsBetweenRedist = 1 |
Number of timesteps before a new redistribution is attempted - only for parallel use. Default is 1.
parameterNumber stepsBetweenWrite = 1 |
Number of timesteps until the next solution or grid-layout is written to a file. Default is 1.
parameterBool verbose |
parameterBool writeGridLayout |
adapted grid layouts will be written to a file.;