PointIntegralSolver

class dolfin.multistage.multistagesolvers.PointIntegralSolver(scheme)

Bases: dolfin.cpp.fem.PointIntegralSolver

This class is a time integrator for general Runge Kutta forms. It only includes Point integrals with piecewise linear test functions. Such problems are disconnected at the vertices and can therefore be solved locally.

Construct a PointIntegralSolver

Arguments
scheme (_MultiStageScheme_)
The multistage scheme the PointIntegralSolver is going to use to solve the PointIntegrals
scheme()

Return the MultiStageScheme