multimodemodel.Domain

multimodemodel.Domain#

class multimodemodel.Domain(state, history=None, parameter=None, id=0, iteration=0)[source]#

Domain classes.

Domain objects keep references to the state of the domain, the history of the state (i.e. the previous evaluations of the rhs function), and the parameters necessary to compute the rhs function.

__init__(state, history=None, parameter=None, id=0, iteration=0)#

Create new Domain instance.

Methods

__init__(state[, history, parameter, id, ...])

Create new Domain instance.

copy()

Return deepcopy of self.

increment_iteration()

Return incremented iteration from domain.

merge(others, merger)

Merge domains.

split(splitter)

Split domain.

Attributes

id

iteration

state

history

parameter