MultiStageScheme¶
-
class
dolfin.multistage.multistagescheme.MultiStageScheme(rhs_form, solution, t, bcs, a, b, c, order)¶ Bases:
dolfin.cpp.fem.MultiStageSchemeBase class for all MultiStageSchemes
-
dolfin_stage_forms()¶ Return the dolfin stage forms
-
dt()¶ Return the Constant used to describe time in the MultiStageScheme
-
last_stage()¶ Return the AXPYFunction object describing the last stage
-
rhs_form()¶ Return the original rhs form
-
solution()¶ Return the solution Function
-
stage_solutions()¶ Return the stage solutions
-
t()¶ Return the Constant used to describe time in the MultiStageScheme
-
ufl_stage_forms()¶ Return the ufl stage forms
-