fluidsim.operators.base

Base classes for Operators (fluidsim.operators.base)

Numerical method agnostic base operator classes

Provides:

class fluidsim.operators.base.OperatorBase[source]

Bases: object

class fluidsim.operators.base.OperatorsBase1D(params=None)[source]

Bases: OperatorBase

static _complete_params_with_default(params)[source]

This static method is used to complete the params container.

produce_str_describing_oper()[source]

Produce a string describing the operator.

produce_long_str_describing_oper(oper_method='Base')[source]

Produce a string describing the operator.

Classes

OperatorBase()

OperatorsBase1D([params])