pylbm.algorithm.BaseAlgorithm.relaxation_local

method

BaseAlgorithm.relaxation_local(m, with_rel_velocity=False)

Return symbolic expression which computes the relaxation operator.

Parameters:
mSymPy Matrix

indexed objects for the moments

with_rel_velocityboolean

check if the scheme uses relative velocity. (default is False)