Loading [MathJax]/extensions/tex2jax.js
Apps
All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Modules Pages
biot_driver_adaptive.lua File Reference

Functions

function createUzawaIteration (sSchurCmp, aiForward, aiSchur, aiBackward, uzawaSchurUpdateOp, uzawaSchurWeight)
 

Function Documentation

◆ createUzawaIteration()

function createUzawaIteration ( sSchurCmp  ,
aiForward  ,
aiSchur  ,
aiBackward  ,
uzawaSchurUpdateOp  ,
uzawaSchurWeight   
)

location: /home/runner/work/docs/docs/ug4/apps/poroelasticity/scripts / biot_driver_adaptive.lua :314-326

function createUzawaIteration(sSchurCmp, aiForward, aiSchur, aiBackward, uzawaSchurUpdateOp, uzawaSchurWeight)
local uzawa = UzawaBase(sSchurCmp)
local weight = uzawaSchurWeight or 1.0
if (aiForward) then uzawa:set_forward_iter(aiForward) end
if (aiSchur) then uzawa:set_schur_iter(aiSchur) end
if (aiBackward) then uzawa:set_backward_iter(aiBackward) end
uzawa:set_schur_operator_update(uzawaSchurUpdateOp, weight)
return uzawa
function createUzawaIteration(sSchurCmp, aiForward, aiSchur, aiBackward, uzawaSchurUpdateOp, uzawaSchurWeight)
function *Umax *y end
Definition channel.lua:87