ug4
|
Functions | |
function util | EasyCreateApproxSpace (dom, fct) |
function util | EasyDirichlet_0_Boundary (p) |
function util | EasyLoadGrid (p) |
function | NeededParameters (p, parameters) |
function | SetDefaultParameters (T, defaultT) |
function | util_std_dirichlet_one_2 (x, y, t) |
function | util_std_dirichlet_one_3 (x, y, z, t) |
function | util_std_dirichlet_zero_2 (x, y, t) |
function | util_std_dirichlet_zero_3 (x, y, z, t) |
function | util_std_zero_2 (x, y, t) |
function | util_std_zero_3 (x, y, z, t) |
function util EasyCreateApproxSpace | ( | dom | , |
fct | |||
) |
location: /home/runner/work/docs/docs/ug4/ugcore/scripts/util / easy_util.lua :114-127
function util EasyDirichlet_0_Boundary | ( | p | ) |
location: /home/runner/work/docs/docs/ug4/ugcore/scripts/util / easy_util.lua :129-140
function util EasyLoadGrid | ( | p | ) |
location: /home/runner/work/docs/docs/ug4/ugcore/scripts/util / easy_util.lua :80-112
function NeededParameters | ( | p | , |
parameters | |||
) |
checks in the table p that all elements of parameters are non-nil. if some are nil, an error is thrown
location: /home/runner/work/docs/docs/ug4/ugcore/scripts/util / easy_util.lua :69-78
function SetDefaultParameters | ( | T | , |
defaultT | |||
) |
this function ensures that elements in T which are not set (i.e. T[i]=nil) are set to T[i] = defaultT[i] this way we can use T as a parameter Table and all parameters not given are set to default values e.g. SetDefaultParameters(T, {smoother="jac", maxLevels=2})
location: /home/runner/work/docs/docs/ug4/ugcore/scripts/util / easy_util.lua :61-65
function util_std_dirichlet_one_2 | ( | x | , |
y | , | ||
t | |||
) |
location: /home/runner/work/docs/docs/ug4/ugcore/scripts/util / easy_util.lua :48-50
function util_std_dirichlet_one_3 | ( | x | , |
y | , | ||
z | , | ||
t | |||
) |
location: /home/runner/work/docs/docs/ug4/ugcore/scripts/util / easy_util.lua :52-54
function util_std_dirichlet_zero_2 | ( | x | , |
y | , | ||
t | |||
) |
location: /home/runner/work/docs/docs/ug4/ugcore/scripts/util / easy_util.lua :40-42
function util_std_dirichlet_zero_3 | ( | x | , |
y | , | ||
z | , | ||
t | |||
) |
location: /home/runner/work/docs/docs/ug4/ugcore/scripts/util / easy_util.lua :44-46
function util_std_zero_2 | ( | x | , |
y | , | ||
t | |||
) |
location: /home/runner/work/docs/docs/ug4/ugcore/scripts/util / easy_util.lua :32-34
function util_std_zero_3 | ( | x | , |
y | , | ||
z | , | ||
t | |||
) |
location: /home/runner/work/docs/docs/ug4/ugcore/scripts/util / easy_util.lua :36-38