MultiStageScheme

class dolfin.multistage.rushlarsenschemes.MultiStageScheme(rhs_form, ufl_stage_forms, dolfin_stage_forms, last_stage, stage_solutions, solution, time, dt, dt_stage_offsets, jacobian_indices, order, name, human_form, bcs, contraction=None)

Bases: dolfin.cpp.fem.MultiStageScheme

Base 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 form 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

to_adm(perturbation)
to_tlm(perturbation)
ufl_stage_forms()

Return the ufl stage forms