sfepy.discrete.mass_operator module

class sfepy.discrete.mass_operator.MassOperator(problem, options)[source]

Encapsulation of action and inverse action of a mass matrix operator M.

action(vec)[source]

Action of mass matrix operator on a vector: M x.

inverse_action(vec)[source]

Inverse action of mass matrix operator on a vector: M^{-1} x.