fluidsim.operators.operators0d

Operators 0d (fluidsim.operators.operators0d)

Provides

class fluidsim.operators.operators0d.Operators0D(params=None, SEQUENTIAL=None)[source]

Bases: object

0D operators.

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()[source]

Produce a string describing the operator.

gather_Xspace(a)[source]

Gather an array (mpi), in this case, just return the array.

Classes

Operators0D([params, SEQUENTIAL])

0D operators.