MultiStageScheme

class dolfin.cpp.fem.MultiStageScheme(*args)

Bases: dolfin.cpp.common.Variable

Overloaded versions

  • MultiStageScheme(stage_forms, last_stage, stage_solutions, u, t, dt, dt_stage_offset, jacobian_indices, order, name, human_form)

    Constructor FIXME: This constructor is a MESS. Needs clean up...

  • MultiStageScheme(stage_forms, last_stage, stage_solutions, u, t, dt, dt_stage_offset, jacobian_indices, order, name, human_form, bcs)

    Constructor with Boundary conditions

bcs()

Return boundary conditions

dt_stage_offset()

Return local timestep

implicit()

Overloaded versions

  • implicit(stage)

    Return true if stage is implicit

  • implicit()

    Return true if the whole scheme is implicit

jacobian_index()
order()

Return the order of the scheme

thisown

The membership flag