sfepy.terms.terms_th module

class sfepy.terms.terms_th.ETHTerm(name, arg_str, integral, region, **kwargs)[source]

Base class for terms depending on time history with exponential convolution kernel (fading memory terms).

advance_eth_data(ts, data)[source]
get_eth_data(key, state, decay, values)[source]
class sfepy.terms.terms_th.THTerm(name, arg_str, integral, region, **kwargs)[source]

Base class for terms depending on time history (fading memory terms).

eval_real(shape, fargs, mode='eval', term_mode=None, diff_var=None, **kwargs)[source]